MOST Popular Go Framework: Gin (and why you should NOT use it)



MOST Popular Go Framework: Gin (and why you should NOT use it)

MOST Popular Go Framework: Gin (and why you should NOT use it)

What’s the most popular framework in Go? Gin!

Today we’ll take a look at the insanely popular Go Framework Gin. Gin has been attracting a lot of attention which is understandable because it makes writing web applications in Go really easy. And seems to solve a lot of problems. Nevertheless, I think its ease of use comes at a cost.

This tutorial goes over how to build out your first rest endpoint with Gin then, we’ll take a step back and find out why you shouldn’t use it even though its got a lot of attraction. Enjoy!


Golang Dojo is all about becoming Golang Ninjas together. You can expect all kinds of Golang tutorials, news, tips & tricks, and my daily struggles as a Golang developer. Make sure to subscribe if you look forward to such content!

Get Your Golang Cheat Sheet! – https://golangdojo.com/cheatsheet
Git repos & notes – https://golangdojo.com/resources

Golang Web App Playlist – https://youtube.com/playlist?list=PLve39GJ2D71yyECswi0lVaBm_gbnDRR9v
Golang Concurrency Series – https://youtube.com/playlist?list=PLve39GJ2D71wSwRQLp_h8B60pKgS85StC


Timestamps
0:00 Intro
21:20 What is Gin?
1:06 Installation
2:37 Listen & Serve
4:09 GET
7:35 POST
11:47 DELETE
13:41 Group
14:27 Why shouldn’t you use Gin?
16:35 Outro


#golang #goprogramming #golangdojo

Comments are closed.