Category: Blog
-
A Moment of Testing
Sometimes you may question “Why should I write tests? Why TDD is important?” I think this little moment of success can explain a lot of things… My tests here are run under 3seconds. This means, I’ll get an immediate feedback from my tests if I break anything…. What is the result of not writing tests?…
-
Refactoring or Retiring Can be a A Feature
A really good article from Nature lays out why the bias towards additive solutions might be further compounded by the fact that subtractive solutions are also less likely to be appreciated. In product development, friction points around refactoring and retiring features are widely popular in discussions among the engineers in any organisation. However, the bias…
-
Simple, very dumb system that constantly works
A great article from Amazon’s Builder Library. These patterns have three key features. One, they don’t scale up or slow down with load or stress. Two, they don’t have modes, which means they do the same operations in all conditions. Three, if they have any variation, it’s to do less work in times of stress…
-
Leading or managing?
It is a really short article but puts the definition of Leaders, Managers and Creators ver well. Leadership is different than management. Leaders are exploring, going to new places. Managers are enforcing, using authority to improve results. Leaders have to invent what is possible. I think there is too much to think, document, discuss and…
-
Security should/will/always be Job 0
The Solar Winds hack is still being unfolded. A good summary article from Bruce Schneier explains just how bad it is. Some important points to note: Origin Orion is a network management product from a company named SolarWinds, with over 300,000 customers worldwide. Possible Root Cause (So far..) We don’t know how, but last year…
-
!is tiny, is false is not!
A confusing blog title like this is to remind why using ! in programming sometimes confuses other readers of your program. Let alone confusing people, sometimes due to big screens, rushing code review, different fonts etc., it is easy to miss ! in your statement. I have been practicing empty string checks in C# using…
-
I finally “Got” about Software Engineering
I’ve worked at various tech companies: from “traditional” shops and consultancies, through an investment bank, to high-growth tech firms. I’ve also talked with software engineers working at startups, banking, automotive, big tech, and more “traditional” companies. This mix had a healthy sample of Silicon-Valley companies and ones headquartered outside this Source: What Silicon Valley “Gets”…