Join us

ContentUpdates and recent posts about Flogo..
News FAUN.dev() Team Trending
@devopslinks shared an update, 1 week ago
FAUN.dev()

AWS Unveils Graviton5: A 192-Core Leap in Cloud Performance and Efficiency

Amazon EC2 Amazon Web Services

AWS introduces Graviton5-based EC2 M9g instances, boosting performance by 25% and enhancing scalability while reducing costs.

AWS Unveils Graviton5: A 192-Core Leap in Cloud Performance and Efficiency
News FAUN.dev() Team Trending
@varbear shared an update, 1 week ago
FAUN.dev()

Tor Goes Rust: Introducing Arti, a New Foundation for the Future of Tor

Rust Tor Arti

The development of "Arti," a Rust-based Tor implementation funded by Zcash, aims to enhance security and efficiency by addressing the limitations of the current C-based Tor.

Tor Goes Rust: Introducing Arti, a New Foundation for the Future of Tor
 Activity
@varbear added a new tool Arti , 1 week ago.
 Activity
@varbear added a new tool Tor , 1 week ago.
News FAUN.dev() Team Trending
@kala shared an update, 1 week ago
FAUN.dev()

Gemini Deep Research Is Now Programmable Through a New API

Gemini 3 Vertex AI

The enhanced Gemini Deep Research agent is now available via API, enabling developers to integrate advanced research capabilities into applications, with the open-sourcing of DeepSearchQA for evaluating complex tasks.

Gemini Deep Research Is Now Programmable Through a New API
 Activity
@kala added a new tool Vertex AI , 1 week ago.
 Activity
@kala added a new tool Gemini 3 , 1 week ago.
News FAUN.dev() Team Trending
@kala shared an update, 1 week ago
FAUN.dev()

GitHub Copilot Adds GPT-5.2 With Long-Context and UI Generation

GitHub Copilot GPT-5.2

OpenAI unveils GPT-5.2 for GitHub Copilot, enhancing software engineering with improved long-context reasoning and UI generation, integrated with Microsoft Azure and NVIDIA.

GitHub Copilot Adds GPT-5.2 With Long-Context and UI Generation
News FAUN.dev() Team Trending
@kala shared an update, 1 week ago
FAUN.dev()

GPT-5.2 Quietly Beats Human Experts at Knowledge Work

Azure GPT-5.2

OpenAI releases GPT-5.2, enhancing professional tasks with improved speed and cost-effectiveness, now available for paid users in ChatGPT and via API.

OpenAI unveils GPT-5.2, the most advanced frontier model for professional work and long-running agents
 Activity
@kala added a new tool GPT-5.2 , 1 week 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