From 2208b01ab743a1aa54471dd525eb679b187c4da7 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:00:02 -0400 Subject: [PATCH] Add agentic coding section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.