Browsing Tag
springboot
36 posts
Monitoring Java Microservices with OpenTelemetry and OpenObserve
Monitoring microservices is hard. When a user request fans out across multiple services, each with its own database,…
#6 Things Every Backend Engineer Should Know (That AI Won’t Tell You)
AI can write code. Honestly, it can write it faster and with fewer syntax errors than most of…
“Adeus ‘funciona na minha máquina’: Spring Boot com PostgreSQL usando Docker”
Introdução Quando comecei a estudar containerização de aplicações Java, uma coisa ficou muito clara: o maior ganho não…
Gin vs Spring Boot: A Detailed Comparison
When choosing a backend framework, Gin (Go) and Spring Boot (Java) are often compared for their performance, scalability,…
How Does @Async Work Internally in Spring Boot?
Introduction 🚀 Have you ever called a REST API and thought: “Why is this request blocking until everything…
How do you handle optional fields in request body in Spring Boot?
Introduction Think about filling out a signup form online. Some fields like username and password are mandatory, while…
Setting Up Java & Maven for Spring Boot – Step-by-Step Guide
Introduction Before starting with Maven or Spring Boot, we need to set up the basic development environment. This…
Why I’m Building My Own Distributed Database
As a backend developer, I’ve worked with Redis, PostgreSQL, MongoDB, and countless other databases. But I always felt…
How Kiponos.io Ends Config Chaos in CI/CD
If you’ve ever built a Spring Boot app with application.properties, application-test.yml, application-prod.yml, environment variables tucked inside Docker containers,…
5 Best Spring Boot + MongoDB + AWS Projects for Fresh Graduates
As a software engineering professional helping mentees build their portfolios, I understand the importance of practical projects that…