From 028f84f95707bd87b4eceb41bd1c5d86fb9d1f27 Mon Sep 17 00:00:00 2001 From: Alex Edwards Date: Fri, 20 Aug 2021 17:06:23 +0200 Subject: [PATCH] Add Let's Go Further (#98) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf29cb1..2c772fc 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,12 @@ a solid framework to use as the starting point for future projects. Let's Go teaches you step-by-step how to create fast, secure and maintainable web applications using Go. It guides you through the start-to-finish build of a real-world application — covering topics like how to structure your code, manage dependencies, authenticate and authorize users, secure your server and test your application. +### [Let's Go Further](https://lets-go-further.alexedwards.net/) + + + +Let’s Go Further helps you extend and expand your knowledge of Go — taking you beyond the basics and guiding you through advanced patterns for developing, managing and deploying APIs and web applications. By the end of the book you'll have all the knowledge you need to create robust and professional APIs which act as backends for SPAs and native mobile applications, or function as stand-alone services. + ### [Go Brain Teasers](https://gum.co/Qkmou)