<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Timirah James on Fission</title><link>https://deploy-preview-295--fission-website.netlify.app/author/timirah-james/</link><description>Recent content in Timirah James on Fission</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-295--fission-website.netlify.app/author/timirah-james/index.xml" rel="self" type="application/rss+xml"/><item><title>Function Composition: What It Means, and Why You Should Care</title><link>https://deploy-preview-295--fission-website.netlify.app/blog/function-composition-what-it-means-and-why-you-should-care/</link><pubDate>Fri, 08 Jun 2018 11:39:15 -0700</pubDate><guid>https://deploy-preview-295--fission-website.netlify.app/blog/function-composition-what-it-means-and-why-you-should-care/</guid><description>&lt;p&gt;FaaS Functions give you the ability to quickly deploy services made of small functionality. But any more complex use case requires multiple functions. What are the different approaches to this? What are the parameters on the basis of which we should compare these approaches?&lt;/p&gt;
&lt;p&gt;In this short blog post, I’ll briefly go over the significance of function composition and why you should care about it.&lt;/p&gt;
&lt;h2 id="first-off-what-is-function-composition"&gt;First off, What is Function Composition&lt;/h2&gt;
&lt;p&gt;Function composition refers to combining single functions to create bigger, more complex functions. I like to think of it as creating “super function combinations” in order to gain more dynamic and effective functionality &amp;ndash; each function being a building block in the orchestration of an application’s data and/or control flow.&lt;/p&gt;</description></item><item><title>Hello World: Creating Functions using Fission (in Golang)</title><link>https://deploy-preview-295--fission-website.netlify.app/blog/hello-world-creating-functions-using-fission-in-golang/</link><pubDate>Mon, 05 Mar 2018 11:13:45 -0800</pubDate><guid>https://deploy-preview-295--fission-website.netlify.app/blog/hello-world-creating-functions-using-fission-in-golang/</guid><description>&lt;h1 id="first-what-is-serverless"&gt;First, What is Serverless?&lt;/h1&gt;
&lt;p&gt;In the last blog post &lt;a href="https://deploy-preview-295--fission-website.netlify.app/blog/hello-world-creating-functions-using-fission-in-golang/"&gt;Kubernetes for Newbies&lt;/a&gt;, 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 more) trendy. Why is serverless so popular in the dev community?&lt;/p&gt;
&lt;p&gt;Turns out, serverless is a developer’s saving grace when it comes to managing servers. Instead of managing a bunch of servers, Serverless solutions allow developers to … well … not manage servers at all! Serverless completely takes away the burden of managing servers. One could say that Serverless separates the “ops” from devs. Functions as a Service (FaaS) enable developers to deploy parts of an application on an &amp;ldquo;as needed&amp;rdquo; basis using short-lived functions in just about any programming language.&lt;/p&gt;</description></item><item><title>Hello World in Go for Kubernetes Newbies</title><link>https://deploy-preview-295--fission-website.netlify.app/blog/hello-world-in-go-for-kubernetes-newbies/</link><pubDate>Tue, 20 Feb 2018 13:52:34 -0800</pubDate><guid>https://deploy-preview-295--fission-website.netlify.app/blog/hello-world-in-go-for-kubernetes-newbies/</guid><description>&lt;p&gt;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 learning curve is notorious for being a steep one. But everyone’s gotta start somewhere, right? This tutorial will give you a basic overview of some of main features of Kubernetes, while walking you through the process of running a simple HelloWorld Golang application locally on your machine to running it on Kubernetes.&lt;/p&gt;</description></item></channel></rss>