diff --git a/README.md b/README.md index e73b956..0091786 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [Courses](#courses) - [Topics](#topics) - [Accounting](#accounting) + - [Agentic coding](#agentic-coding) - [Algorithm and data structures](#algorithm-and-data-structures) - [API design & development](#api-design--development) - [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) +### Agentic coding + +- [Anatomy of the .claude/ Folder](https://blog.dailydoseofds.com/p/anatomy-of-the-claude-folder) + ### 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.