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 12, 2024Dec 12, 2024
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 11, 2024Dec 11, 2024
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 14, 2024Nov 14, 2024
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 27, 2024Oct 27, 2024
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 21, 2024Sep 21, 2024
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 18, 2024Sep 18, 2024
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 12, 2024Mar 12, 2024
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 1, 2024Mar 1, 2024
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 24, 2024Feb 24, 2024