Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Event Driven Architecture has become a very popular choice in recent times for developing highly...
As a backend developer, I've worked with Redis, PostgreSQL, MongoDB, and countless other databases....
Every week, some developer crawls out of their legacy codebase to announce that Java is "too...
You can enjoy the original version of this article on my website, protsenko.dev. This series of...
Picture this: It's 1997. You just downloaded the JDK 1.1 from Sun's website after waiting 45 minutes...
Hey dev community! When working on Spring Boot projects, we all need to read values from our...
Building My First RESTful API: Backend Wizards Stage 0 Journey 🚀 A complete walkthrough of...
At first, my Spring Boot APIs worked perfectly. Data was returned. UI was happy. Everything looked...
I built Curve, an open-source Spring Boot library that turns 30+ lines of Kafka event publishing code...
In a previous post, I wrote about integrating AI into a Spring Boot system without compromising...
How a shared blog library solved the recurring problem of content marketing across multiple Spring Boot projects.
TL;DR You are likely trying to save an Entity that refers to another object that isn't...
Disclaimer Este texto foi inicialmente concebido pela IA Generativa em função da...
🧩 1. Understanding What a “Database Connection” Is A Database Connection is a...
You know how every Spring Boot exception has its own personality? Some are calm, some bark all day,...
If you’ve ever opened an old Spring Boot project and felt like you were stepping into a jungle —...
Most tutorials on building distributed chat systems start with "First, install Redis..." or "Set up...
📌 What is Auto-Configuration in Spring Boot? Auto-Configuration is one of the most...
A complete, step-by-step guide to implement a GitLab CI/CD pipeline to: ✅ Deploy a Spring Boot...
🏨 Spring Boot 4 — Native API Versioning Guide (With Path, Header, Query & Media-Type...
Introdução Proposta por Alistair Cockburn, a Hexagonal Architecture (Ports & Adapters)...
In Part 1 of this series, we built a functional AI agent using Java, Spring AI, and Amazon Bedrock....
Supporting multiple live instances of an application that interact with a single relational database...
Quick summary: How I built a production-grade full-stack app with ultra-fast startup and a tiny...
Introdução E se seu código pudesse anunciar quando algo importante acontece, ao invés de...
TLDR: Implemented SSE streaming for LLM responses, but second event onwards hit "Access Denied"....
Building AI-powered applications has become increasingly important for modern Java developers. With...
1. What Is Scheduling? Scheduling means executing a task automatically at specific...
I spent an entire day rewriting my frontend code. Not because I was adding new features. Not because...
Learn how to implement JWT authentication in Spring Boot with Java 21 using a complete, secure,...