PMPuppala Manikanta Pavan Kumarindevopswithpmpk.hashnode.dev·14h ago · 6 min readDeploying a Microservices E-Commerce Application on AWS Using Shell ScriptingOver the past few days, I learned Shell Scripting and decided to apply everything I had learned by building a complete project from scratch to gain real hands-on experience. My goal wasn't just to dep00
EEdenineande171.hashnode.dev·13h ago · 3 min readYou're Writing Paper Commands WrongYou've probably written a CommandExecutor before. Everyone who's touched Bukkit has. Declare the command in plugin.yml, implement onCommand, cast args[0] to whatever you need, hope nobody fat-fingers 00
YPYash Panchalinnitroide.hashnode.dev·13h ago · 3 min readMomentum Is a Developer's Most Valuable ResourceThere is a brief, highly volatile window of time in the lifecycle of any software project. It occurs exactly at the moment of inception—when you first conceptualize a new application, a novel UI inter00
DPDinesh Poudelindineshpoudel.hashnode.dev·16h ago · 2 min readWhy I Chose Spring Boot for My Backend JourneyFor the longest time, I was a front-end person. React was my home, CSS was my playground, and the idea of setting up a Java backend felt unnecessarily complicated. Then I gave Spring Boot a real shot 00
DPDinesh Poudelindineshpoudel.hashnode.dev·16h ago · 2 min readGetting Started with Spring Boot: From Zero to Your First REST API Introduction Spring Boot is one of the most popular frameworks in the Java ecosystem for building web applications and REST APIs. If you have already learned Java and want to move into backend develop00
PJPuja Jorwarinpujajorwar.hashnode.dev·1d ago · 8 min readDevLog #1: The Honest Guide to Java Servlets & Tomcat 9.0 (And How to Conquer the Setup)You know Java. You can write classes, traverse binary trees, and design beautiful object-oriented systems. But how do you take that Java code and put it on the web? How does a Java program listen to a00
SAShai Almogindebugagent.com·2d ago · 5 min readThe Codename One Game Builder: Draw The Level, Code The RulesFriday's release post introduced the Game Builder and promised a tutorial series. This post is the orientation that sits in front of those tutorials: what the Game Builder is, how its pieces fit toget00
RSRaghav Shuklainblog.raghavdev.in·3d ago · 10 min readBuilding an Event-Driven Payment System That Survived ~1 Million RequestsMost payment APIs work fine at low traffic. Then you throw a few thousand concurrent requests at them and everything gets interesting. Client retries turn into duplicate payments. Postgres starts cont52MV
MNMilan Nikicinsecuritydepth.hashnode.dev·2d ago · 27 min readBroken Access Control in Java and Spring: A Security Architect's PerspectivePart 1 covered horizontal privilege escalation and IDOR, walking through ownership validation, Spring Security method-level authorization, and the bypass techniques that keep showing up in assessments00
SAShai Almogindebugagent.com·3d ago · 7 min readSeamless Crash Protection That Symbolicates Native CrashesFriday's release post introduced the new crash-protection system. This post is the detailed version: why it exists, what it does on the device, and how to turn it on. What is Codename One? Codename On00