Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo โ€” explore more posts below...
ย Activity
@vlebo started using tool ctx_ , 8ย hours, 46ย minutes ago.
ย Activity
@vlebo added a new tool ctx_ , 8ย hours, 46ย minutes ago.
Story
@laura_garcia shared a post, 16ย 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 , 19ย hours, 28ย minutes ago.
ย Activity
@vaibhavgupta started using tool Next.js , 19ย hours, 28ย minutes ago.
ย Activity
@vaibhavgupta started using tool All in One SEO Pack , 19ย hours, 28ย minutes ago.
ย Activity
@omarabid added a new tool Code Input , 2ย days, 8ย hours ago.
ย Activity
@hitechdigital created an organization HitechDigital Solutions , 2ย days, 18ย hours ago.
Link
@varbear shared a link, 3ย days, 13ย hours 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
Link
@varbear shared a link, 3ย days, 13ย hours ago
FAUN.dev()

The Beginning of Programming as Weโ€™ll Know It

In the wake of AI coding assistants like Claude and Codex, many wonder if the human role of "computer programmer" is ending. Although AI shows promise, human developers are valuable in the current transitional period. Real programmers are uniquely positioned to harness AI's power while augmenting it.. read more ย 

The Beginning of Programming as Weโ€™ll Know It
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