Development Resources 💻
Essential tools and resources for web development.
Code Hosting & Version Control
GitHub
- URL: https://github.com
- Description: The world's leading software development platform
- Best For: Code hosting, collaboration, CI/CD
- Rating: ⭐⭐⭐⭐⭐
GitLab
- URL: https://gitlab.com
- Description: Complete DevOps platform
- Best For: Self-hosted Git, built-in CI/CD
- Rating: ⭐⭐⭐⭐
Documentation & Learning
MDN Web Docs
- URL: https://developer.mozilla.org
- Description: Comprehensive web development documentation
- Best For: HTML, CSS, JavaScript reference
- Rating: ⭐⭐⭐⭐⭐
Stack Overflow
- URL: https://stackoverflow.com
- Description: Q&A platform for developers
- Best For: Finding solutions to coding problems
- Rating: ⭐⭐⭐⭐⭐
Dev.to
- URL: https://dev.to
- Description: Developer community and blogging platform
- Best For: Tutorials, articles, community
- Rating: ⭐⭐⭐⭐
Front-End Frameworks
React
- URL: https://react.dev
- Description: JavaScript library for building user interfaces
- Rating: ⭐⭐⭐⭐⭐
Vue.js
- URL: https://vuejs.org
- Description: The Progressive JavaScript Framework
- Rating: ⭐⭐⭐⭐⭐
VitePress
- URL: https://vitepress.dev
- Description: Vite & Vue powered static site generator
- Rating: ⭐⭐⭐⭐⭐
CSS Resources
Tailwind CSS
- URL: https://tailwindcss.com
- Description: Utility-first CSS framework
- Rating: ⭐⭐⭐⭐⭐
CSS-Tricks
- URL: https://css-tricks.com
- Description: CSS tips, tricks, and techniques
- Rating: ⭐⭐⭐⭐⭐
Can I Use
- URL: https://caniuse.com
- Description: Browser support tables for web technologies
- Rating: ⭐⭐⭐⭐⭐
Package Managers
npm
- URL: https://www.npmjs.com
- Description: Node package manager
- Rating: ⭐⭐⭐⭐⭐
pnpm
- URL: https://pnpm.io
- Description: Fast, disk space efficient package manager
- Rating: ⭐⭐⭐⭐
APIs & Testing
Postman
- URL: https://www.postman.com
- Description: API development and testing platform
- Rating: ⭐⭐⭐⭐⭐
JSONPlaceholder
- URL: https://jsonplaceholder.typicode.com
- Description: Free fake API for testing
- Rating: ⭐⭐⭐⭐
Deployment
Vercel
- URL: https://vercel.com
- Description: Platform for deploying web applications
- Best For: Next.js, React, static sites
- Rating: ⭐⭐⭐⭐⭐
Netlify
- URL: https://www.netlify.com
- Description: Platform for web projects
- Best For: Static sites, serverless functions
- Rating: ⭐⭐⭐⭐⭐
GitHub Pages
- URL: https://pages.github.com
- Description: Free static site hosting from GitHub
- Best For: Project documentation, portfolios
- Rating: ⭐⭐⭐⭐