Navigating Modern Web Development: A Comparison of HTMX and Web ComponentsHTMX has been the talk of the town lately. Its features are quite promising and honestly revolutionary.Dec 12Dec 12
5 common Kotlin mistakes and how to avoid it (as a Java Developer)1.) Using Java’s Lamba function syntax: This is one of the common mistakes Java developers make while using Kotlin. While using filter…Dec 11Dec 11
6 concepts you should know as a Front-end developerIf you are a beginner in front-end development, then chances are that you might only assume that front-end development only deals with…Nov 14Nov 14
Common elements in your Java code that may be consuming excessive memoryIf you are facing memory related issues in Java, these are some of the things you should be keeping in mind to not misuse your…Oct 27Oct 27
How to reply to an E-mail from your boss (as a Software Developer)So, you have received an email from your boss or any higher-ups asking you to immediately to check for some urgent issue pertaining to your…Sep 21Sep 21
Introduction to ShedLock in Spring boot.If you are working with Spring boot, then there is a good chance that you might have heard about ShedLock by now. If not, this article will…Sep 18Sep 18
Rolling Back from Spring Batch 6 to Spring Batch 5.If you are migrating from Spring boot 2.x.x to Spring boot 3.x.x and if you are using Spring Batch in your application, then you would…Mar 12Mar 12
Navigating Kotlin’s “suspend” and “runBlocking”: A Cautionary Tale.Similar to threads in Java, Kotlin uses coroutines to run the tasks in the background.Mar 1Mar 1
A common design in event driven architecture in microservices.From my current experience as software developer, I have seen multiple projects using this simple architecture pattern in microservices…Feb 24Feb 24