Logo
Login
Tech Posts 31216
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Deploying an Azure Virtual Machine with Terraform: A Beginner's Guide

Deploying an Azure Virtual Machine with Terraform: A Beginner's Guide
Table of Contents Introduction Prerequisites Installing and Configuring Terraform Setting Up Your Terraform Project in VS Code Writing the Terraform Configuration Initializing and Applying t...
10.03.2025 0 Read More

Deploying a Scalable AWS Infrastructure with VPC, ALB, and Target Groups Using Terraform

Introduction In this blog, we will walk through the process of deploying a scalable AWS infrastructure using Terraform. The setup includes: A VPC with public and private subnets An Internet Gateway fo...
11.03.2025 0 Read More

Deploying AWS EKS with ALB Using Terraform

🔥 Introduction In cloud-native architectures, Amazon EKS (Elastic Kubernetes Service) is a powerful way to manage containerized applications at scale. When combined with AWS ALB (Application Load B...
11.03.2025 0 Read More

Practicing Terraform Locally Without a Cloud Provider

Practicing Terraform locally offers several advantages, especially for those who are new to infrastructure as code (IaC) or want to experiment without incurring cloud costs. Here are some key benefits...
11.03.2025 0 Read More

Deploying an AWS EKS Cluster with Terraform and GitHub Actions

This guide shows you how to automate EKS cluster deployment using Terraform and GitHub Actions. You'll learn to create a production-ready Kubernetes environment with networking, security, and scaling ...
11.03.2025 0 Read More

Resolving dpkg Lock Contention in Ubuntu Deployments

Are you seeing the following error causing a failure in your deployment process? â›¶module.nginx.digitalocean_droplet.nginx (remote-exec): E: Could not get lock /var/lib/dpkg/lock-frontend. It is held...
11.03.2025 0 Read More

Simplifiez votre infra avec les Stacks Terragrunt

Terragrunt, l'outil de gestion de configurations pour Terraform, a récemment introduit une fonctionnalité majeure : les stacks. Cette nouveauté vise à simplifier et optimiser la gestion des infras...
11.03.2025 0 Read More

AWS Multi-Account IaC Sandwich: Terragrunt, Terraform, CloudFormation

AWS Multi-Account IaC Sandwich: Terragrunt, Terraform, CloudFormation
Introduction Hey Folks! Today we have "IaC sandwich" on the menu, and we will look into a guide for ultimate centralized and secure AWS multi-account management with a layered strategy that e...
12.03.2025 0 Read More

Terraform vs Pulumi vs SST: A tradeoffs analysis

Defining a deployment strategy is a key concern for any new software project. While Infrastructure as Code (IaC) has become the industry standard for provisioning and managing cloud infrastructure, th...
12.03.2025 0 Read More

Scaling Infrastructure with count in Terraform

Scaling Infrastructure with count in Terraform
Introduction The count argument allows you to create multiple instances of a resource or module, using an incrementing index. It’s most effective when the resources are identical or very si...
05.05.2025 0 Read More
Loading...
#reading
VSCode vs Cursor: Which One Should You Choose?
0
What Is Rapid Application Development (Rad)?
0
Intro Post: Front-End Dev from GuangZhou, Learning and Growing
0
Nice To BE Here
0
Collection List
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0