Pinned5 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
PinnedPublished inCodeXNever 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
PinnedPublished inCodeXThe 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
PinnedPublished inCodeXThe 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
Being a Senior Engineer in Tech IndustryIf you do not have a medium membership, you can read this article here.Mar 2Mar 2
Published inCodeXReading 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 12, 2024Mar 12, 2024
Published inCodeXDeploy 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
Published inCodeXQualities 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
Published inCodeXSoftware 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
Published inCodeXResist 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