© 2022 Hashnode
#testing
As anyone who has written code knows, there are a million ways to break it. That's why code testing is so important - it's a way to make sure that your code is doing what it's supposed to, and that it…
It sounds like the start to a bad joke... Capybara, Cuprite and a slow-scrolling Chrome ARM walk into a bar.... ...but the joke was definitely on me with a bunch of randomly failing tests, all with …
Testing is a very crucial phase in any software development. Testing helps in ensuring what a software is supposed to do and what not. With the advancement in technology various organizations are movi…
Testing with Cypress is fun - let's start from there. The tool itself is modern, fast, and reliable. It has comprehensive documentation and was built to cover most of the pain points other automation tools of the past had. It's open-sourced…
Introduction Hey everyone in this blog I'm going to explain you what is unit testing in flutter and how to separate the authentication logic in flutter to provide extra security to your flutter code S…
PROJECT WEEK! Sorry for starting off my blog post by shouting at you but I am just too excited! Week 9 was project week, we had 5 days to plan, create and present a full stack app. In short it was a …
In this article, we'll discuss why spring boot being a favorite for a while now. About Spring Boot Spring Boot is built on top of the established spring framework. So, it provides all the features of …
I'm combining the work week with continued professional development events due to lack of work topics to discuss, and laziness. Work Stuff For this week, most of the time was spent on fixing my local …
This post gives an introduction to Dynamic and Static Analysis and also summarizes points discussed in the Mentorship Session: Dynamic Program Analysis for Fun and Profit talk by Dmitry Vyukov part of…
This is part 1 of a planned 3 part series. Introduction: The challenge was to implement the code for a checkout system that handles pricing schemes such as “apples cost 50 cents, three apples cost $1.…