Add agentic coding section

This commit is contained in:
Charles-Axel Dein
2026-03-31 09:00:02 -04:00
parent 51b357617a
commit 2208b01ab7

View File

@@ -15,6 +15,7 @@
- [Courses](#courses) - [Courses](#courses)
- [Topics](#topics) - [Topics](#topics)
- [Accounting](#accounting) - [Accounting](#accounting)
- [Agentic coding](#agentic-coding)
- [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)
@@ -353,6 +354,10 @@ There are some free books available, including:
- [Engineers Do Not Get To Make Startup Mistakes When They Build Ledgers](https://news.alvaroduran.com/p/engineers-do-not-get-to-make-startup) - [Engineers Do Not Get To Make Startup Mistakes When They Build Ledgers](https://news.alvaroduran.com/p/engineers-do-not-get-to-make-startup)
### Agentic coding
- [Anatomy of the .claude/ Folder](https://blog.dailydoseofds.com/p/anatomy-of-the-claude-folder)
### 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.