Blog

[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. But what about our infrastructure? Traditionally, the infrastructure – servers, databases, networks – was provisioned and configured manually. It’s …

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