Learn — Eat — Sleep — Repeat. Be a Software Engineer one day.
Let’s start with a small piece of code and then discuss more complex things gradually:
private static int sum(int a, int b) { return a + b;}
People often fail to understand the implicit need to change access patterns, while migrating out of monolith and moving into “MicroServices”. There is a reason why “Event Oriented Architecture”, “Eventual Consistency” etc. are talked about when talking of…
In last few years, I have worked with many different developers, engineering managers and product managers. I have worked on a brand new project which supposed to be a SAAS service and need to handle burst loads; and…