Join us

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

Shift Left Did Not Fix It

Shift left has become a buzzword, but merely moving testing earlier doesn't address the core issue of authority and decision-making in quality assurance. AI may offer quicker testing, but it doesn't comprehend risk like human testers do - beware the dangerous lie that AI can replace thorough, critic.. read more ย 

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

Terraform is dead

Graham Gilbert argues Terraform is effectively dead, kept alive only by inertia: HCL forced engineers to translate intent (the diagrams, paragraphs, and constraints that actually describe systems) into a DSL that nobody naturally thinks in, while fragmenting infrastructure, application logic, polici.. read more ย 

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

The invisible engineering behind Lambdaโ€™s network

AWS engineers explain how the Lambda team rebuilt VPC networking so they can keep per-invocation setup off the hot path and run dense microVM workers at scale... read more ย 

The invisible engineering behind Lambdaโ€™s network
Link
@devopslinks shared a link, 3ย days, 17ย hours ago
FAUN.dev()

Finding zombies in our systems: A real-world story of CPU bottlenecks

After a network outage crisis, Pinterest's ML Platform team discovered high Kubernetes agent CPU usage was causing critical Ray training job failures. The team's deep profiling strategy revealed a rarely seen flaw in how Kubelet was handling memory cgroup iterations... read more ย 

Finding zombies in our systems: A real-world story of CPU bottlenecks
Link
@devopslinks shared a link, 3ย days, 17ย hours ago
FAUN.dev()

AI in SRE: What's Actually Coming in 2026

AI in SRE is evolving, with true value in Root Cause Analysis and Pre-Change Impact Analysis, not autonomous remediation or AI replacing SREs - it's about collaboration and focus evolution... read more ย 

Story
@laura_garcia shared a post, 4ย days, 1ย hour ago
Software Developer, RELIANOID

๐—Ÿ๐—ถ๐—ป๐˜‚๐˜… ๐—ธ๐—ฒ๐—ฟ๐—ป๐—ฒ๐—น ๐˜ƒ๐˜‚๐—น๐—ป๐—ฒ๐—ฟ๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐—ถ๐—ฒ๐˜€

๐Ÿ” ๐—Ÿ๐—ถ๐—ป๐˜‚๐˜… ๐—ธ๐—ฒ๐—ฟ๐—ป๐—ฒ๐—น ๐˜ƒ๐˜‚๐—น๐—ป๐—ฒ๐—ฟ๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐—ถ๐—ฒ๐˜€ are once again forcing enterprises to rethink ๐™ž๐™ฃ๐™›๐™ง๐™–๐™จ๐™ฉ๐™ง๐™ช๐™˜๐™ฉ๐™ช๐™ง๐™š ๐™จ๐™š๐™˜๐™ช๐™ง๐™ž๐™ฉ๐™ฎ ๐™ฅ๐™ง๐™ž๐™ค๐™ง๐™ž๐™ฉ๐™ž๐™š๐™จ. The recent disclosure of โ€œ๐—–๐—ผ๐—ฝ๐˜† ๐—™๐—ฎ๐—ถ๐—นโ€ and โ€œ๐——๐—ถ๐—ฟ๐˜๐˜† ๐—™๐—ฟ๐—ฎ๐—ดโ€ highlights how kernel-level flaws can rapidly evolve into major risks for cloud environments, containers, Kubernetes clusters, and cr..

ย Activity
@cristiandeluxe started using tool WordPress , 4ย days, 18ย hours ago.
ย Activity
@cristiandeluxe started using tool Vue.js , 4ย days, 18ย hours ago.
ย Activity
@cristiandeluxe started using tool TypeScript , 4ย days, 18ย hours ago.
ย Activity
@cristiandeluxe started using tool Shopify , 4ย days, 18ย hours ago.
Project Flogo, a Go-based open source ecosystem for building event-driven apps is designed to abstract the event processing paradigm from event consumption enabling devs to build once, consume from anywhere and process using any of the supported actions.

At its core,ย Flogo Core, a lightweight app kernel responsible for all of the event-driven magic exposed to app devs via the Actions, Triggers & Activities (the core building blocks for your apps)!

Flogo Core provides the following key benefits:

- Action chaining enables communication between one or more capabilities in a single, sub 10MB binary!
- Common contribution model build activities and triggers that can be leveraged by all capabilities
- Extensible easily extend the capabilities available by building your own action using the common interfaces