Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 541 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 541 Bytes

Basics

  • Fundamentals of Networking
  • Fundamentals of Backend
  • Fundamentals of DB

Lang.

  • Go

Concurrency

  • Context
  • Goroutines
  • Channels
  • Waitgroups
  • Mutex

Framework

  • Fiber

DB

  • Postgres
  • Redis

Message broker

  • MQTT
  • Kafka

Workflow

Transport

  • Protobuf
  • Performance

UI

  • Htmx
  • Templ

Helpful cmds

go test -bench=. -cpu=1 concurrency/benchmark-context-switch.go