Join us

ContentUpdates and recent posts about Flogo..
 Activity
@abdelbxl started using tool Foreman , 5 days, 13 hours ago.
 Activity
@abdelbxl started using tool Debian , 5 days, 13 hours ago.
 Activity
@abdelbxl started using tool Ansible , 5 days, 13 hours ago.
Story
@laura_garcia shared a post, 5 days, 15 hours ago
Software Developer, RELIANOID

Pink26: ITSM – The Next Generation 🚀

📍 February 16–18, 2026 | Las Vegas The future of IT Service Management starts here. Pink26 brings together global IT leaders for a powerful mix of innovation, learning, and real-world transformation — inspired by the spirit of Star Trek: The Next Generation. From ITSM and DevOps to AI, Agile, and Ex..

pink26 las vegas relianoid
Story
@shubham321 shared a post, 6 days, 11 hours ago
Software engineer, Keploy

Latency Test Guide: How to Boost App Speed and Improve UX

Did you know 100ms of lag can cost you 1% in sales? Learn how to master the latency test to isolate network, application, and database bottlenecks for a snappier, more reliable user experience

Latency testing (2)
Story
@laura_garcia shared a post, 6 days, 14 hours ago
Software Developer, RELIANOID

🔁 Resharing insights from our CEO on the next decade of cybersecurity (2026–2036)

🔁 Resharing insights from our CEO on the next decade of cybersecurity (2026–2036) Cybersecurity is not heading toward a single dramatic disruption. It is undergoing a structural transformation. In her latest analysis, our CEO outlines the fundamental shifts that will define the next ten years: 🔐 ..

Story Keploy Team
@sancharini shared a post, 6 days, 15 hours ago

Delta Testing in Agile Releases: How to Validate Changes Without Retesting Everything?

Learn how delta testing helps Agile teams validate code changes efficiently, reduce regression scope, and accelerate CI/CD releases without retesting everything.

Delta Testing in Software Testing
Story
@laura_garcia shared a post, 1 week ago
Software Developer, RELIANOID

Post-Quantum Cryptography is no longer theoretical. It’s strategic.

Quantum computing will eventually break RSA and ECC — the foundations of today’s secure communications. The industry is already preparing for “Q-Day,” with NIST standardizing algorithms like CRYSTALS-Kyber and Dilithium. We are entering a hybrid era that demands crypto agility. At RELIANOID, we’re p..

Blog Post-Quantum Cryptography
 Activity
@sdough133 started using tool Go , 1 week ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 1 week, 1 day ago
FAUN.dev()

Anthropic Claude: $20,000, 16 AI Agents, and a Compiler That Builds Linux

Docker git GNU/Linux The Linux Kernel Rust

Anthropic researcher Nicholas Carlini orchestrated 16 autonomous Claude agents working in parallel to build a 100,000-line C compiler in Rust. Using a custom harness for task coordination, testing, and conflict resolution, the agent team produced a compiler capable of building Linux 6.9 across multiple architectures.

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