Blog

Thoughts on CI/CD, deployment, and developer experience.

Set up a Python Django Pipeline

March 12, 2026

In this post we will show how to set up Python/[Django](https://djangoproject.com) project and run it through a Zippy build pipeline.

Read more →
GitHub Actions vs Zippy: CI/CD Without context switching

GitHub Actions vs Zippy: CI/CD Without context switching

March 11, 2026

You push your code. Then the ritual begins. Go to the browser, Find the actions tab on your repository, Wait for the runner to start. Refresh and wait for the build to be succesfull. Go back to your te

Read more →
Releasing code, time to stress out?

Releasing code, time to stress out?

March 07, 2026

It is Friday and the deadline is today, your release is nearly "done" and we have to get this to production now. You are making preparations with the OPS team to get the release out. Because you did a

Read more →

Set up a Java or Kotlin Pipeline

March 05, 2026

As mentioned in the [NodeJS Pipeline](/blog/setup-a-node-pipeline) CI/CD is quite important to a high-performing software development team.

Read more →

Setup a Node.js Pipeline

March 03, 2026

In software development CI/CD (Continuous Integration and Continuous Delivery) is foundational to high performant software development teams.

Read more →

Why checking your builds is killing productivity

February 05, 2026

Build systems are essential to software development, but meanwhile they are a horrible productivity drain.

Read more →