mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
chore: sync content to repo (#9685)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
205e1fdde7
commit
e8fb4dba40
@@ -7,5 +7,4 @@ Visit the following resources to learn more:
|
||||
- [@roadmap@Visit the Dedicated Claude Code Roadmap](https://roadmap.sh/claude-code)
|
||||
- [@official@Claude Code Overview](https://code.claude.com/docs/en/overview)
|
||||
- [@article@Claude Code: From Zero to Hero](https://medium.com/@dan.avila7/claude-code-from-zero-to-hero-bebe2436ac32)
|
||||
- [@video@Introducing Claude Code](https://www.youtube.com/watch?v=AJpK3YTTKZ4)
|
||||
- [@video@Claude Code Tutorial for Beginners](https://www.youtube.com/watch?v=eMZmDH3T2bY)
|
||||
@@ -4,5 +4,5 @@ Codex is OpenAI's coding agent that you can use inside ChatGPT, in your terminal
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Codex - Official Webste](https://chatgpt.com/codex)
|
||||
- [@official@Codex - Official Website](https://chatgpt.com/codex)
|
||||
- [@video@Getting started with Codex](https://www.youtube.com/watch?v=px7XlbYgk7I)
|
||||
@@ -1,3 +1,3 @@
|
||||
# If you have style/coding preferences, document them for AI
|
||||
|
||||
Write down your preferences — folder structure, naming conventions, coding patterns — in a dedicated file (e.g., a CLAUDE.md) and share it with AI at the start of each session. This stops you from correcting the same things over and over and keeps the code consistent throughout the project.
|
||||
Write down your preferences — folder structure, naming conventions, coding patterns — in a dedicated file (e.g., a [CLAUDE.md](http://CLAUDE.md)) and share it with AI at the start of each session. This stops you from correcting the same things over and over and keeps the code consistent throughout the project.
|
||||
@@ -1,6 +1,6 @@
|
||||
# Pick a popular tech stack rather than new/niche ones
|
||||
|
||||
Use popular tech stacks like React, Next.js, Tailwind, and Supabase. AI has been trained on a lot of code using these tools, so it gives better results. For mobile, desktop, or hardware projects, the same rule applies: stick to established tools. If you use something niche or very new, AI will make more mistakes, and you will spend more time fixing things. Popular stacks also have more tutorials and community support, which helps when you get stuck.
|
||||
Use popular tech stacks like React, Next.js, Tailwind, and Supabase. AI has been trained on a lot of code using these tools, so it gives better results. For mobile, desktop, or hardware projects, the same rule applies: stick to established tools. If you use something niche or very new, AI will make more mistakes, and you will spend more time fixing things. Popular stacks also have more tutorials and community support, which helps when you get stuck.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Regularly update your context document
|
||||
|
||||
Every time you make an important decision about your project, add it to your context document, like your CLAUDE.md. This keeps sessions shorter, reduces repeated explanations, and saves tokens, which saves money, especially when working with agents that consume tokens fast.
|
||||
Every time you make an important decision about your project, add it to your context document, like your [CLAUDE.md](http://CLAUDE.md). This keeps sessions shorter, reduces repeated explanations, and saves tokens, which saves money, especially when working with agents that consume tokens fast.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@article@Writing a good CLAUDE.md](https://www.humanlayer.dev/blog/writing-a-good-claude-md)
|
||||
- [@article@Rules Files for Safer Vibe Coding](https://www.wiz.io/blog/safer-vibe-coding-rules-files)
|
||||
- [@article@Rules Files for Safer Vibe Coding](https://www.wiz.io/blog/safer-vibe-coding-rules-files)
|
||||
@@ -4,7 +4,6 @@ Windsurf is a coding tool that helps developers by automating repetitive tasks a
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Windsurf](https://windsurf.com/)
|
||||
- [@official@Windsurf Docs](https://docs.windsurf.com/windsurf/getting-started)
|
||||
- [@video@Windsurf Tutorial for Beginners (AI Code Editor) - Better than Cursor??](https://www.youtube.com/watch?v=8TcWGk1DJVs)
|
||||
- [@video@Windsurf AI Tutorial for Beginners](https://www.youtube.com/watch?v=x1VCmB__TDo)
|
||||
Reference in New Issue
Block a user