Skip to content

Instantly share code, notes, and snippets.

@azs06
Last active August 17, 2025 12:20
Show Gist options
  • Select an option

  • Save azs06/31111ea2a7c3017a355f8c2a7284f1e4 to your computer and use it in GitHub Desktop.

Select an option

Save azs06/31111ea2a7c3017a355f8c2a7284f1e4 to your computer and use it in GitHub Desktop.

Revisions

  1. azs06 revised this gist Aug 17, 2025. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -46,4 +46,5 @@ Some free and quality Go courses that are helpful to me (total duration, number
    - (05:49, 21) - [Building Microservices with Go](https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_)
    - (02:41, 19) - [Understanding and using NATS Server in Golang](https://www.youtube.com/playlist?list=PL0aDKsruoiW31qWovJ3KQkYbTov-n4GsC)
    - (09:14, 76+) - [Backend master class (Golang + Postgres + Kubernetes + gRPC)](https://www.youtube.com/playlist?list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE), [Backup link - coupon](https://discord.gg/QWhn9ABQ)
    - (00:08, 1) - [Asynchronous Processing with Go using Kafka and MongoDB](https://www.youtube.com/watch?v=xa0Yia1jdu8)
    - (00:08, 1) - [Asynchronous Processing with Go using Kafka and MongoDB](https://www.youtube.com/watch?v=xa0Yia1jdu8)
    - Bite sized golang tutorial(https://www.youtube.com/playlist?list=PL10piHcP2kVJOxO18iPHsq8IqTArbvFe0)
  2. azs06 created this gist Aug 17, 2025.
    49 changes: 49 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,49 @@
    Some free and quality Go courses that are helpful to me (total duration, number of vids):

    - [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests)
    - (10:26, 44) - [Go Class](https://www.youtube.com/playlist?list=PLoILbKo9rG3skRCj37Kn5Zj803hhiuRK6)
    - (01:58, 30) - [Mastering Golang: Comprehensive Tutorial Series](https://www.youtube.com/playlist?list=PL5WZs2V9xUA2-nNY9DlQ75StNTL9ItcNi)
    - (00:45, 6) - [Go Design Patterns](https://www.youtube.com/playlist?list=PLJbE2Yu2zumAKLbWO3E2vKXDlQ8LT_R28)
    - [Go by Example](https://gobyexample.com/)
    - (00:07, 1) - [Fun with error handling in Go](https://www.youtube.com/watch?v=-Q7mp5mFIt4)
    - (00:07, 1) - [Delve: The Best Golang Debugger](https://www.youtube.com/watch?v=r033vEzL6a4)
    - [Effective Go](https://go.dev/doc/effective_go)
    - [Go's extensive documentations](https://go.dev/doc/)
    - [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
    - (00:11, 1) - [3 SIMPLE patterns to organize your goroutines - Golang Concurrency Patterns](https://www.youtube.com/watch?v=245QljYu3-A)
    - (00:11, 1) - [Go Semaphore Pattern Tutorial](https://www.youtube.com/watch?v=yayBIP1v0z8)
    - (00:06, 1) - [Controlling Concurrency: Advanced Go Programming](https://www.youtube.com/watch?v=M-ofC23gSZ4)
    - (00:07, 1) - [Go Message Queue using Concurrency, zero dependency](https://www.youtube.com/watch?v=wSydVUU9jpI)
    - (00:11, 1) - [Build a Concurrent Download Manager - zero dependency](https://www.youtube.com/watch?v=vdhSk8vCx-k)
    - (00:27, 1) - [Go REST API with NO DEPENDENCIES](https://www.youtube.com/watch?v=Z01gUyC-q0E)
    - (01:41, 5) - [Complete JSON API project in Golang (JWT, Postgres, and Docker)](https://www.youtube.com/playlist?list=PL0xRBLFXXsP6nudFDqMXzrvQCZrxSOm-2)
    - (00:06, 1) - [How to create your Golang APIs from now on with v1.22](https://www.youtube.com/watch?v=npzXQSL4oWo)
    - (00:10, 1) - [GraphQL, gRPC, and GoLang: a match made in heaven](https://www.youtube.com/watch?v=xELwRx6sLYY)
    - (01:02, 8+) - [Advanced Golang](https://www.youtube.com/playlist?list=PLYEESps429vo2vvoUuAA6-fEDVgeqx3HW)
    - (01:46, 5) - [Building Golang APIs](https://ytplaylist-len.sharats.dev/)
    - (04:47, 8) - [Golang By Example For Beginners](https://www.youtube.com/playlist?list=PL0xRBLFXXsP5cru52B5GAQmIrTTAL8A66)
    - (01:35, 23+) - [10x Golang Engineer](https://www.youtube.com/playlist?list=PLkTEMR8VpCyns8PG4yNvxo5XyxGX2ScF3)
    - (00:15, 1) - [Time-based KV Store in Go (Interview Question)](https://www.youtube.com/watch?v=qG4X7d8LgzQ)
    - (00:13, 1) - [Go Ring Buffer](https://www.youtube.com/watch?v=KyreJSKEagg)
    - (02:53, 1) - [Simple Redis Server From Scratch In Golang](https://www.youtube.com/watch?v=LMrxfWB6sbQ)
    - (01:01, 1) - [FULL Introduction To HTMX Using Golang](https://www.youtube.com/watch?v=x7v6SNIgJpE&list=WL)
    - (00:34, 2) - [Go + HTMX + WebSockets](https://www.youtube.com/playlist?list=PLYEESps429vph0V7zcgcoiPLRt2Zky_Ed)
    - (00:36, 2) - [How I Built Readwise In Golang](https://www.youtube.com/playlist?list=PLYEESps429vrQjb-4gYbNcXLtXQQGFHQR)
    - (00:27, 1) - [SQLx vs SQLc](https://www.youtube.com/watch?v=tPhyJHly7CU)
    - (00:28, 1) - [Golang Building SSH and Bubble Tea App](https://www.youtube.com/watch?v=HP8U02ZdnkY)
    - (00:20, 1) - [Designing Multiplayer TD in Neovim](https://www.youtube.com/watch?v=iFHNjjxa7tU)
    - (00:04, 1) - [Tower Defense: How TCP Packets Work](https://www.youtube.com/watch?v=4NjE86ur-ck)
    - (01:19, 1) - [TCP Packets In Vim and Golang](https://www.youtube.com/watch?v=3QK-w3WWb0I)
    - (04:53, 1) - [How To Build A Complete Distributed File Storage In Golang](https://www.youtube.com/watch?v=bymQakvTY40)
    - [ProgrammingPercy's videos about Go](https://www.youtube.com/@programmingpercy/playlists)
    - (00:06, 1) - [OpenTelemetry Golang Tutorial (Tracing in Grafana & Kubernetes & Tempo)](https://www.youtube.com/watch?v=ZIN7H00ulQw)
    - (00:15, 1) - [Monitor/Instrument Go with Prometheus (Counter - Gauge - Histogram - Summary)](https://www.youtube.com/watch?v=WUBjlJzI2a0)
    - [Anton Putra's videos about Go and DevOps](https://www.youtube.com/@AntonPutra/videos)
    - (00:09, 1) - [Go WebScrapping Tutorial Using Colly](https://www.youtube.com/watch?v=TJwSLX4alWQ)
    - (01:35, 8) - [GO+Redis URL Shortener Project Complete](https://www.youtube.com/playlist?list=PL5dTjWUk_cPbXTq9j-3Vaq08rjH1D5cTn)
    - (06:09, 27) - [Go Commerce Platform](https://www.youtube.com/playlist?list=PL5dTjWUk_cPaf5uSEmr8ilR-GtO6s7QJJ)
    - (01:34, 14) - [Go Monolith to Microservice](https://www.youtube.com/playlist?list=PL5dTjWUk_cPay9Zc_jmwgHKSTTwJ_Iv3b)
    - (05:49, 21) - [Building Microservices with Go](https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_)
    - (02:41, 19) - [Understanding and using NATS Server in Golang](https://www.youtube.com/playlist?list=PL0aDKsruoiW31qWovJ3KQkYbTov-n4GsC)
    - (09:14, 76+) - [Backend master class (Golang + Postgres + Kubernetes + gRPC)](https://www.youtube.com/playlist?list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE), [Backup link - coupon](https://discord.gg/QWhn9ABQ)
    - (00:08, 1) - [Asynchronous Processing with Go using Kafka and MongoDB](https://www.youtube.com/watch?v=xa0Yia1jdu8)