DevOps
SSL Certificate Auto-Renewal
Aug 27, 2023 · 2 min read
In this article we will go over a simple procedure to automatically renew the SSL certificate generated by Let's Encrypt
You Cannot SIGINT a Background Process
May 25, 2022 · 2 min read
There are many ways to kill a process in UNIX. There are flags to kill it gracefully, without curropting the resources it is accessing, and others to forcibly terminate it, especially used if the process is hanging. However, not all flags can be used with all processes.
NGINX as a Reverse Proxy With Docker
May 7, 2022 · 4 min read
If you're following the microservices architecture, or at least you have several endpoints for the backend to maintain, you may want to use reverse proxy, and NGINX got you. In the following tutorial we will go over how to use it alongside Docker and get it up and running.
Node.js in a Docker Container
May 7, 2022 · 3 min read
With the trend of containerizing software applications, we will go over how to run a node project in a Docker container.
Deploying Docker Containers With DigitalOcean
May 6, 2022 · 3 min read
Running different technologies has been made easier by using Docker, where you are not coupled to what the hosting server offer's you anymore, all you need is a place that runs Docker containers. Digital is a very good place to do so, with a very reasonable pricing.
.NET, Docker & SSL
May 6, 2022 · 3 min read
In this article, we will go over how to run a .NET docker container with a free self-signed generated SSL certificate over HTTPS