Automating Manual Google Cloud Setup with 200 Lines of Terraform
A practical guide to converting manual Google Cloud CLI operations into clean, reusable Terraform modules.

Search for a command to run...
A practical guide to converting manual Google Cloud CLI operations into clean, reusable Terraform modules.

Imagine a baker who creates a custom recipe for a cake. While baking in their own home kitchen, the cake turns out perfect every single time. They know their own oven's exact quirks, use their persona

Introduction Before get into what a Two-tier cloud architecture is let us talk about monolithic systems. A monolithic application is a single, unified codebase where all the components—the user interf

Introduction What is Distributed systems ? A Distrubuted System is a collection of seprate and independent Software or Hardware components called nodes that are linked together by means of network and work together coherently by coordinating and comm...

Introduction Being a Backend developer means solving issues or problems that looks simple, like connecting a database to the server, maintaining a reliable system or uploading images in a backend system. These issues that look trivial were once mount...

In todays tutorial we are going to be building a CRUD app that users can use to create soccer game schedules ,read or see games that have been scheduled , update the scheduled games if there was any changes and delete the scheduled games.But first of...

Introduction Hello reader, My name is Itohowo Monday Umoh, I am a backend developer. I will be showing you how to create a REST blog API using Nodejs, Expressjs, MongoDB and Mongoose. I'm super excited so let's get started. REST (REpresentational Sta...
