Tag: backend
All the articles with the tag "backend".
-
Project Loom: The Concurrency Revolution in Java
Published: at 02:59 AMUnderstanding Project Loom and Virtual Threads in Java: how they work, benefits, comparison with reactive programming, and the future of Java.
-
GraalVM – The Future of Java in the Cloud-native Era
Published: at 02:28 AMUnderstanding GraalVM: Native Image, polyglot architecture, comparison with traditional JVM, and applications in microservices and serverless.
-
Be Careful with Retry – Don't DDoS Your Own System
Published: at 04:02 PMUncontrolled retries can cause cascading failures. A guide to proper retry with exponential backoff, jitter, circuit breaker, and deferred retry.
-
I Don't Like Microservices, and Here's Why
Published: at 01:52 PMA real-world perspective from a backend developer: when to and when not to use microservices, trade-offs with monoliths, and lessons for small teams.