دانلود کتاب Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework – ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin

دسته بندی :
اطلاعات کتاب
  • جلد
  • سری
  • ویرایش
  • سال 2021
  • نویسنده (گان) Mohamed Labouardy
  • ناشر Packt Publishing
  • زبان English
  • تعداد صفحات
  • حجم فایل 27.16MB
  • فرمت فایل pdf
  • شابک 1801074852, 9781801074858
قیمت محصول :

45,000 تومان

با خرید این محصول، 2,250 تومان به کیف پول شما بازگشت داده می‌شود

روند خرید و دریافت کتاب‌ها بدون هیچ اختلالی انجام می‌شود.
تمامی فایل‌ها بر روی سرورهای داخلی میزبانی می‌شوند تا بتوانید به راحتی و در لحظه آن‌ها را دانلود کنید. در صورت بروز هرگونه مشکل یا نیاز به راهنمایی، لطفاً از طریق « صفحه تماس باما» با تیم پشتیبانی در ارتباط باشید.

تمامی کتاب های موجود در وبسایت سای وان به زبان انگلیسی میباشد

توضیحات

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

  1. Getting Started with Gin
  2. Setting up API Endpoints
  3. Managing Data Persistence with MongoDB
  4. Building API authentication.
  5. Serving Static HTML in Gin
  6. Scaling a Gin application
  7. Testing Gin HTTP Routes
  8. Deploying the application on AWS
  9. Implementing a CI/CD Pipeline
  10. Capturing Gin application metrics

————————————————————–

ترجمه ماشینی :

راهنمای مؤثری برای یادگیری نحوه ساختن یک برنامه کاربردی توزیع شده در مقیاس بزرگ با استفاده از طیف وسیعی از عملکردها در جین

ویژگی های کلیدی

  • کارکردهای رایج Gin را برای ساختن برنامه های کاربردی وب کاوش کنید
  • با رندر قالب های HTML با موتور جین به خوبی آشنا شوید
  • حل چالش های رایج مانند مقیاس بندی، ذخیره سازی حافظه پنهان , and Deployment

Book Description

Gin یک چارچوب وب HTTP با کارایی بالا است که برای ساخت برنامه های کاربردی وب و میکروسرویس ها در Go استفاده می شود. این کتاب طراحی شده است تا با کمک مثال‌های عملی، نکات و نکات چارچوب جین را به شما آموزش دهد.

شما با کاوش در مبانی چارچوب جین، قبل از پیشرفت برای ساختن یک دنیای واقعی، شروع می‌کنید. RESTful API. در طول مسیر، نحوه نوشتن میان‌افزار سفارشی و درک مکانیسم مسیریابی، و همچنین نحوه اتصال داده‌های کاربر و اعتبارسنجی درخواست‌های HTTP ورودی را خواهید آموخت. این کتاب همچنین نحوه ذخیره و بازیابی داده ها را در مقیاس با پایگاه داده NoSQL مانند MongoDB و نحوه پیاده سازی یک لایه کش با Redis را نشان می دهد. در مرحله بعد، نحوه ایمن سازی و آزمایش نقاط انتهایی API خود را با پروتکل های احراز هویت مانند OAuth 2 و JWT خواهید فهمید. فصل‌های بعدی شما را از طریق رندر کردن قالب‌های HTML در سمت سرور و ساختن یک برنامه frontend با چارچوب وب React برای مصرف پاسخ‌های API راهنمایی می‌کنند. در نهایت، شما برنامه خود را در خدمات وب آمازون (AWS) مستقر خواهید کرد و یاد خواهید گرفت که چگونه فرآیند استقرار را با خط لوله یکپارچه سازی/تحویل پیوسته (CI/CD) خودکار کنید.

تا پایان این جین شما قادر خواهید بود یک برنامه کاربردی توزیع شده آماده تولید را از ابتدا با استفاده از چارچوب Gin طراحی، بسازید و به کار ببرید. -ready REST API با چارچوب Gin

  • مقیاس‌سازی برنامه‌های وب با معماری رویداد محور
  • استفاده از پایگاه‌های داده NoSQL برای تداوم داده‌ها
  • تنظیم میان‌افزار احراز هویت با JWT و Auth0
  • استقرار API RESTful مبتنی بر Gin در AWS با Docker و Kubernetes
  • اجرای یک گردش کار CI/CD برای برنامه‌های وب Gin
  • Who این کتاب برای

    این کتاب برای توسعه دهندگان Go است که با زبان Go راحت هستند و به دنبال یادگیری طراحی و توسعه API REST با چارچوب Gin هستند. برای استفاده حداکثری از این کتاب، دانش سطح مبتدی از زبان برنامه نویسی Go لازم است.

    فهرست محتوا

    1. شروع به کار با Gin
    2. راه‌اندازی نقاط پایانی API
    3. مدیریت ماندگاری داده با MongoDB
    4. ساخت احراز هویت API.
    5. ارائه HTML ایستا در Gin
    6. مقیاس‌سازی یک برنامه Gin
    7. آزمایش مسیرهای HTTP Gin
    8. استقرار برنامه در AWS
    9. پیاده‌سازی خط لوله CI/CD
    10. گرفتن معیارهای برنامه Gin

    11.  

      tag : دانلود کتاب ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin , Download ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin , دانلود ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin , Download Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework Book , ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin دانلود , buy ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin , خرید کتاب ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin , دانلود کتاب Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework , کتاب Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework , دانلود Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework , خرید Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework , خرید کتاب Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework ,

    نقد و بررسی‌ها

    هنوز بررسی‌ای ثبت نشده است.

    اولین کسی باشید که دیدگاهی می نویسد “دانلود کتاب Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework – ساخت برنامه های توزیع شده در Gin: راهنمای عملی برای توسعه دهندگان Go برای ساخت و استقرار برنامه های وب توزیع شده با چارچوب Gin”