Brushing up on MVC, SQL and HTTP, also known as learning #django
Related Posts
Learning software development through playing and contributing to a MUD: https://tashian.com/articles/how-i-learned-to-program/
Exploring design ideas using AI as a learning assistant, for creative exploration: https://andymatuschak.org/hmwl/
It's always seemed odd to me that the Rust stdlib is so lean (no random numbers, regex, HTTP) yet clippy is so big (correctness, performance, style preferences, even 'too many arguments').
Maybe it's because cargo is mature but clippy doesn't have an extension ecosystem?