Other Online Resources
Resources that don't fit neatly into Web, JavaScript, or Node.js โ but are still essential for a well-rounded developer.
Looking for something specific?
Check the dedicated pages for Web, JavaScript & TypeScript, and Node.js resources.
Git & Version Controlโ
- Git & GitHub Roadmap โ Visual roadmap for mastering Git and GitHub workflows.
- Conventional Commits โ A simple convention for commit messages that makes changelogs and versioning automatable.
API Designโ
- API Design Best Practices โ Best practices for designing RESTful APIs: naming, versioning, pagination, and error handling.
Design Patterns & Refactoringโ
- Refactoring Guru โ Beautifully illustrated catalog of design patterns and refactoring techniques. Language-agnostic with examples in multiple languages.
Developer Toolsโ
- Chrome DevTools Documentation โ Master the browser's built-in developer tools โ debugging, profiling, network analysis, and performance auditing.
AI Toolsโ
- Claude Code Roadmap โ Learning path for Anthropic's CLI-based agentic coding tool: terminal workflows,
CLAUDE.mdcontext files, multi-step reasoning, and cross-file task handling. See also our AI Coding Agents docs. - OpenClaw Roadmap โ Learning path for OpenClaw, an open-source AI agent orchestration framework for Python (MIT licensed). Covers plugin systems, pipeline chaining, and agent lifecycle management. See also our Multi-Agent Orchestration docs.
Newsletters & Podcastsโ
- Node Weekly โ Weekly newsletter curating Node.js articles, tools, and releases.
- Bytes.dev โ A fun, twice-weekly JavaScript newsletter with a surprisingly good signal-to-noise ratio.
- Syntax.fm โ Popular web development podcast covering frontend, backend, tooling, and career topics.
Communitiesโ
- dev.to โ Developer community with articles, tutorials, and discussions. Good for discovering new tools and perspectives.
- Hacker News โ Tech-focused link aggregator. Great for staying informed about the industry.
Curated Listsโ
- Awesome Lists โ For every tech topic there is an
awesome-<topic>list full of curated resources. This is the meta-list linking them all. - Awesome OSS Alternatives โ Open-source alternatives to popular SaaS products. Useful when evaluating build-vs-buy decisions.
- Stack on a Budget โ A collection of services with generous free tiers for developers on a budget.
Related Docsโ
- Requirement Engineering โ checklist of concerns when starting a frontend project
- Estimation โ techniques and complexity factors for frontend project estimation
- Recruitment โ recruiter guide and interview questions for senior web/React developers