手放しでおすすめできるリソースを集めている 順番にはなんとなくやるべき順番にしているがあるけどそこまで厳密ではない また、複数分野にわたって重複のあるものもあるs

General

Web app

  • [Learn Go with Tests]
  • [Go by Example]
  • [FastAPI tutorial]

ML

  • [micrograd]
  • [tinygrad]
  • [Hugging Face Learn]
  • [Made with ML]
  • [Stanford CS329S]

Go

Python

  • [Cosmic Python]

OSS

Real World Projects

projectwhat you can learn
log parser CLIfile I/O, CLI, test, error handling
URL shortener websiteHTTP, DB, CRUD, Docker, CI
job queue + workerpararell processing, retry, idempotency, state management
toy Redis or HTTP serverprotocol, networking
model serving APIpytorch, batching, benchmark, ML system
eval harnessML evaluation, data storing, report