Software Engineering

Adopting a security-first mindset as developers

Cybersecutiry is becoming so important today that we should stop considering security as an after-thought or leaving security to specific security team. I believe all software developers should embrace a security-first mindset in all their development activities.

Read

Find the commit that introduced a bug faster than The Flash

If you use git and you found yourself in a situation where you needed to find a commit that introduced a bug in your code, then git bisect is your friend.

Read