Aahlad kethineedi·Apr 2, 2025Performance Comparison : Coroutines(Kotlin) Vs Multithreading(Java) Vs Goroutines(Go)Asynchronous programming plays a key role in building real-time applications. In this article, we will compare the Asynchronous…
Aahlad kethineedi·Mar 30, 20255 Kotlin Built-in Features Every Java Developer Should KnowCompanion Objects:
Aahlad kethineedi·Dec 12, 2024Navigating 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.
Aahlad kethineedi·Dec 11, 20245 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…
Aahlad kethineedi·Nov 14, 20246 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…
Aahlad kethineedi·Oct 27, 2024Common 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…
Aahlad kethineedi·Sep 21, 2024How 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…
Aahlad kethineedi·Sep 18, 2024Introduction 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…
Aahlad kethineedi·Mar 12, 2024Rolling 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…