Join us

ContentUpdates and recent posts about Flogo..
Story
@suarezsara shared a post, 3 weeks ago

Why SharePoint Application Development Still Powers Enterprise Collaboration in 2026

Learn how businesses use SharePoint for workflow automation, seamless Microsoft 365 integration, and enhanced governance.

Story Keploy Team Trending
@sancharini shared a post, 3 weeks ago

Types of Regression Testing in CI/CD Pipelines

Learn how different types of regression testing in CI/CD pipelines help teams detect defects early, maintain software quality, and reduce production risks while optimizing automated workflows.

Types of Regression Testing in CI/CD Pipelines
Story Keploy Team Trending
@sancharini shared a post, 3 weeks ago

How Regression Testing Detects Hidden Defects Before They Reach Production?

Understand how regression testing helps teams identify hidden defects early, maintain system stability, and prevent production issues using effective testing strategies and regression testing tools.

How Regression Testing Detects Hidden Defects Before Production
Story
@elenamia shared a post, 3 weeks ago
Technical Consultant, Damco Solutions

Is Your Application Evolving or Aging? The Role of Software Maintenance Services in Continuous Improvement

Read this blog to learn how software maintenance services fuel continuous improvement, prevent downtime, and protect your digital investments.

126795
Story Trending
@marxjenes shared a post, 3 weeks ago

State Transition Testing Techniques for Microservices Applications

Learn effective state transition testing techniques for microservices applications. Ensure reliable service behavior, validate workflows, and strengthen regression testing in CI/CD pipelines.

State Transition Testing Techniques for Microservices Applications
 Activity
@kala added a new tool Claude Code , 3 weeks ago.
News FAUN.dev() Team Trending
@kala shared an update, 3 weeks ago
FAUN.dev()

NanoClaw Brings Container-Isolated AI Agents to WhatsApp and Telegram

NanoClaw OpenClaw Claude Code

NanoClaw is a lightweight open-source personal AI agent that runs locally and connects to apps like WhatsApp and Telegram. Built with only ~3,900 lines of code across 15 files, it uses container isolation to securely run agents and aims to offer a simpler, fully auditable alternative to large frameworks like OpenClaw.

 Activity
@kala added a new tool NanoClaw , 3 weeks ago.
News FAUN.dev() Team Trending
@kala shared an update, 3 weeks ago
FAUN.dev()

OpenAI Unveils GPT-5.4, a Stronger Model for Reasoning, Coding, and Real Work

GPT-5.4 ChatGPT

OpenAI released GPT-5.4, its new flagship model for ChatGPT, the API, and Codex. It improves reasoning, coding, and agent workflows, introduces native computer-use capabilities, supports up to 1M tokens of context, and adds tool search to make large tool ecosystems more efficient. The model is more accurate, more token-efficient, and better at real professional tasks like coding, spreadsheets, documents, and web research. A higher-performance GPT-5.4 Pro version is also available for complex workloads.

 Activity
@kala added a new tool GPT-5.4 , 3 weeks 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