Building Distributed Applications in Gin

Building Distributed Applications in Gin
Author :
Publisher : Packt Publishing Ltd
Total Pages : 482
Release :
ISBN-10 : 9781801079556
ISBN-13 : 1801079552
Rating : 4/5 (56 Downloads)

Book Synopsis Building Distributed Applications in Gin by : Mohamed Labouardy

Download or read book Building Distributed Applications in Gin written by Mohamed Labouardy and published by Packt Publishing Ltd. This book was released on 2021-07-23 with total page 482 pages. Available in PDF, EPUB and Kindle. Book excerpt: An effective guide to learning how to build a large-scale distributed application using the wide range of functionalities in Gin Key FeaturesExplore the commonly used functionalities of Gin to build web applicationsBecome well-versed with rendering HTML templates with the Gin engineSolve commonly occurring challenges such as scaling, caching, and deploymentBook Description Gin is a high-performance HTTP web framework used to build web applications and microservices in Go. This book is designed to teach you the ins and outs of the Gin framework with the help of practical examples. You'll start by exploring the basics of the Gin framework, before progressing to build a real-world RESTful API. Along the way, you'll learn how to write custom middleware and understand the routing mechanism, as well as how to bind user data and validate incoming HTTP requests. The book also demonstrates how to store and retrieve data at scale with a NoSQL database such as MongoDB, and how to implement a caching layer with Redis. Next, you'll understand how to secure and test your API endpoints with authentication protocols such as OAuth 2 and JWT. Later chapters will guide you through rendering HTML templates on the server-side and building a frontend application with the React web framework to consume API responses. Finally, you'll deploy your application on Amazon Web Services (AWS) and learn how to automate the deployment process with a continuous integration/continuous delivery (CI/CD) pipeline. By the end of this Gin book, you will be able to design, build, and deploy a production-ready distributed application from scratch using the Gin framework. What you will learnBuild a production-ready REST API with the Gin frameworkScale web applications with event-driven architectureUse NoSQL databases for data persistenceSet up authentication middleware with JWT and Auth0Deploy a Gin-based RESTful API on AWS with Docker and KubernetesImplement a CI/CD workflow for Gin web appsWho this book is for This book is for Go developers who are comfortable with the Go language and seeking to learn REST API design and development with the Gin framework. Beginner-level knowledge of the Go programming language is required to make the most of this book.


Building Distributed Applications in Gin Related Books

Building Distributed Applications in Gin
Language: en
Pages: 482
Authors: Mohamed Labouardy
Categories: Computers
Type: BOOK - Published: 2021-07-23 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

An effective guide to learning how to build a large-scale distributed application using the wide range of functionalities in Gin Key FeaturesExplore the commonl
Distributed Applications Engineering
Language: en
Pages: 272
Authors: Inji Wijegunaratne
Categories: Computers
Type: BOOK - Published: 2012-12-06 - Publisher: Springer Science & Business Media

DOWNLOAD EBOOK

Client/server and distributed technologies have made great strides since their emergence in the late 1980s to become very popular in the IT industry today. This
Understanding Distributed Systems, Second Edition
Language: en
Pages: 344
Authors: Roberto Vitillo
Categories: Computers
Type: BOOK - Published: 2022-02-23 - Publisher: Roberto Vitillo

DOWNLOAD EBOOK

Learning to build distributed systems is hard, especially if they are large scale. It's not that there is a lack of information out there. You can find academic
Designing Distributed Systems
Language: en
Pages: 166
Authors: Brendan Burns
Categories: Computers
Type: BOOK - Published: 2018-02-20 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Without established design patterns to guide them, developers have had to build distributed systems from scratch, and most of these systems are very unique inde
Hands-On Software Architecture with Golang
Language: en
Pages: 716
Authors: Jyotiswarup Raiturkar
Categories: Computers
Type: BOOK - Published: 2018-12-07 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Understand the principles of software architecture with coverage on SOA, distributed and messaging systems, and database modeling Key FeaturesGain knowledge of