Setting Up Nginx for a Backend App

Nginx is an important web server and reverse proxy that powers a wide range of servers on the web (link to data). This article is an overview of setting up Nginx as a reverse proxyfor your backend application. Things to consider You need to consider the following: How you install Nginx - Best to install using their provided sources How you set up different proxy configs - use the /etc/nginx/conf.d/ directory ...

October 11, 2024

Basic Automation With Azure Cli

Azure CLI is a component of CI/CD or automation in the Azure ecosystem. You can use the Azure CLI to perform CRUD operations on resources on your Azure subscription. It is cross-platform, and this allows it to be used from any system that can run bash shell commands. It is also available on the Azure Cloud Shell. This tutorial is a basic guide on how you can use the Azure CLI to create a storage account, upload a blob to this storage account, and then view the content via the public URL of this blob. To follow along, you need to have the Azure CLI and an active Azure subscription. ...

September 11, 2024

Going With Go

So I recently became a Go fan boy. I mean, I wrote some Go in 2022 & 2023, but I’m finally investing in it this 2024, at least, the remaining months of 2024. I recently finished HNGi11. It ended on the 31st of August 2024. During my time there, I worked with different guys that changed my perspective on a lot of technologies, particularly Go. I saw the beautiful power of Go, I compiled Go, and I got it running in production. I used it to build a few tools, and the likes. You know the drill. Now it’s time to embrace Go’s full potential by building with it. ...

September 10, 2024