Engineering, Leadership, and Life

Page 38 of the latest articles.

5 min read

Scrum, Kanban, or just Agile

Before going deep in the subject, I would like to emphasize that this post is completely personal. You miBefore going deep into the subject, I would like to emphasize that this...

6 min read

Consistency Matters

When I look back at the projects I’ve worked on, the most peaceful moments were always when the code felt consistent. Everything lined up. Names made sense. Files looked familia...

5 min read

Local vs Production Debugging

I have been debugging this data workflow tool we built in house lately. It has an Angular UI and a Java backend, and it moves data between different systems like Postgres to Hiv...

1 min read

Babalık Bağı

Baba olmak nasıl bir şey? Sorup da öğrenilemeyen bir şey. Aslında zaman ile kazanılan bir duygu. Belkide bir süreç. Babalık bebeğinizle kurduğunuz bağla ile başlar. Bu bağıda za...

2 min read

Mock methods that manipulate parameters

Recently, I've worked a little bit on cache for . I needed to mock a behavior of a method where the method manipulates given parameters e.g. change state or call another method....