Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo โ€” explore more posts below...
Story
@laura_garcia shared a post, 2ย hours ago
Software Developer, RELIANOID

๐Ÿ”Ž Understanding IP Forwarding and Security

When deploying load balancers, gateways, or firewalls, IP forwarding directly impacts how traffic moves between interfaces โ€” and how secure your architecture really is. Weโ€™ve created a clear diagram explaining: โœ” What IP forwarding is โœ” When itโ€™s required (L4 vs L7) โœ” The main security risks โœ” Best ..

ip forwarding security diagram relianoid
ย Activity
ย Activity
@shurup gave ๐Ÿพ to Spotlight on SIG Architecture: API Governance , 21ย hours, 37ย minutes ago.
Story
@laura_garcia shared a post, 1ย day, 1ย hour ago
Software Developer, RELIANOID

๐Ÿš€ ๐—ฆ๐—–๐—”๐—Ÿ๐—˜ ๐Ÿฎ๐Ÿฏ๐˜… โ€“ ๐—ฆ๐—ผ๐˜‚๐˜๐—ต๐—ฒ๐—ฟ๐—ป ๐—–๐—ฎ๐—น๐—ถ๐—ณ๐—ผ๐—ฟ๐—ป๐—ถ๐—ฎ ๐—Ÿ๐—ถ๐—ป๐˜‚๐˜… ๐—˜๐˜…๐—ฝ๐—ผ

๐Ÿ“… March 5โ€“8, 2026 | ๐Ÿ“ Pasadena, California SCALE 23x โ€“ Southern California Linux Expo is back โ€” North Americaโ€™s largest community-run open source conference! Four days of: ๐Ÿ”น Open source innovation ๐Ÿ”น DevOps & cloud-native deep dives ๐Ÿ”น Cybersecurity insights ๐Ÿ”น Hands-on technical workshops ๐Ÿ”น Real commu..

scale_23x_event_2026_pasadena_relianoid
Story
@laura_garcia shared a post, 1ย day, 23ย hours ago
Software Developer, RELIANOID

Weโ€™re heading to Big Data & AI World 2026

Weโ€™re heading to Big Data & AI World 2026 ๐Ÿ“ 4โ€“5 March 2026 | London Part of Tech Show London 2026, this event brings together data and AI leaders focused on responsible, scalable AI and measurable business outcomes. At RELIANOID, we enable secure, high-performance infrastructures ready for AI-driven..

big_data_ai_world_london_2026_relianoid
ย Activity
@yelbur started using tool Python , 2ย days, 18ย hours ago.
ย Activity
@yelbur started using tool Node.js , 2ย days, 18ย hours ago.
ย Activity
@yelbur started using tool Go , 2ย days, 18ย hours ago.
ย Activity
@yelbur started using tool Fedora , 2ย days, 18ย hours ago.
ย Activity
@yelbur started using tool Docker , 2ย 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