Devops

Setting up CI/CD for your blog

2023-11-25

In this blog post, let's learn how to set up a CI/CD workflow for your blog with CircleCI, GitHub, and a Virtual Private Server (VPS)...

Read More

Troubleshooting ENOSPC no space left on device — Docker

2024-08-01

Recently ran into an issue where I deployed a NextJS app with Docker on my DigitalOcean Ubuntu VPS and it logged this out while building: ENOSPC no sp...

Read More

How to create swap file to deploy NextJS and Docker app on Ubuntu VPS

2024-12-22

I ran into an issue where building a NextJS app on Docker would take forever. Then, I found out I could solve this by adding a swap space to my Ubuntu...

Read More