Manage Recurring Resources With Terraform and YAML
January 23, 2022
Managing many cloud resources of the same type? Use Terraform for_each directive in combination with YAML templating!
Building and running stuff.
January 23, 2022
Managing many cloud resources of the same type? Use Terraform for_each directive in combination with YAML templating!
January 22, 2022
In a previous post, we discussed on using nginx as a load balancer for various protocols, as well as setting up a Raspberry Pi as a VPN.
December 12, 2021
Learn to utilize deep sleep and get extended battery life for free. This post applies to nearly every popular microcontroller that is out there, including all Espressif models, Arduinos and even Raspberry Pis.
November 27, 2021
Learn how to build a simple and affordable fan controller for your Raspberry Pi to connect a simple fan with temperature control.
November 27, 2021
How to deploy an AKS cluster with a managed instance of Application Gateway and Application Gateway Ingress Controller and obtain free and automated Let’s Encrypt certificates. We will be doing this with Terraform and Helm.
November 26, 2021
This post is meant to be a light introduction into Python Flask. At the end of this post, you’ll be able to rapidly develop small web applications.