How to Create and Use a Go Monorepo (Golang, Workspaces) In this article, I will show you how to create and use a Go monorepo.
How to Run Kubernetes on Localhost (Terraform, Mac) In this article, I will show you how to run Kubernetes locally (localhost). It's useful for people who need to teach themselves new skills or build a prototype without having to pay for hosting.
Getting Started with Terraform (Docker, Mac, IaC) In this article, I will show you how to get started with Terraform. It is an Infrastructure-as-Code (IaC) tool. It lets you write and run code to automate the installation and configuration of your localhost or cloud environments.
How to Validate YAML Input with NodeJS (Schema) In this article, I will show you how to validate YAML input using NodeJS.
Getting Started with TypeScript (Hello World, Mac) In this article, I'm going to show you how to install the tools to create and run a Hello World app using TypeScript.
How to Deploy to Google Cloud Run (GCP, Docker) In this article, I will show you how to create, deploy and run a simple Web app service using Google Cloud Run.
How to use React with Next.js In this article, I will show you how to create a React app using Next.js.