TIBCO NOW 2018 - Project Flogo Serverless Integration Powered by Flogo and Lambda

TIBCO NOW 2018 - Project Flogo Serverless Integration Powered by Flogo and Lambda

Dive into the serverless dream—rapid deployment, auto-scaling, and cost efficiency! Explore the evolution from monoliths to functions and unravel the role of Project Flogo.

No matter the metric, serverless is definitely gaining interest. It’s the dream of every developer, supplying the ability to deploy services in the cloud in no time, automatically scale them, enjoy automagic management by a cloud provider—and, most important, keep it all cost effective! How does this dream become a reality?

This presentation covered what serverless is all about and the benefits of running your apps in the serverless environment. It covers the monoliths-microservices-functions progression and when, where, and why to use serverless architecture and how Project Flogo fits in to the overall picture

Developers, Developers, Developers - Innovating at the Edge

Developers, Developers, Developers - Innovating at the Edge

Embark on a journey with Leon Stigter as he unveils the pivotal role developers play in driving edge innovation to production. Explore the latest updates in Project Flogo and discover tools to elevate your developer journey, ensuring faster and better software creation.

Innovation at the edge is driven by a whole host of people and personalities, but who makes sure those innovations get into production? Developers!

Join Leon Stigter, developer advocate at TIBCO, as he demonstrates tools and technologies to help developers build better software, faster.

This TIBCO Tech Talk covers:

  • The latest in updates for Project Flogo, an open-source and ultra-lightweight edge computing platform
  • A brief demo of Flogo and API Scout
  • How to jumpstart your developer journey
API World 2018 - Project Flogo an Event Driven Stack for the Enterprise

API World 2018 - Project Flogo an Event Driven Stack for the Enterprise

Unleash the power of event-driven apps! 🚀 Explore seamless collaboration for devs and non-devs, bridging cloud and on-premises. #AppDevelopment

In today’s world everyone is building apps, most times those apps are event-driven and react to what happens around them. How do you take those apps to, let’s say, a Kubernetes cluster, or let them communicate between cloud and on-premises, and how can developers and non-developers work together using the same tools?

The Art Of Open Source Event-Driven Stacks for the Enterprise

The Art Of Open Source Event-Driven Stacks for the Enterprise

Discover the power of open source in building event-driven apps! Dive into the world of Project Flogo, an innovative stack enabling seamless collaboration between developers and non-developers. Read more about its capabilities and how it redefines the app development landscape.

In today’s world everyone is building apps, most times those apps are event-driven and react to what happens around them. How do you take those apps to, let’s say, a Kubernetes cluster, or let them communicate between cloud and on-premises, and how can developers and non-developers work together using the same tools? Let’s break down the title a bit…

Using JFrog Artifactory for repeatable Flogo builds

Using JFrog Artifactory for repeatable Flogo builds

Unlock the power of Go modules for seamless app development. Learn how JFrog's Artifactory enhances repeatable builds, ensuring secure, version-controlled dependencies. Follow the journey from setting up Artifactory to converting apps, embracing the harmony of gophers, hummingbirds, and frogs in this tech adventure.

Developers want to build better software faster, I don’t think any developer would disagree on that and with the release of Go 1.11 a long-awaited (and debated) feature became available, Go modules! With that amazing addition to the Go language, you can now really have repeatable builds because all the information is put in a single go.mod file and during the build the Go compiler will get all the right versions for you.

Now Where Did I Deploy That Microservice?"

Now Where Did I Deploy That Microservice?"

Tracking microservices on Kubernetes can be a challenge. Explore how API Scout simplifies the process with annotations. Never ask 'Where did I deploy that microservice?' again!

As a developer advocate, I’m in the amazing position to talk to lots and lots of developers. Throughout those conversations I hear a lot of the same concerns popping up. Two of those being, “where did I deploy that microservice?” 😩 and “what is the API definition of that microservice again?"😟

The Art Of Using Go in Flogo

The Art Of Using Go in Flogo

Empower your Go apps with Flogo's event-driven engine! Learn to seamlessly integrate Flogo into your Go code, leveraging existing triggers and activities. Follow the guide to build a PubNub message receiver and level up your event-driven app game.

Not too long ago Flogo introduced a new Go API that allows you to build event-driven apps by simply embedding the Flogo engine in your existing Go code. Now you can use the event-driven engine of Flogo to build Go apps while using the activities and triggers that already exist and combining that with “regular” Go code.

Serverless and Flogo - A Perfect Match (Part 2)

Serverless and Flogo - A Perfect Match (Part 2)

Part 2! 🚀 Explore how to enhance your serverless apps with Flogo and Go API. Unleash the power of Serverless Framework for seamless deployment. Elevate your functions with personalized responses. Dive into the tutorial for a hands-on journey!

I can hear you think “Part 2?! So there actually is a part 1?” 😱 The answer to that is, yes, there most definitely is a part 1 (but you can safely ignore that 😅). In that part I went over deploying Flogo apps that you built with the Flogo Web UI using the Serverless Framework. Now, with the Go API that we added to Flogo, you can mix triggers and activities from Flogo (and the awesome community) with your regular Go code and… deploy using the Serverless Framework

How To Build Securely Chatting Microservices With Flogo And PubNub

How To Build Securely Chatting Microservices With Flogo And PubNub

Embark on a secure microservices journey with Flogo and PubNub! 🚀 Learn step-by-step how to build, connect, and safeguard your microservices in this insightful blog. Plus, a glimpse into the powerful Flogo Web UI for visual microservice development.

The cute mascot, Flynn Building microservices is awesome, having them talk to each other is even more awesome! But in today’s world, you can’t be too careful when it comes to sending sensitive data across the wire. Last week I was at PubNub for a Meetup where, together with Jordan Schuetz and Nicholas Grenié, we spoke about cool things you can do with PubNub. One of them is using PubNub as a messaging layer to have your microservices, built with Flogo (duh), talk to each other in a secure way. In this blog, I’ll go over the steps to build those microservices and hook them up using PubNub.