Join us

ContentUpdates and recent posts about Pulumi..
Link
@devopslinks shared a link, 2 days, 17 hours ago
FAUN.dev()

Draw.io MCP for Diagram Generation: Why It’s Worth Using

Draw.io MCPlinks theModel Context Protocoltodraw.io. It ingests structured input (text,CSV,Mermaid) and emitsdraw.io XML, PNG/SVG, or hosted links. Draw.io MCPruns as anMCP Tool Server, CLI, or Copilot skill. It drafts small graphs (<50 nodes) in seconds and stores diagrams inGitfor diffs andCI/CDau.. read more  

Draw.io MCP for Diagram Generation: Why It’s Worth Using
Link
@devopslinks shared a link, 2 days, 17 hours ago
FAUN.dev()

Amazon is back up after outage affecting tens of thousands of shoppers

Amazon faced an outage, affecting tens of thousands of shoppers globally on Thursday afternoon. Downdetector reported a surge in complaints, peaking at 20,000 by 3:49 p.m. ET. The outage involved checkout and pricing errors caused by a software code deployment... read more  

Link
@devopslinks shared a link, 2 days, 17 hours ago
FAUN.dev()

How I Dropped Our Production Database and Now Pay 10% More for AWS

Planned migration shifts the static site fromGitHub PagestoAWS S3. DNS moves toAWS.Djangostages on a subdomain before the main domain swaps. ATerraformauto-approve ran with no remote state. It destroyed productionRDS,VPC,ECS, and automated snapshots.AWSfound a hidden snapshot and recovered the DB in.. read more  

How I Dropped Our Production Database and Now Pay 10% More for AWS
Link
@devopslinks shared a link, 2 days, 17 hours ago
FAUN.dev()

Why Serverless Compute Partners Are Now More Important Than Ever

The note saysAIworkloads are bursty. They spawn parallel tool calls, pull multi‑GB model weights into RAM, and endure long cold starts (e.g.,vLLM,SGLang). Companies wrestle with a fragmentedGPUmarket and poor peakGPU utilization. To hit latency, compliance, and cost targets they adoptmulti‑region/mu.. read more  

Why Serverless Compute Partners Are Now More Important Than Ever
Link
@devopslinks shared a link, 2 days, 17 hours ago
FAUN.dev()

AWS Cost Optimization Best Practices: A Maturity-Based Guide [2026]

The guide maps a five-stagematurity model— fromVisibilitytoFinOps Culture. It prescribes staged actions before commitment purchases. It recommends turning onCost ExplorerandAWS Budgets, enforcingtag policies, runningCompute Optimizer, testingGraviton, and usingCloudBurn/Amazon Qfor pre-deploy estima.. read more  

Story
@shubham321 shared a post, 3 days, 11 hours ago
Software engineer, Keploy

What Is QA Automation? Benefits, Tools, Challenges & Future

QA automation is a modern software testing approach that uses automated tools and frameworks to execute test cases efficiently and consistently. Instead of relying solely on manual testing, QA automation enables teams to validate application functionality, performance, and reliability at every stage of the development lifecycle. It plays a crucial role in Agile and DevOps environments, where frequent code changes and faster release cycles demand continuous testing.

One of the biggest advantages of QA automation is speed. Automated tests can run in minutes, allowing teams to detect defects early and provide quick feedback to developers. This leads to improved software quality and reduced risk of critical issues reaching production. Automation also enhances accuracy by eliminating human errors that commonly occur in repetitive manual testing tasks.

qa automation
Story
@suarezsara shared a post, 3 days, 11 hours ago

Why SharePoint Application Development Still Powers Enterprise Collaboration in 2026

Learn how businesses use SharePoint for workflow automation, seamless Microsoft 365 integration, and enhanced governance.

Story Keploy Team
@sancharini shared a post, 3 days, 11 hours ago

Types of Regression Testing in CI/CD Pipelines

Learn how different types of regression testing in CI/CD pipelines help teams detect defects early, maintain software quality, and reduce production risks while optimizing automated workflows.

Types of Regression Testing in CI/CD Pipelines
Story Keploy Team
@sancharini shared a post, 3 days, 11 hours ago

How Regression Testing Detects Hidden Defects Before They Reach Production?

Understand how regression testing helps teams identify hidden defects early, maintain system stability, and prevent production issues using effective testing strategies and regression testing tools.

How Regression Testing Detects Hidden Defects Before Production
Story
@elenamia shared a post, 3 days, 11 hours ago
Technical Consultant, Damco Solutions

Is Your Application Evolving or Aging? The Role of Software Maintenance Services in Continuous Improvement

Read this blog to learn how software maintenance services fuel continuous improvement, prevent downtime, and protect your digital investments.

126795
Pulumi is an open-source infrastructure-as-code platform that allows you to define, deploy, and manage cloud resources using familiar general-purpose programming languages like Python, JavaScript, Go, and TypeScript.

Pulumi represents a major shift in the Infrastructure-as-Code (IaC) landscape by moving away from proprietary domain-specific languages (DSLs) and static configuration files like YAML or JSON. Instead, it leverages the power of standard programming languages, allowing engineers to use loops, functions, classes, and existing package managers to define their cloud environments. This means you can apply software engineering best practices—such as unit testing, modularity, and CI/CD integration—directly to your infrastructure setups on providers like AWS, Azure, Google Cloud, and Kubernetes.

The platform works by utilizing a "State" mechanism similar to Terraform, where it tracks the current deployment against your desired code. When you run a Pulumi program, it builds a resource graph to determine the most efficient way to provision or update your services. Because it uses real code, it provides superior IDE support, including auto-completion and type-checking, which significantly reduces the syntax errors and "trial-and-error" deployments common with text-based configuration tools.

Furthermore, Pulumi excels in hybrid and multi-cloud environments by providing a unified workflow for both infrastructure and application delivery. It bridges the gap between developers and platform engineers, as both can now speak the same language—literally.