Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo — explore more posts below...
 Activity
@mikeschinkel started using tool SQLite , 7 hours, 57 minutes ago.
 Activity
@mikeschinkel started using tool PostgreSQL , 7 hours, 57 minutes ago.
 Activity
@mikeschinkel started using tool MySQL , 7 hours, 57 minutes ago.
 Activity
@mikeschinkel started using tool Kubernetes , 7 hours, 57 minutes ago.
 Activity
@mikeschinkel started using tool Go , 7 hours, 57 minutes ago.
 Activity
@mikeschinkel started using tool GNU/Linux , 7 hours, 57 minutes ago.
 Activity
@mikeschinkel started using tool Docker , 7 hours, 57 minutes ago.
Link
@varbear shared a link, 1 day, 23 hours ago
FAUN.dev()

I built a programming language using Claude Code

Cutlet usesClaude Code. The LLM emits every line. Source, build steps, and examples live on GitHub. It runs on macOS and Linux and ships aREPL. It supports arrays, strings, double numbers, a vectorizingmeta-operator, zip/filter indexing, prototypal inheritance, and a mark-and-sweepGC. Development ra.. read more  

Link
@varbear shared a link, 1 day, 23 hours ago
FAUN.dev()

Using Rust and Postgres for everything: patterns learned over the years

Rust and PostgreSQL are considered the best tools in the software world due to their performance and reliability. Rewriting a backend service from Go to Rust led to significant improvements in processing speed and memory usage. Using sqlx for database operations and leveraging PostgreSQL features li.. read more  

Link
@varbear shared a link, 1 day, 23 hours ago
FAUN.dev()

Why value streams and capability maps are your new governance control plane

The piece flips enterprise AI fromgenerativetoagentic. Agents getstructured autonomyto perceive, plan, and execute across systems. It turnsvalue streammaps into a control plane withautonomy zones,halt-on-exceptiongates, cryptographicflight recorders, andpolicy-as-code. Result: less hallucination and.. read more  

Why value streams and capability maps are your new governance control plane
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