Join us

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

Deploy RELIANOID Load Balancer Community Edition v7 on AWS in minutes with Terraform.

โšก Deploy RELIANOID Load Balancer Community Edition v7 on AWS in minutes with Terraform. From zero to a fully functional load balancer โ€” automated, reproducible, and ready to go. ๐Ÿ‘‰ Follow the step-by-step guide and get started fast. #Terraform#AWS#InfrastructureAsCode#DevOps#RELIANOID#Automation http..

terraform_relianoid_community_img2 (1)
ย Activity
@vlebo started using tool ctx_ , 21ย hours, 23ย minutes ago.
ย Activity
@vlebo added a new tool ctx_ , 21ย hours, 23ย minutes ago.
Story
@laura_garcia shared a post, 1ย day, 5ย hours ago
Software Developer, RELIANOID

๐—จ๐—ž ๐—ฃ๐—ฆ๐—ง๐—œ ๐—”๐—ฐ๐˜: ๐—” ๐—ก๐—ฒ๐˜„ ๐—˜๐—ฟ๐—ฎ ๐—ณ๐—ผ๐—ฟ ๐—–๐—ผ๐—ป๐—ป๐—ฒ๐—ฐ๐˜๐—ฒ๐—ฑ ๐——๐—ฒ๐˜ƒ๐—ถ๐—ฐ๐—ฒ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜†

๐Ÿ” ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ๐˜€๐˜๐—ฎ๐—ป๐—ฑ๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—จ๐—ž ๐—ฃ๐—ฆ๐—ง๐—œ ๐—”๐—ฐ๐˜: ๐—” ๐—ก๐—ฒ๐˜„ ๐—˜๐—ฟ๐—ฎ ๐—ณ๐—ผ๐—ฟ ๐—–๐—ผ๐—ป๐—ป๐—ฒ๐—ฐ๐˜๐—ฒ๐—ฑ ๐——๐—ฒ๐˜ƒ๐—ถ๐—ฐ๐—ฒ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜† The UK is raising the bar on cybersecurity with the Product Security and Telecommunications Infrastructure (PSTI) Act, now in force since April 2024. As cyber threats continue to grow, this regulation introduces a baseline for ..

ย Activity
@vaibhavgupta started using tool WordPress , 1ย day, 8ย hours ago.
ย Activity
@vaibhavgupta started using tool Next.js , 1ย day, 8ย hours ago.
ย Activity
@vaibhavgupta started using tool All in One SEO Pack , 1ย day, 8ย hours ago.
ย Activity
@omarabid added a new tool Code Input , 2ย days, 20ย hours ago.
ย Activity
@hitechdigital created an organization HitechDigital Solutions , 3ย days, 7ย hours ago.
Link
@varbear shared a link, 4ย days, 1ย hour ago
FAUN.dev()

Introduction to PostgreSQL Indexes

This post is for developers that have an intuitive knowledge of what database indexes are, but donโ€™t necessarily know how they work internally, what are the tradeoffs associated with indexes, what are the types of indexes provided by postgres and how you can use some of its more advanced options to .. read more ย 

Introduction to PostgreSQL Indexes
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