bpbpublications / Building-Server-side-and-Microservices-with-Go

Building Server-side and Microservices with Go, by BPB Publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Server-side and Microservices with Go

Building Modern Backends and Microservices Using Go, Docker and Kubernetes

This is the repository for Building Server-side and Microservices with Go, published by BPB Publications.

About the Book

'Building Server-side and Microservices with Go' teaches you the fundamentals of Go programming languages, REST server applications, and microservices. You can develop efficient server-side applications and use modern development concepts such as microservices after reading this book.

We will create simple server-side applications and add new features as and when a new topic is covered. We will begin with the fundamentals of Go programming languages, which will create simple server-side applications. During development, a layered design will be introduced, with each application layer serving a specific purpose. We will introduce you to the microservice concept, and it is further divided into a couple of smaller microservices. Finally, we'll look at how to use Docker and Kubernetes to deploy and scale microservices.

After reading this book, we will be able to successfully develop monolithic and microservice applications and identify when one approach is more appropriate than another. This book can also help improve existing applications. It is a perfect handy guide to build proficiency with Docker and Kubernetes.

What you will learn

  • Basics of Go programming language (data types, structures, loops, functions, concurrency, etc).
  • REST concept development and implementation.
  • Introduction to layered server-side application designs and key roles.
  • PostgreSQL database design, CRUD operations, and queries.
  • Introduction to microservices, common practices, and advantages and disadvantages of microservices.
  • Microservices development with Go and how to break monolithic applications into microservices.
  • Understanding protocol buffers and message queuing protocols for microservice communications.

Related Products

About

Building Server-side and Microservices with Go, by BPB Publications

License:MIT License


Languages

Language:Go 95.1%Language:PLpgSQL 2.9%Language:Dockerfile 2.0%