# A Day with Claude Code — Resources

## Official Docs

- [Claude Code Documentation](https://docs.anthropic.com/en/docs/claude-code) — Setup, commands, and configuration.
- [Claude Code Best Practices](https://docs.anthropic.com/en/docs/claude-code/best-practices) — Prompt tips and workflow patterns for productive sessions.
- [Anthropic Cookbook](https://github.com/anthropics/anthropic-cookbook) — Practical examples and patterns for building with Claude.

## Videos

- [Claude Code in 100 Seconds](https://www.youtube.com/results?search_query=claude+code+100+seconds) — Quick overview of what Claude Code is and does.
- [Cursor AI — Full Tutorial](https://www.youtube.com/results?search_query=cursor+ai+full+tutorial) — Demonstrates AI-assisted coding workflows similar to Claude Code.
- [AI Coding Assistants Compared](https://www.youtube.com/results?search_query=ai+coding+assistants+compared+2025) — Context on where Claude Code fits in the AI tooling landscape.

## Articles and Readings

- [Anthropic's Blog — Claude Code](https://www.anthropic.com/news) — Launch announcements and capability updates.
- [Simon Willison — AI-Assisted Development](https://simonwillison.net/series/ai/) — Practical insights on coding with AI assistants.
- [Addy Osmani — AI-Assisted Development](https://addyosmani.com/blog/) — Patterns for productive human-AI collaboration.
- [Swyx — AI Engineering](https://www.latent.space/) — Latent Space blog and podcast on AI tooling.

## Books

- **The Pragmatic Programmer** by Hunt & Thomas — Foundational productivity practices that pair well with AI assistance. [pragprog.com](https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/).
- **Deep Work** by Cal Newport — Focus strategies relevant to getting the most from AI pairing sessions.

## Podcasts

- [Latent Space](https://www.latent.space/podcast) — AI engineering podcast covering coding agents and developer tools.
- [Changelog](https://changelog.com/podcast) — Developer-focused show with episodes on AI-assisted workflows.
- [Software Engineering Daily](https://softwareengineeringdaily.com/) — Technical deep dives, frequent AI/ML tooling episodes.

## Tools

- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) — The CLI agent featured in this module.
- [GitHub Copilot](https://github.com/features/copilot) — AI pair programmer for comparison and complementary use.
- [aider](https://aider.chat/) — Open-source AI coding assistant in the terminal.
- [Cursor](https://cursor.com/) — AI-native code editor with similar agent capabilities.
