Logo
Login
Tech Posts 31382
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
Why Our Custom SBC Had to Break the Rectangle Rule: A Real-World PCB Design Challenge
0
Building a Properties Configuration Library for Angular in Nx Workspaces
0
GitHub Autodetection Comes to Greening
0
Angular 19: Mastering `ChangeDetectionStrategy.OnPush` in the Era of Signals
0
Embedding a Self-Updating Machine Learning Model in a Static Site
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
Turn any git repo into llm readable format
0
New Release: Free Email Signature Generator
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0