Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Building Server-side and Microservices with Go

Posted By: GFX_MAN
Building Server-side and Microservices with Go

Building Server-side and Microservices with Go: Building Modern Backends and Microservices Using Go, Docker and Kubernetes
English | 2021 | ISBN: 9789391030285 | 540 pages | PDF,EPUP | 3.8 MB

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.

WHO THIS BOOK IS FOR
This book is intended for backend developers, software architects, and students interested in learning about the Go programming language, REST Server Applications, and Microservices. Knowing fundamental programming concepts would be an advantage but not essential.