Kindle Price: $29.99

Save $10.00 (25%)

These promotions will be applied to this item:

Some promotions may be combined; others are not eligible to be combined with other offers. For details, please see the Terms & Conditions associated with these promotions.

eBook features:
  • Highlight, take notes, and search in the book
  • In this edition, page numbers are just like the physical edition
You've subscribed to ! We will preorder your items within 24 hours of when they become available. When new books are released, we'll charge your default payment method for the lowest price available during the pre-order period.
Update your device or payment method, cancel individual pre-orders or your subscription at
Your Memberships & Subscriptions

Buy for others

Give as a gift or purchase for a team or group.
Learn more

Buying and sending eBooks to others

  1. Select quantity
  2. Buy and send eBooks
  3. Recipients can read on any device

These ebooks can only be redeemed by recipients in the US. Redemption links and eBooks cannot be resold.

Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Something went wrong. Please try your request again later.

Cloud Native Programming with Golang: Develop microservice-based high performance web apps for the cloud with Go 1st Edition, Kindle Edition

3.5 3.5 out of 5 stars 18 ratings

Discover practical techniques to build cloud-native apps that are scalable, reliable, and always available.

Key Features

  • Build well-designed and secure microservices. Enrich your microservices with continous integration and monitoring.
  • Containerize your application with Docker
  • Deploy your application to AWS. Learn how to utilize the powerful AWS services from within your application

Book Description

Cloud computing and microservices are two very important concepts in modern software architecture. They represent key skills that ambitious software engineers need to acquire in order to design and build software applications capable of performing and scaling. Go is a modern cross-platform programming language that is very powerful yet simple; it is an excellent choice for microservices and cloud applications. Go is gaining more and more popularity, and becoming a very attractive skill..

The book will take you on a journey into the world of microservices and cloud computing with the help of Go. It will start by covering the software architectural patterns of cloud applications, as well as practical concepts regarding how to scale, distribute, and deploy those applications. You will also learn how to build a JavaScript-based front-end for your application, using TypeScript and React.

From there, we dive into commercial cloud offerings by covering AWS. Finally, we conclude our book by providing some overviews of other concepts and technologies that the reader can explore to move from where the book leaves off.

What you will learn

  • Understand modern software applications architectures
  • Build secure microservices that can effectively communicate with other services
  • Get to know about event-driven architectures by diving into message queues such as Kafka, Rabbitmq, and AWS SQS.
  • Understand key modern database technologies such as MongoDB, and Amazon's DynamoDB
  • Leverage the power of containers
  • Explore Amazon cloud services fundamentals
  • Know how to utilize the power of the Go language to access key services in the Amazon cloud such as S3, SQS, DynamoDB and more.
  • Build front-end applications using ReactJS with Go
  • Implement CD for modern applications

Table of Contents

  1. Modern Microservice Architectures
  2. Building Microservices using Rest APIs
  3. Securing Microservices
  4. Asynchronous Microservice Architectures Using Message Queues
  5. Building a Frontend with React
  6. Deploying Your Application in Containers
  7. AWS
  8. AWS- II
  9. Continuous Delivery
  10. Monitoring
  11. Migration
  12. Where to go from here
Read more Read less
Due to its large file size, this book may take longer to download

Add a debit or credit card to save time when you check out
Convenient and secure with 2 clicks. Add your card

Editorial Reviews

About the Author

Mina Andrawos is an experienced engineer who has developed deep experience in Go from using it personally and professionally. He regularly authors articles and tutorials about the language, and also shares Go's open source projects. He has written numerous Go applications with varying degrees of complexity.

Other than Go, he has skills in Java, C#, Python, and C++. He has worked with various databases and software architectures. He is also skilled with the agile methodology for software development. Besides software development, he has working experience of scrum mastering, sales engineering, and software product management.

For Nabil, Mervat, Catherine, and Fady.

Thanks to all my family for their amazing support, and continuous encouragement.

Martin Helmich studied computer science at the University of Applied Sciences in Osnabrück and lives in Rahden, Germany. He works as a software architect, specializing in building distributed applications using web technologies and Microservice Architectures. Besides programming in Go, PHP, Python, and Node.js, he also builds infrastructures using configuration management tools such as SaltStack and container technologies such as Docker and Kubernetes.

He is an Open Source enthusiast and likes to make fun of people who are not using Linux. In his free time, you'll probably find him coding on one of his open source pet projects, listening to music, or reading science-fiction literature.

Product details

  • ASIN ‏ : ‎ B072J4BWX1
  • Publisher ‏ : ‎ Packt Publishing; 1st edition (December 28, 2017)
  • Publication date ‏ : ‎ December 28, 2017
  • Language ‏ : ‎ English
  • File size ‏ : ‎ 24324 KB
  • Text-to-Speech ‏ : ‎ Enabled
  • Screen Reader ‏ : ‎ Supported
  • Enhanced typesetting ‏ : ‎ Enabled
  • X-Ray ‏ : ‎ Not Enabled
  • Word Wise ‏ : ‎ Not Enabled
  • Sticky notes ‏ : ‎ On Kindle Scribe
  • Print length ‏ : ‎ 406 pages
  • Page numbers source ISBN ‏ : ‎ 178712598X
  • Customer Reviews:
    3.5 3.5 out of 5 stars 18 ratings

About the authors

Follow authors to get new release updates, plus improved recommendations.

Customer reviews

3.5 out of 5 stars
3.5 out of 5
18 global ratings

Top review from the United States

Reviewed in the United States on March 29, 2020
I don't usually write reviews. The book has potential and the material covered generally good. However the code in the book are all code snippets, it has no coherence and flow to it. Super confusing.

Top reviews from other countries

Translate all reviews to English
Amazon Customer
2.0 out of 5 stars got damage item and return same day
Reviewed in India on January 14, 2020
return same day
Falcarius
4.0 out of 5 stars Good book, but too many mistakes
Reviewed in Germany on February 24, 2019
The book is generally well written and helpful. It uses a "real live" project to explain how modern modern software development in a microservices architecture works. In addition to Golang, the book uses a state-of-the-art tech stack (MongoDB and DynamoDB, RabbitMQ and Kafka, ...) and DevOps approach (Docker, AWS, ...). I would consider myself on a beginner to intermediate level regarding Golang and could understand everything in the book without problems. However, as the book progresses, there are more and more mistakes in the listings. With growing complexity of the software, this becomes very confusing when comparing the text/listings in the book with the (mostly correct) code download from github. Also, in some places, the book would profit from a bit more background and outlook (e.g. structs are used as containers, but have only 1 variable in them...other variables are added in later sections of the book, but this is not mentioned and thus the motivation for using the struct remains unclear at first). All in all, I can recommend the book to those who want a good "full stack" introduction and overview into building a very modern web app.
2 people found this helpful
Report
Frouin Florian
5.0 out of 5 stars Véritable combo gagnant de techno !
Reviewed in France on February 15, 2018
Je suis encore en lecture mais ce livre est un véritable combo de techno et aborde clairement l'articulation entre chacune d'entre elles.
Affaire à suivre, je viendrai certainement compléter ce commentaire en fin de lecture.
Nitesh
1.0 out of 5 stars Not useful
Reviewed in India on March 7, 2021
Not as per expected.
Just the copy of examples
Amaryl
3.0 out of 5 stars To read with a critical mind
Reviewed in France on March 14, 2020
Just finished the third chapter, it's good so far. It's not for complete beginners, but still it includes some much appreciated golang features refreshers.
I've read comments complaining about the code, well, if you are not a complete beginner you'll figure it out pretty easily.
So far it's a 5 stars for me, I'll update my note later...

-- UPDATE --
I read 80% of the book.
Many mistakes in the code (that, we already knew), but also some bad practices in the architecture. But again, you'll spot them if you are not a complete beginner and read the book with a critical mind.
I've seen no tests so far, and it's not covering at all the subscription and authentication of user, which I think is pretty important. No mention of caches like Redis either, ...
Also the book needs an update on the tool used. Not using go mods, for example.
Report an issue

Does this item contain inappropriate content?
Do you believe that this item violates a copyright?
Does this item contain quality or formatting issues?