RSS

Posts in 2022

Posts in 2021

  • Serverless Next.js Example Blog with Fission

    Wednesday, November 17, 2021 in Blog

    What is Next.js? Next.js is a framework for building fast, modern websites using React. Next.js provides a couple of features for building static and server-side rendered websites. With Next.js examples and showcase, you can get a taste of Next.js. …

    Read more

  • Serverless Kafka Consumer for Confluent Cloud

    Wednesday, November 10, 2021 in Blog

    Confluent Cloud is a fully managed, cloud-native service for Apache Kafka. Managed Kafka offering helps you focus on connecting and processing data, anywhere you need it. You avoid hassle of infrastructure management. In this blog post, we will …

    Read more

  • Kubernetes Response Engine: Falcosidekick + Fission

    Wednesday, September 01, 2021 in Blog

    This blog was originally published on Falco website. This blog post is part of a series of articles about how to create a Kubernetes response engine with Falco, Falcosidekick and a FaaS. The earlier posts in this series, show how to use Kubeless, …

    Read more

  • Fission WebSocket Sample

    Friday, June 11, 2021 in Blog

    Introduction In this post we will look into how we can develop a simple a web socket based chat application using Fission functions. Fission’s NodeJS environment now has built in support for WebSocket. So, we are going to use this environment …

    Read more