Blog

[EN] Introduction to MCP Server
[EN] Introduction to MCP …

MCP Server: How your AI agent can understand the real world

Hello everyone,

[EN] S.O.L.I.D Design Principles
[EN] S.O.L.I.D Design …

Hello everyone,

In the world of software development, we always run into the same challenges: How do we write code that is easy to maintain, extend, and understand? How do we prevent our codebase from becoming confusing and rigid over time? The answer to these questions often lies not in a new …

[EN] Your first microservice stack
[EN] Your first …

Hello everyone,

As developers, we know that writing an application is only half the battle. The other half is packaging, rolling out and operating them reliably. This is where the microservice stack with Spring Boot, Docker and Kubernetes comes into play.