PinnedLalit Mehra5 things that harm us the most!You know, almost everyone today is stressed and for no particular reason. I am not talking about those who have actual problems, like…Dec 4, 2022Dec 4, 2022
PinnedLalit MehrainCodeXNever log these on ProductionLogging is an important aspect of software development. A log file can be used to record the events that happen during the processing of a…Jun 19, 20222Jun 19, 20222
PinnedLalit MehrainCodeXThe Benefits of a QueueNearly every large scale system nowadays uses queues in one form or another. They are at the core of event-driven architecture. They form…Apr 3, 2022Apr 3, 2022
PinnedLalit MehrainCodeXThe importance of Clean CodeI often review code; not just within my team, but as a part of cross-team initiative as well. The exercise is both refreshing and…Mar 25, 20223Mar 25, 20223
Lalit MehrainCodeXReading through the lines: Unusual mistakes made by code reviewersIt takes a lot to write good quality code that exhibits correctness and readability. Developers often try to balance both these attributes…Mar 12Mar 12
Lalit MehrainCodeXDeploy a Java Application using Argo WorkflowsThis article demonstrates how to deploy a simple java application via argo workflows. In this article we will create a simple java…Sep 25, 2022Sep 25, 2022
Lalit MehrainCodeXQualities of a Good EngineerThere’s no doubt that everyone, in their own eyes, is a great engineer; but everyone else might have their own opinions about it. There…Aug 12, 2022Aug 12, 2022
Lalit MehrainCodeXSoftware Engineering Terms and their Real Life Examples — Part IWe often come across technical terms and phrases that take some time to fit in inside our beautiful brain. While somethings are obvious…Jul 26, 2022Jul 26, 2022
Lalit MehrainCodeXResist using an Interface like thisInterfaces are one of the most prominent features in object-oriented programming language(s). They exhibit the essence of abstraction and…Jul 5, 20221Jul 5, 20221
Lalit MehrainCodeXWriting a Liveness CheckerAvailability is one of the most sought-after characteristic of application(s) today. Applications are always online, with millions of users…May 13, 2022May 13, 2022