Join us

ContentUpdates and recent posts about Pulumi..
ย Activity
@jillelliott created an organization eSiteWorld TechnoLabs Pvt. Ltd. , 1ย month, 3ย weeks ago.
ย Activity
@aarroondiazz created an organization Gojek App Clone , 1ย month, 3ย weeks ago.
Story
@laura_garcia shared a post, 1ย month, 3ย weeks ago
Software Developer, RELIANOID

The cost of a data breach? Everything.

๐Ÿšจ The cost of a data breach? Everything. ๐Ÿšจ 23andMeโ€™s recent bankruptcy after a devastating data breach is a wake-up call for every business handling sensitive information. Millions of users' DNA data is now at risk of being sold, all because of inadequate security measures. A single breach can lead ..

ย Activity
@cubeapm created an organization CubeAPM , 1ย month, 3ย weeks ago.
Story
@laura_garcia shared a post, 1ย month, 4ย weeks ago
Software Developer, RELIANOID

๐—–๐—ฉ๐—˜-๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ-๐Ÿฎ๐Ÿฏ๐Ÿญ๐Ÿญ๐Ÿฎ: ๐—ก๐—ฉ๐— ๐—ฒ/๐—ง๐—–๐—ฃ ๐—ž๐—ฒ๐—ฟ๐—ป๐—ฒ๐—น ๐——๐—ผ๐—ฆ ๐—ฉ๐—ฒ๐—ฐ๐˜๐—ผ๐—ฟ โ€“ ๐—ค๐˜‚๐—ถ๐—ฐ๐—ธ ๐—œ๐—ป๐˜€๐—ถ๐—ด๐—ต๐˜

๐Ÿ” ๐—–๐—ฉ๐—˜-๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ-๐Ÿฎ๐Ÿฏ๐Ÿญ๐Ÿญ๐Ÿฎ: ๐—ก๐—ฉ๐— ๐—ฒ/๐—ง๐—–๐—ฃ ๐—ž๐—ฒ๐—ฟ๐—ป๐—ฒ๐—น ๐——๐—ผ๐—ฆ ๐—ฉ๐—ฒ๐—ฐ๐˜๐—ผ๐—ฟ โ€“ ๐—ค๐˜‚๐—ถ๐—ฐ๐—ธ ๐—œ๐—ป๐˜€๐—ถ๐—ด๐—ต๐˜ A new Linux kernel vulnerability (CVE-2026-23112) affects the NVMe/TCP target (nvmet-tcp), exposing systems to potential kernel crashes and Denial of Service (DoS) conditions. โš™๏ธ ๐—ช๐—ต๐—ฎ๐˜โ€™๐˜€ ๐—ต๐—ฎ๐—ฝ๐—ฝ๐—ฒ๐—ป๐—ถ๐—ป๐—ด? Improper validation in nvmet_tcp_build_pdu..

Knowledge base Troubleshooting - CVE-2026-23112 - relianoid
Story
@viktoriiagolovtseva shared a post, 1ย month, 4ย weeks ago

How to Launch Paid Ads: a Quick Guide With a Hands-on Checklist

Behind every high-performing paid ad campaign is a simple truth: success comes from preparation and optimization, not blind luck. With all the variety of ad formats and campaign types, the process can be broken down into 5 crucial stages. In this guide, we provide you with the most essential practic..

Zrzut ekranu 2026-03-25 133738
Story
@viktoriiagolovtseva shared a post, 1ย month, 4ย weeks ago

Post-mortem Incident Review

Why Structured Post-mortem Reviews Matter Security incidents, outages, and failures are inevitable, especially in fast-moving agile environments. But what separates high-performing teams from the rest is how they learn from them. A well-run incident postmortem (or post-mortem meeting) focuses on unc..

Zrzut ekranu 2026-03-23 190511
News FAUN.dev() Team
@kala shared an update, 1ย month, 4ย weeks ago
FAUN.dev()

A Meta AI Agent Posted Without Permission. Then Things Got Worse.

OpenClaw

A Meta AI agent posted to an internal forum without authorization, triggering a Sev 1 incident that exposed proprietary code and user data for two hours. The advice it gave was wrong. The engineer followed it anyway. This wasn't a one-off - autonomous agents now account for more than 1 in 8 enterprise AI breaches, and most organizations have no mechanism to stop them from acting beyond their intended scope.

ย Activity
Story
@laura_garcia shared a post, 1ย month, 4ย weeks ago
Software Developer, RELIANOID

Discover why Cloud Security Posture Management (CSPM) is a game-changer for companies in today's digital landscape!

Discover why Cloud Security Posture Management (CSPM) is a game-changer for companies in today's digital landscape! In our latest article, we take you on a narrative journey exploring the vital role CSPM plays in maintaining robust cloud securityโ€”from continuously monitoring digital infrastructures ..

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.