Add GUI exercises

This commit is contained in:
Charles-Axel Dein 2022-05-09 09:18:48 +02:00
parent 932bd971e7
commit 318928a3e2
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
1 changed files with 1 additions and 0 deletions

View File

@ -724,6 +724,7 @@ The best way to learn is to learn by doing.
- [More challenging projects every programmer should try](https://web.eecs.utk.edu/~azh/blog/morechallengingprojects.html): ray tracer, key-value store web API, web browser, stock trading bot.
- [Lets Build a Regex Engine](https://kean.blog/post/lets-build-regex)
- [Write a time-series database engine from scratch](https://nakabonne.dev/posts/write-tsdb-from-scratch/)
- [7 GUIs to build to learn fundamental UI programming skills](https://eugenkiss.github.io/7guis/tasks/)
Practice: