Let's Get started

This series aims to help understand building blocks of Go, Gin with Docker and MySQL database. In this series we will build REST API endpoints for blog site.

Published on

2 min read

Backend As A Service with Go, Gin, Mysql & Docker

Chapters
Feature Image

Why Gin?

Well, Gin is a lightweight, well-documented and fast HTTP web framework. The creators claims that Gin is 40 times faster than other similar framework.

Pre-requisites

There is only one pre-requisites that you should already know before continuing this series.

  1. Fundamentals of Go
  2. Interested in learning web development with Gin Framework
  3. Tech enthusiast

Learning Objectives

This Series teaches the fundamental of building Rest APIs with Go & Gin. This series will cover following topics :

  • Setup Golang with MySQL and Docker for Local Development
  • Gin Framework for Rest APIs.
  • Clean Architecture
  • Dependency Injection with Go
  • Swagger Integration
  • Authentication with Firebase etc.

If you want to include topics in this series that aren't covered, please do comment. Any feedback/suggestion to improve the articles would be really awesome!

If you want to include you articles to be published on here please do contact me. My contact details are provided here on About I will make sure to provide proper credits to the authors. 🙂

Please do subscribe to the newsletter. The best way to keep in touch and be updated about next article.

If you're ready Let's start building 💻

Happy Learning!