Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL databases such as MongoDB and RethinkDB. The book provides in-depth guidance for building highly scalable backend APIs in Go for your mobile client applications and web client applications.
All this means that you’ll be able to write programs that get the most out of multicore and networked machines, using Go’s novel type system that enables flexible and modular program construction. You'll see how to test your Go applications so they are ready for deployment, as well as learning how to write HTTP servers to offer you maximum flexibility when dealing with remote clients.
What You'll LearnWork with the core fundamentals of GoPersist data into NoSQL databasesBuild scalable backend APIsTest your Go applicationsCreate HTTP web servers in GoWho This Book Is ForExperienced programmers who have some or no prior experience with Go.
Shiju Varghese is a technology architect, consultant, published author and speaker. He is focused on building highly scalable cloud-native distributed systems in Go programming language.
Shiju has authored two books on Go programming language, titled "Web Development with Go" and "Go Recipes", both published by Apress. He is an early adopter of Go, and has been providing consulting and training for building backend systems and microservices with Go ecosystem.
Before starting Go, I write software in python for several years, so I not new to programming.I recently read several Go books and this one is worst among them. the content at maximum around 50 page spanned to ~250 pages. the writing style is horrible, the level of content is very basic but author explain concept over complicated.