Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps

    Posted By: yoyoloit
    Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps

    Building Distributed Applications in Gin
    by Mohamed Labouardy

    English | 2021 | ISBN: 1801074852 | 482 pages | True (PDF EPUB MOBI) | 124.83 MB

    An effective guide to learning how to build a large-scale distributed application using the wide range of functionalities in Gin
    Key Features

    Explore the commonly used functionalities of Gin to build web applications
    Become well-versed with rendering HTML templates with the Gin engine
    Solve commonly occurring challenges such as scaling, caching, and deployment

    Book 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 learn

    Build a production-ready REST API with the Gin framework
    Scale web applications with event-driven architecture
    Use NoSQL databases for data persistence
    Set up authentication middleware with JWT and Auth0
    Deploy a Gin-based RESTful API on AWS with Docker and Kubernetes
    Implement a CI/CD workflow for Gin web apps

    Who 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.
    Table of Contents

    Getting Started with Gin
    Setting up API Endpoints
    Managing Data Persistence with MongoDB
    Building API authentication.
    Serving Static HTML in Gin
    Scaling a Gin application
    Testing Gin HTTP Routes
    Deploying the application on AWS
    Implementing a CI/CD Pipeline
    Capturing Gin application metrics