PinnedWhy POST with a Body for GET Is Bad Practice in RESTStick to GET for retrieval and reserve POST for actions that create or process dataJan 414Jan 414
PinnedPublished inJavarevisitedStop Messing Up Your API Versions!If you’re using /v1/products and /v2/products, this article is for youFeb 819Feb 819
Published inJavarevisited16 Common REST API Status Code Mistakes to Avoid in 2025Did you know 70+% API bugs come from misused status codes?22h ago122h ago1
Published inJavarevisitedIs Using Sub-Resources for Actions in REST API a Trap?How do you structure actions in a RESTful way?2d ago12d ago1
Published inJavarevisitedWhy Java Enums Can’t Be Extended: Master Extensibility with Interfaces & Sealed Types (2025)Discover why Java enums can’t be extended and how to unlock extensibility using interfaces, sealed types, and more.5d ago25d ago2
Published inJavarevisitedIs the STATIC-BLOCK entry point of the Java Program instead of MAIN()?The first program we wrote in Java should have a main method — public static void main(String[] args)Feb 16Feb 16
Published inJavarevisitedWhy Bother With Optional? 🤔From Optional → Hey, this method might not have a value — handle it!Feb 154Feb 154
Published inJavarevisitedWhy This Single Line of Code Made Me Question Everything About Enums in JavaMy article is open to Every one: If you are blocked by a medium paywall Read it here.Feb 121Feb 121
Published inJavarevisitedShall I give another perspective on Encapsulation?— Abstract without data-hiding→ you are open to everyone…. , — Data-hiding without abstracting → No one knows how to openFeb 8Feb 8