Join us

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

Running Databases on Kubernetes Is Becoming the New Normal

Running databases on Kubernetes has moved from experimentation to standard practice, driven by platform maturity, cost pressures, and AI/ML demands. According to the 2025 Data on Kubernetes survey, organizations are now focused on operational excellence, with cost optimization, storage performance, and AI workloads shaping the next phase.

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

🔐 Third-Party Risk Management at RELIANOID

At RELIANOID, security and resilience extend beyond our own platform. We apply strict Third-Party Risk Management (TPRM) practices to ensure that every vendor, partner, or supplier meets our high standards for security, compliance, and reliability. ✔️ Risk assessments before onboarding (ISO 27001, S..

Third-Party Risk Management (TPRM) Policy relianoid
Story
@sancharini shared a post, 2 months ago

Black Box Testing Strategies for Modern Web Applications

Explore effective black box testing strategies for modern web applications. Learn how to validate user workflows, APIs, asynchronous behavior, and security while minimizing flaky tests.

Black Box Testing Strategies for Modern Web Applications
 Activity
@sancharini created an organization Keploy , 2 months ago.
Story
@laura_garcia shared a post, 2 months ago
Software Developer, RELIANOID

🌊 Load Balancing Smart Wave with RELIANOID

Built for Marine Telemetry The Smart Wave platform is key for real-time telemetry from offshore buoys, vessels, and coastal stations. But how do you ensure it performs reliably — even over satellite links? We've published a new technical guide showing how to load balance Smart Wave using RELIANOID: ..

Knowledge base_how to load balance SMART WAVE_blue economy
Story
@sancharini shared a post, 2 months, 1 week ago

Key Features to Look for in Functionality Testing Software

Discover key features to look for in functionality testing software to ensure reliable, efficient, and scalable application testing.

Features of Functionality Testing Software
Story
@laura_garcia shared a post, 2 months, 1 week ago
Software Developer, RELIANOID

We’re excited to take part in The Elephant In AppSec Conference 2026 🐘🔐

📅 January 14–15, 2026 🌐 Virtual Event An AppSec event where strong opinions are encouraged, assumptions are challenged, and real-world experience takes center stage. Looking forward to engaging in honest conversations and sharing how RELIANOID supports modern Application Security through secure appl..

the_elephant_in_appsec_conference_2026_relianoid
Story
@laura_garcia shared a post, 2 months, 1 week ago
Software Developer, RELIANOID

Cybersecurity in Maritime: The Quiet Threat Persisting Throughout the Entire Lifecycle of a Ship 🚢⚓️🔐

The maritime sector is becoming increasingly digital — and with it comes a growing, often invisible, threat: cybersecurity vulnerabilities that affect vessels from the blueprint stage to decommissioning. 📍 From compromised ECDIS systems to insecure OTA updates and neglected end-of-life data handling..

Blog Maritime Cybersecurity
Link Xygeni Team
@mashka shared a link, 2 months, 1 week ago
Paid Acquisition and Growth Marketing, xygeni

Software Supply Chains Under Pressure: What Malware and AI Changed in 2025 and what to Expect in 2026

2025 exposed a shift in software supply chain attacks. AI-assisted malware, self-propagating techniques, and widespread trust abuse altered how compromises spread across dependencies, registries, and CI/CD pipelines.

This upcoming LinkedIn Live SafeDev Talk examines what truly changed, why long-held security assumptions are breaking down, and what development teams need to rethink as they head into 2026.

📅 January 20th | ⏰ Time: 𝟏𝟔:𝟑𝟎 (𝐂𝐄𝐒𝐓)/𝟏𝟎:𝟑𝟎 (𝐄𝐃𝐓)

Join Us!

SafeDev Talk 1 2026 - Yearly Recap (4)
Link FAUN.dev() Team
@eon01 shared a link, 2 months, 1 week ago
Founder, FAUN.dev

2025 Internet Trends

Cloudflare just released its 2025 Radar Year in Review, a systems report on how the Internet actually behaved last year. A few things stood out in my opinion: 👉 Most AI systems take far more than they give back. AI bots now account for a meaningful slice of web traffic. Googlebot alone generates mor.. read more  

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.