Engineering, Leadership, and Life

Page 37 of the latest articles.

5 min read

I'm no longer a Scrum Master

Recently, I received an email from Scrum Alliance. My Scrum Master Certificate has expired. As expected, the email was suggesting to get certified again, a friendly nudge to sta...

9 min read

You Know State Is NO Good

A few years ago,I worked on data deletion path where we deleted connections for a person. On the deletion path, we wiped the data, confirmed the rows were gone, verified the cac...

2 min read

Roma

Uzun süredir dişe dokunur bir şey yazmıyordum. Yakın zamanda İtalya'ya gitme fırsatım oldu. Bu yazıda Roma'yı kendi penceremden paylaşacağım. Roma'yı kafamda eski ve yeni Roma o...

7 min read

Refactoring Untested Code

Most teams realize they are dealing with a legacy repo only when a tiny change turns into an operation. A oneline fix suddenly needs three people, two days of manual checks, and...

4 min read

Duplicate code isn't that bad

Duplicate code isn’t something we usually want in our code for various reasons. The most obvious one is maintenance. When you change a piece of logic, you have to find every pla...