Join us

ContentUpdates and recent posts about Pulumi..
News FAUN.dev() Team
@devopslinks shared an update, 4 months, 2 weeks ago
FAUN.dev()

Grafana 12.3 Lands With New Learning Tools, Better Logs, and a Critical Security Fix

Grafana

Grafana 12.3 enhances user experience with interactive learning, improved logs visualization, and a critical security fix, alongside new features like dashboard image export and expanded data source support.

Grafana 12.3 Lands With New Learning Tools, Better Logs, and a Critical Security Fix
News FAUN.dev() Team
@kala shared an update, 4 months, 2 weeks ago
FAUN.dev()

Google Unveils Antigravity: An Agentic IDE Built for Autonomous Coding

Google Antigravity

Google introduces Antigravity, an AI-driven platform enhancing IDEs with autonomous coding capabilities, now in public preview.

Google Unveils Antigravity: An Agentic IDE Built for Autonomous Coding
News FAUN.dev() Team
@kala shared an update, 4 months, 2 weeks ago
FAUN.dev()

Finally: AI Image Generation That Handles Text Correctly - Meet Nano Banana Pro

Nano Banana Pro

Google DeepMind introduces Nano Banana Pro, an advanced image generation and editing model, enhancing creative capabilities and available globally in the Gemini app.

Finally: AI Image Generation That Handles Text Correctly - Meet Nano Banana Pro
News FAUN.dev() Team
@kala shared an update, 4 months, 2 weeks ago
FAUN.dev()

Real Repos, Real Tasks, Real Stakes: Cline-Bench Drops With $1M for Open Source

Cline-bench launches to offer realistic AI coding benchmarks, pledging $1M to support open source maintainers and enhance research with real-world challenges.

Real Repos, Real Tasks, Real Stakes: Cline-Bench Drops With $1M for Open Source
Story
@laura_garcia shared a post, 4 months, 2 weeks ago
Software Developer, RELIANOID

📢 RELIANOID is heading to Frankfurt!

We're excited to attend Next IT Security – C-Suites Edition: Redefining Cyber Resilience in DACH, taking place on November 27th, 2025. “The time is always right to do what is right.” – Martin Luther King Jr. This exclusive summit brings together top CISOs, CTOs, and cybersecurity leaders from across..

next IT security frankfurt relianoid
Link
@anjali shared a link, 4 months, 2 weeks ago
Customer Marketing Manager, Last9

Top 7 Observability Platforms That Auto-Discover Services

Auto-discovery tools now detect services as they appear and build dashboards instantly. Here are seven platforms that do it well.

grafana_tempo
Link
@cadet15789 shared a link, 4 months, 2 weeks ago
IT

Cut Your Docker Build Time in Half: 6 Essential Optimization Techniques

Pro tips to write dockerfiles. Cut your build timing of your images by half.

Dockerfiles
Story
@laura_garcia shared a post, 4 months, 2 weeks ago
Software Developer, RELIANOID

The JLR Cyber Incident: A Warning Shot for the Automotive Industry

The major cyberattack that halted Jaguar Land Rover’s production for almost six weeks has exposed a hard truth: modern automotive manufacturing is deeply vulnerable to digital disruption. From frozen assembly lines to supplier chaos and regional economic fallout, the incident showed how quickly a si..

Supply-Chain-in-the-Automotive-Industry_RELIANOID
Link
@anjali shared a link, 4 months, 2 weeks ago
Customer Marketing Manager, Last9

What is AWS Fargate for Amazon ECS?

Understand how AWS Fargate runs your ECS containers without servers—just define CPU, memory, and networking, and AWS handles the compute.

aws_fargate
Story
@shurup shared a post, 4 months, 2 weeks ago
@palark

Helm v4 new features and changes

Helm

Helm v4 has been released a week ago. Its highlights are: - Server-Side Apply instead of 3-Way Merge - WASM plugins - Using kstatus for resource tracking - Content-based chart caching This articleprovides a detailed overview of why these changes were made in Helm v4 and what they bring for Helm user..

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.