Blog

[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. Doing this manually is tedious and error-prone. This is where Continuous Integration (CI) and Continuous Deployment (CD) come into play. They automate exactly these …

[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. We have already talked about the Fundamentals of REST …

[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”. In the worst case, you will only see “asdfasdf”. This might be funny at the moment, but when you start chasing a bug or trying to …