RSS

Posts in 2018

  • Women in Open Source: Highlight Series

    Saturday, March 31, 2018 in Blog

    As we all know, the presence of active women in the Open Source community is scarce. Last year, GitHub conducted an online survey in which they randomly selected 5,500 developers of open source projects, and found that only 3% of that population were …

    Read more

  • Getting Started: Composing Serverless Functions with Fission Workflows (Part 1)

    Tuesday, March 27, 2018 in Blog

    This is the first of a 2-part introduction to Fission Workflows. Fission provides fast serverless functions on Kubernetes. While functions are great for specific pieces of business logic, any non-trivial application requires a composition of …

    Read more

  • FaaS Function Composition with Fission Workflows and NATS

    Thursday, March 22, 2018 in Blog

    NATS is a lightweight, open source, high-performance, messaging system for cloud native applications, IOT messaging, and microservices architectures. The NATS messaging system implements a scalable publish-subscribe (or pub/sub) distribution model. …

    Read more

  • Hello World: Creating Functions using Fission (in Golang)

    Monday, March 05, 2018 in Blog

    First, What is Serverless? In the last blog post Kubernetes for Newbies, we went over how to get an application up and running on Kubernetes. Though Kubernetes is surely a hot topic in tech, the “serverless” space has become just as (if not even …

    Read more

  • Hello World in Go for Kubernetes Newbies

    Tuesday, February 20, 2018 in Blog

    Over the past 3 or so years, it seems the term “containerization” and the name “Kubernetes” have been amplified throughout the tech community non-stop. Even with that being so, as a developer, it can be easy to shy away from Kubernetes as its …

    Read more