Tag: backend
All the articles with the tag "backend".
-
Java Interview Prep #3: Spring Boot — Junior to Senior
Published: at 10:30 AMSpring Boot is where Java backend seniors live. IoC/DI, the bean lifecycle, transaction management, and the auto-configuration magic interviewers expect you to see through.
-
Java Threads: From Thread Pools to Virtual Threads
Published: at 12:00 AMA deep, production-oriented guide to Java concurrency with 31 runnable examples: what threads really are, why shared state breaks, how thread pools and backpressure work, why more threads can be slower, and what Virtual Threads actually change under the hood.
-
Security Considerations When Participating in Software Development Projects
Published: at 02:55 AMComprehensive security best practices for developers, DevOps, QA, and project managers: from secure coding and secret management to threat modeling and SDL.
-
High-Load System Design: Comprehensive Solutions from Front-end to Back-end
Published: at 04:32 AMA comprehensive guide to high-load system design: from frontend optimization, caching, query optimization, backend patterns, request management, to monitoring and autoscaling.