Join us

ContentUpdates and recent posts about Terragrunt..
 Activity
@ilobe started using tool Azure , 3 days, 12 hours ago.
 Activity
@ilobe started using tool Amazon Web Services , 3 days, 12 hours ago.
 Activity
@ilobe added a new tool Weights & Biases , 3 days, 12 hours ago.
 Activity
@ilobe started using tool Python , 3 days, 12 hours ago.
 Activity
@ilobe started using tool Docker Desktop , 3 days, 12 hours ago.
Link Lightrun Team
@ek121268 shared a link, 4 days, 1 hour ago
VP of Product Marketing, http://checkmarx.com

Securing the Museum of Software in an AI Coding Tsunami

In Securing the Museum of Software in an AI Coding Tsunami, Eran Kinsbruner argues that software now consists of legacy, modern, and rapidly AI-generated code, creating unprecedented complexity and risk. Traditional AppSec can’t keep up with machine-speed development. He calls for a unified, developer-first, agentic AppSec platform that embeds security into coding workflows to prevent, fix, and secure all code eras before vulnerabilities reach repositories.

ChatGPT Image Nov 21, 2025, 09_43_10 AM
Story FAUN.dev() Team Trending
@eon01 shared a post, 4 days, 7 hours ago
Founder, FAUN.dev

100 GitHub Projects That Defined 2025: A Community-Driven Ranking

This article ranks the 100 developer tools developers acted on most in 2025, based on real interaction data from across FAUN·dev() ecosystem.

100 GitHub Projects That Defined 2025
Story
@laura_garcia shared a post, 4 days, 10 hours ago
Software Developer, RELIANOID

🔐🌱 Cybersecurity and industrial sustainability: a moment to reflect as the year comes to an end

We shared this article a few months ago, but year-end is the perfect time to revisit it and reflect on where the industry is heading in the year ahead. Cybersecurity and sustainability can no longer be treated as separate disciplines. They share a common goal: ensuring ethical, resilient, and respon..

Story FAUN.dev() Team Trending
@eon01 shared a post, 1 week ago
Founder, FAUN.dev

Enshittification is not a bug

Docker Helm Kubernetes

Bitnami charts are still high quality, but their public image distribution is going away. Instead of rewriting everything, many teams can keep the charts and switch the underlying images (for example, to Docker Hardened Images) to minimize disruption and maintain security.

Bitnami vs Docker Hardened Images
Story Trending
@laura_garcia shared a post, 1 week, 3 days ago
Software Developer, RELIANOID

🚀 Deploy RELIANOID CE v7 on AWS with Terraform

Quickly deploy RELIANOID Community Edition v7 on AWS using the official Terraform module. ✔️ VPC, Subnet & Security Group ✔️ EC2 with RELIANOID AMI ✔️ SSH & Web GUI ready ✔️ Easy cleanup with terraform destroy ⚠️ AMI is region-specific (default: us-east-1) 🔐 Always secure your SSH private key #Terra..

Terragrunt is an open-source tool that sits on top of Terraform to reduce repetition, enforce standards, and improve the management of complex infrastructure codebases. It enables teams to keep Terraform modules DRY by using shared configuration, remote state conventions, dependency management between modules, and environment-specific settings. Terragrunt is commonly used in multi-account, multi-region, or multi-environment setups to orchestrate Terraform runs consistently while keeping modules clean and reusable. It is aimed at experienced Terraform users who need structure, safety, and scalability without replacing Terraform itself.