Add accounting section

This commit is contained in:
Charles-Axel Dein 2024-12-09 23:49:24 -05:00
parent e99f8746aa
commit a9ff76aa31
No known key found for this signature in database

View File

@ -14,6 +14,7 @@
- [Axioms](#axioms) - [Axioms](#axioms)
- [Courses](#courses) - [Courses](#courses)
- [Topics](#topics) - [Topics](#topics)
- [Accounting](#accounting)
- [Algorithm and data structures](#algorithm-and-data-structures) - [Algorithm and data structures](#algorithm-and-data-structures)
- [API design & development](#api-design--development) - [API design & development](#api-design--development)
- [Attitude, habits, mindset](#attitude-habits-mindset) - [Attitude, habits, mindset](#attitude-habits-mindset)
@ -321,6 +322,10 @@ There are some free books available, including:
## Topics ## Topics
### Accounting
- [Engineers Do Not Get To Make Startup Mistakes When They Build Ledgers](https://news.alvaroduran.com/p/engineers-do-not-get-to-make-startup)
### Algorithm and data structures ### Algorithm and data structures
- Read the [CLRS](https://mitpress.mit.edu/books/introduction-algorithms). You can watch and download the course on [OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/) - there are newer courses as well. - Read the [CLRS](https://mitpress.mit.edu/books/introduction-algorithms). You can watch and download the course on [OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/) - there are newer courses as well.