How To Build A Serverless Contactform With Zeit

How To Build A Serverless Contactform With Zeit

Build a serverless contact form with Go on Zeit! Dive into the code and discover valuable lessons for deploying on this developer-friendly platform. Learn about environment variables, deployment descriptors, and more. Ready to go serverless? Let's get started!

Unless you’ve spent the last few months in outer space, or at the very least out of reach from the Internet, you’ve seen that serverless is one of the hottest topics when it comes to building apps. Over the last few months we’ve seen AWS announcing a ton of things at their annual user conference, Google announced support for Go in private beta and serverless containers in private alpha and even Gitlab announced some form of serverless support. With so many massive players it’s easy to forget smaller ones, but those smaller ones are quite often pretty interesting.

DockerCon EU 2018 - The Art Of Deploying Artifacts To Production With Confidence

DockerCon EU 2018 - The Art Of Deploying Artifacts To Production With Confidence

Unlock the secrets to secure microservices deployment! Explore how JFrog Xray empowers your journey with Cloud-Native technologies, ensuring robust security and compliance, and instilling confidence in your artifact deployment to production.

There are many challenges facing software development specifically when building and deploying new microservices as we try to do every day. Using Cloud-Native technologies we can navigate some of those risks, but not all of our development practices, especially security and compliance, have kept up with the speed in which the rest of our tech stack has evolved. In this presentation I cover how JFrog Xray helps you safely deploy your artifacts to production with full confidence. There are many challenges facing software development specifically when building and deploying new microservices as we try to do every day. Using Cloud-Native technologies we can navigate some of those risks, but not all of our development practices, especially security and compliance, have kept up with the speed in which the rest of our tech stack has evolved. In this presentation I cover how JFrog Xray helps you safely deploy your artifacts to production with full confidence.

Flogo - Event Driven Ecosystem On SE Daily

Flogo - Event Driven Ecosystem On SE Daily

Dive into the world of smart security cameras! Explore how machine learning models sift through video images, identifying and preserving crucial moments. Unravel the balance between capturing natural wonders and detecting potential threats.

A smart security camera takes in a high volume of video images and processes those images using a set of machine learning models. Those models can be used to identify interesting snippets of movement throughout the day, and decide which of those snippets to keep. Some of the video snippets might contain movement of birds–but other video snippets might contain footage of intruders.

The Secrets Of Project Flogo - A Deep Dive

The Secrets Of Project Flogo - A Deep Dive

Explore the dynamic collaboration with AirFrance/KLM at KLM's Digital Studio! Discover how Project Flogo is reshaping their digital landscape and fueling innovation. Watch the insightful discussion and envision the future of digital transformation.

Two weeks ago, I had the amazing opportunity to be at AirFrance/KLM in KLM’s Digital Studio to talk about Project Flogo and brainstorm on where they could use Flogo to improve and expand their digital footprint. The team was kind enough to share the recorded video on YouTube!

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…

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. In one of my other posts, I built an app that could receive messages from PubNub and for this post, I’ll walk through building the exact same using the Go API.