Devops
Setting up CI/CD for your blog
2023-11-25In 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)...
Troubleshooting ENOSPC no space left on device — Docker
2024-08-01Recently 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...
How to create swap file to deploy NextJS and Docker app on Ubuntu VPS
2024-12-22I 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...