Blog
Mert Özen's blog posts on software development, backend, frontend, and DevOps.
Series
2 posts found
#Deployment
Backend
PART 29
Deploying with CI/CD: Automating Test, Build and Deployment with GitHub Actions
We cover CI/CD: what continuous integration and continuous deployment mean, why an automated pipeline is needed, setting up a workflow with GitHub Actions, and automating test-build-deploy on every change.
23 Aug 2026
13 min
24
Backend
PART 28
Containerizing with Docker: Putting the Application into a Package That Runs the Same Everywhere
We cover containerizing the application with Docker: what a container is, how it solves the "it worked on my machine" problem, packaging a .NET app with a Dockerfile and multi-stage build.
23 Aug 2026
13 min
22