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.

How to Create a Virtual Machine on Azure Using a Reusable Terraform Script

Deploying infrastructure shouldn't be a copy-paste headache. Here's how to make your Azure VM setup repeatable and clean using Terraform. When I started using Terraform to manage infrastructure on Az...
20.04.2025 0 Read More

Tái Cấu Trúc Terraform: Chuyển Đổi Từ State Monolithic Sang Kiến Trúc Mô-đun Theo Môi Trường

Tái Cấu Trúc Terraform: Chuyển Đổi Từ State Monolithic Sang Kiến Trúc Mô-đun Theo Môi Trường
Trong quá trình phát triển công cụ tự đông hoá truy vấn Google Maps theo địa chỉ dưới dạng văn bản trên nền tảng Instagram (chi tiết tại đây), nhận thấy sự...
20.04.2025 0 Read More

Caching DynamoDB Results with Redis using AWS Lambda + API Gateway (with Terraform)

Caching is one of the most effective ways to improve application performance while reducing costs. In this guide, I'll show you how to implement a cache-aside pattern using DynamoDB, ElastiCache Redis...
20.04.2025 0 Read More

🔐 Strengthen Your IaC with Terrascan: A Complete Guide for Terraform Security

🛠️ Introduction Infrastructure as Code (IaC) brings speed and consistency to cloud deployments—but it also opens the door to misconfigurations and vulnerabilities. Just like applicatio...
21.04.2025 0 Read More

🔐 Securing Terraform with Checkov: Automating SAST for Infrastructure as Code

🧠 Summary This article walks you through how to apply Static Application Security Testing (SAST) to your Infrastructure as Code (IaC) using Checkov, a powerful open-source tool by Bridgecr...
21.04.2025 0 Read More

Building AWS Infrastructure with Terraform From Scratch!

This week, I put theory into practice by provisioning a complete AWS infrastructure using Terraform, and I’m excited to share the experience!Here’s what I built: ✅ A custom VPC with a defined C...
21.04.2025 0 Read More

Landing Zone: A Blueprint for Cloud Deployments

Landing Zone: A Blueprint for Cloud Deployments
After working in the cloud industry for over two years—mostly with Google Cloud Platform—I began to think that I need to start documenting my experiences. Mainly as a personal reference, but hopef...
21.04.2025 0 Read More

Terraform Commands Every Cloud Engineer Should Know

Infrastructure as Code (IaC) has revolutionized the way cloud environments are managed, and Terraform stands out as one of the most popular IaC tools today. Whether you're provisioning compute resourc...
22.04.2025 0 Read More

HashiCorp Vault: Your Friendly Guide to Secret Management 🔐

Hey there, tech adventurers! 👋 Ready to learn about keeping your digital secrets safe and sound? Let's dive into HashiCorp Vault - don't worry, I'll guide you through everything step by step! ...
22.04.2025 0 Read More

How to use Terraform resource to manage Infrastructure

How to use Terraform resource to manage Infrastructure
Introduction Terraform uses resource blocks to define and manage infrastructure components like virtual networks, compute instances, and higher-level services such as DNS records. Each resour...
22.04.2025 0 Read More
Loading...
#reading
next js for beginners
0
SQL vs NoSQL: Key Differences and Use Cases Explained
0
Let's make a custom theme in hax
0
Untitled
0
Low-Code and No-Code Development with Angular
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
New Release: Free Email Signature Generator
0
Turn any git repo into llm readable format
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0