Add programming playgrounds

This commit is contained in:
Charles-Axel Dein 2023-04-23 23:45:34 -04:00
parent 42bbaf87d3
commit 462b0f9086
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -796,6 +796,7 @@ The best way to learn is to learn by doing.
- [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/)
- [A list of programming playgrounds](https://jvns.ca/blog/2023/04/17/a-list-of-programming-playgrounds/), Julia Evans
Practice:
@ -1414,6 +1415,7 @@ List of resources:
- [Practical SQL for Data Analysis](https://hakibenita.com/sql-for-data-analysis)
- [Reasons why SELECT * is bad for SQL performance](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/)
- [Animate SQL](https://animatesql.com/)
- [Lost at SQL](https://lost-at-sql.therobinlord.com/), an SQL learning game
### System administration