Learning Go Web Development From Zero

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    I Googled about which Go web framework is the best for beginners, but turned out to be not that helpful. However, a lot of them mentioned Gin and has almost 60k stars on GitHub. So I chose Gin as my framework to get started.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. air

    ☁️ Live reload for Go apps

    So some web frameworks (such as Python Flask) has a builtin hot reloader for the development server. Unfortunately, Gin doesn't come with that. I chose to use air as my auto reloader and of course you can use others.

  4. go-blog

    A simple dynamic blog built with Golang and Gin. Backend only.

    So... I finally finished the Gin hello world! I put all my source code to GitHub and hopefully I will be updating it. Clone it if you found something useful or just to play around!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Deep Dive into Gin: Golang's Leading Framework

    2 projects | dev.to | 28 Dec 2024
  • Simplify Your REST API Responses with Milogo for Gin-Gonic

    2 projects | dev.to | 18 Nov 2024
  • Gin and router example

    1 project | dev.to | 8 Jul 2024
  • Scaling Backend to 1M requests with just 2GB ram ⚡️

    2 projects | dev.to | 14 Jun 2024
  • Live reloading in Go

    1 project | dev.to | 20 Mar 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?