Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo — explore more posts below...
 Activity
@rafidbottler created an organization WPWeb Infotech , 1 hour, 3 minutes ago.
 Activity
@qistmarkett started using tool MetalLB , 1 hour, 22 minutes ago.
 Activity
@qistmarkett started using tool All in One SEO Pack , 1 hour, 22 minutes ago.
Story
@cloudsignals shared a post, 8 hours ago
Director - Cloud Engineering, osttra

From Hunters to Algorithms: How AI Is Rewriting the Rules of Vulnerability Discovery

Security has entered its algorithmic era. AI is rapidly transforming vulnerability discovery by scanning code at scale, uncovering hidden patterns, and accelerating detection beyond human limits. For maintainers, this means shifting from reactive patching to intelligent triage and secure-by-design systems. For bug hunters, success now lies in combining AI speed with human creativity to uncover deeper, context-driven flaws. The future of security isn’t human vs machine—it’s human amplified by machine.

AI-driven vulnerability discovery concept showing a split human and artificial intelligence face analyzing cybersecurity threats, with dashboards displaying SQL injection detection, risk score, and automated code analysis in a futuristic interface.
 Activity
@koukibadr started using tool Mapbox GL JS , 16 hours, 47 minutes ago.
 Activity
@koukibadr started using tool Google Maps , 16 hours, 47 minutes ago.
 Activity
@koukibadr started using tool GitLab CI/CD , 16 hours, 47 minutes ago.
 Activity
@koukibadr started using tool GitHub Pages , 16 hours, 47 minutes ago.
 Activity
@koukibadr started using tool Amplitude , 16 hours, 47 minutes ago.
Story
@koukibadr shared a post, 17 hours ago
Mobile Developer, Nventive

Optimizing Performance in Android Apps with Kotlin

Optimizing the performance of your Android applications is crucial for providing a smooth and responsive user experience. Kotlin, with its concise syntax and powerful features, offers several ways to enhance the performance of your apps. In this article, we'll explore various techniques and best pra..

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