Blog / Docs

Tutorials, deep dives, and opinions on software engineering.

21 min read Interview

Java Interview Questions and Answers for 2–3 Years Experienced Developers: Most Frequently Asked Questions

Most frequently asked Java interview questions and answers for 2–3 years experienced developers, covering Core Java, OOP, Collections, Concurrency, JVM, and Java 8+ features.

posts Java Interview Core Java Collections Multithreading JVM
2 min read Tutorial

Building AI Agents with Spring AI

A practical guide to building agentic AI applications using Spring AI, tool calling, and conversation memory.

posts Spring AI AI Java Tutorial
2 min read Deep Dive

Microservices Patterns That Actually Matter in 2026

A pragmatic look at which microservices patterns are worth adopting and which ones add unnecessary complexity.

posts Microservices Java Spring Boot Deep Dive
2 min read Tutorial

GitHub Actions CI/CD for Spring Boot — Complete Setup

Step-by-step guide to setting up a production CI/CD pipeline for Spring Boot using GitHub Actions.

posts DevOps GitHub Actions Spring Boot Tutorial