From eb0e3c60db6aa3269ca8f2e0688c03b525abcf00 Mon Sep 17 00:00:00 2001 From: Sheimy Rahman <33188116+Wdrwoman@users.noreply.github.com> Date: Wed, 29 May 2019 16:43:57 -0300 Subject: [PATCH] Update book covers Fixed and updated URLs of book's covers. closes #69 Update README.md Fixed a url bug (404 error) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0816774..fca68e9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Little Go Book is a free introduction to Google's Go programming language. I ### [An Introduction to Programming in Go](http://www.golang-book.com/) *Free* - + This book is a short, concise introduction to computer programming using the language Go. Designed by Google, Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, making it an ideal language to learn as your first programming language. @@ -35,6 +35,8 @@ This companion book contains material initially written specifically for this ev ### [Learning Go](http://www.miek.nl/go) *Free* + + A online book to start learning Golang. It features numerous exercises (and answers). The [markdown source is available on Github](https://github.com/miekg/learninggo). @@ -53,7 +55,7 @@ Go in Action introduces the Go language, guiding you from inquisitive developer ### [Go Programming Blueprints - 2nd Ed.](https://www.packtpub.com/application-development/go-programming-blueprints-second-edition) - + This book shows you how to build powerful systems and drops you into real-world situations. Scale, performance, and high availability lie at the heart of our projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. @@ -160,11 +162,11 @@ Tested, easy-to-adapt code examples illuminate every step of Go development, hel ### [Go Design Patterns](https://www.packtpub.com/application-development/go-design-patterns) - + Learn idiomatic, efficient, clean, and extensible Go design and concurrency patterns by using TDD. -### [Go Reactive Programming](https://www.packtpub.com/application-development/go-reactive-programming) +### [Go Reactive Programming](https://www.packtpub.com) @@ -231,7 +233,7 @@ Today, companies and developers need to respond to changing markets at breakneck ### [Web Development with Go: Learn to Create Real World Web Applications using Go](https://gumroad.com/l/web-development-with-go) - + Web Development with Go was written to teach both beginners and experts how to create and deploy a real web application. You won't be building a boilerplate TODO list, but will instead be creating and deploying a production ready photo gallery application, similar to Pixieset, from scratch. The book assumes no previous web development experience and covers everything you need to know to successfully build your own web application. @@ -243,7 +245,7 @@ This course is an invaluable resource to help you understand Go's powerful featu ### [Building Microservices with Go](https://www.packtpub.com/application-development/building-microservices-go) - + Whether you are planning a new application or working in an existing monolith, this book will explain and illustrate with practical examples how teams of all sizes can start solving problems with microservices. It will help you understand Docker and Docker-Compose and how it can be used to isolate microservice dependencies and build environments. We finish off by showing you various techniques to monitor, test, and secure your microservices.