From 317c182016f88f03c96bbf09a05befed1029fa5b Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 24 Jun 2021 22:08:54 +0100 Subject: [PATCH] Add Go link to three posts Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- _posts/2019-02-14-serverless-single-page-app.md | 2 ++ _posts/2019-04-10-golang-serverless.md | 2 ++ _posts/2021-01-31-gitea-faas.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/_posts/2019-02-14-serverless-single-page-app.md b/_posts/2019-02-14-serverless-single-page-app.md index 13e67e42..7a36261d 100644 --- a/_posts/2019-02-14-serverless-single-page-app.md +++ b/_posts/2019-02-14-serverless-single-page-app.md @@ -217,6 +217,8 @@ Each function is automatically secured with HTTPS to encrypt traffic. ### Read the code +> OpenFaaS is written in Go. Checkout my new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up. + You can find the code for all three functions in the following GitHub repo. Fork or star the repo and share with your network. * [alexellis/leaderboard-app](https://github.com/alexellis/leaderboard-app) diff --git a/_posts/2019-04-10-golang-serverless.md b/_posts/2019-04-10-golang-serverless.md index e408bdc2..580e8f08 100644 --- a/_posts/2019-04-10-golang-serverless.md +++ b/_posts/2019-04-10-golang-serverless.md @@ -357,6 +357,8 @@ OpenFaaS provides a flexible templating system and build process through the use You can learn how to deploy OpenFaaS to Kubernetes and build functions and microservices using the [OpenFaaS workshop](https://github.com/openfaas/workshop/). +> OpenFaaS is written in Go. Checkout my new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up. + ### Join the community The OpenFaaS community values are: developers-first, operational simplicity, and community-centric. diff --git a/_posts/2021-01-31-gitea-faas.md b/_posts/2021-01-31-gitea-faas.md index 7111ff1c..0cb1ba68 100644 --- a/_posts/2021-01-31-gitea-faas.md +++ b/_posts/2021-01-31-gitea-faas.md @@ -176,6 +176,8 @@ Once logged in, we will create a git repository so when we need to add webhooks For this guide we will be using golang for the Gitea bot, but you can use any language that you are comfortable working with. +> OpenFaaS and Gitea are both written in Go. Checkout Alex's new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up. + To get started, we'll need to pull the prebuilt OpenFaaS template, and create the skeleton of a function using `faas-cli`. ```bash