Blog

[EN] Java from 24 to 25
[EN] Java from 24 to 25

Hello everyone, In the world of Java development, we have become accustomed to rapid change.

[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?

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

Hello everyone, As developers, we know that writing an application is only half the battle.

[EN] Codeberg: Your free and decentralized home for open source projects
[EN] Codeberg: Your free …

Warum Codeberg anders ist: Freie Software und Dezentralität Die Philosophie von Codeberg unterscheidet sich fundamental von kommerziellen Anbietern.

[EN] Acdc The Secret Behind Robust Permission Models
[EN] Acdc The Secret …

Hello everyone, When it comes to permissions in our applications, most of us first think of roles (Admin, User) or ACLs (Access Control Lists).

[EN] Infrastructure as Code with Terraform: Why it's essential for DevOps
[EN] Infrastructure as …

Hello everyone, In the world of software development, we have become accustomed to versioning, testing, and managing our code in automated pipelines.

[EN] Your first CI/CD pipeline with GitLab CI and Docker: A step-by-step guide
[EN] Your first CI/CD …

Hello everyone, As developers, we know that writing code is one thing; building, testing and rolling it out reliably is quite another.

[EN] RESTful API Design: Learn from GitHub and build your interfaces rock-solid!
[EN] RESTful API Design: …

Hello everyone, As software developers, we can’t avoid APIs. Regardless of whether we build microservices ourselves or integrate external services – well-designed interfaces are the be-all and end-all for successful, maintainable systems.

[EN] Semantic Git Commits: Your key to cleaner code and better collaboration
[EN] Semantic Git …

Hello everyone, do you know that? You browse through your project’s Git history and come across commit messages like “Fix” or “Changes”.