Yves Kalume's Blog

Yves Kalume's Blog

Follow
Follow
homePortfolioAbout Mebadgesnewsletter
Tag

Software Engineering

#software-engineering

More content

Read more stories on Hashnode


Articles with this tag

Understanding memory leak

Jun 19, 20236 min read

As developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system resources...

Understanding memory leak

Boolean Blindness : Don't represent state with boolean !

Aug 23, 20222 min read

Hi Developers, let's talk about "Boolean blindness" and why you should avoid using boolean to manage states in your application. If I come up to you...

Boolean Blindness : Don't represent state with boolean !