└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 🚀 Ultimate Fullstack Developer Tools & Resources 2 | 3 | A comprehensive collection of tools, libraries, and resources for modern fullstack development. From UI/UX design to deployment, everything you need to build exceptional web applications. 4 | 5 | --- 6 | 7 | ## 📑 Table of Contents 8 | 9 | - [UI/UX Design & Prototyping](#-uiux-design--prototyping) 10 | - [Frontend Development](#-frontend-development) 11 | - [Backend Development](#-backend-development) 12 | - [Databases](#-databases) 13 | - [API Development & Testing](#-api-development--testing) 14 | - [DevOps & Deployment](#-devops--deployment) 15 | - [Performance & Monitoring](#-performance--monitoring) 16 | - [Development Tools](#-development-tools) 17 | - [Assets & Resources](#-assets--resources) 18 | 19 | --- 20 | 21 | ## 🎨 UI/UX Design & Prototyping 22 | 23 | ### Design Tools 24 | - **Figma** - https://www.figma.com/ - Collaborative interface design tool 25 | - **Sketch** - https://www.sketch.com/ - Professional digital design (macOS) 26 | - **Adobe XD** - https://www.adobe.com/products/xd.html - UI/UX design & prototyping 27 | - **Penpot** - https://penpot.app/ - Open-source design platform 28 | 29 | ### Design Systems & UI Kits 30 | - **Material Design** - https://material.io/design - Google's design system 31 | - **Fluent UI** - https://fluent2.microsoft.design/ - Microsoft's design system 32 | - **Carbon Design System** - https://carbondesignsystem.com/ - IBM's open-source design system 33 | - **Ant Design** - https://ant.design/ - Enterprise-class UI design language 34 | 35 | ### Wireframing 36 | - **Balsamiq** - https://balsamiq.com/ - Rapid wireframing tool 37 | - **Whimsical** - https://whimsical.com/ - Visual workspace for thinking 38 | - **Excalidraw** - https://excalidraw.com/ - Virtual whiteboard 39 | 40 | ### Color & Typography 41 | - **Coolors** - https://coolors.co/ - Color scheme generator 42 | - **Adobe Color** - https://color.adobe.com/ - Color wheel & palette creator 43 | - **Paletton** - https://paletton.com/ - Color scheme designer 44 | - **Type Scale** - https://typescale.com/ - Typography scale calculator 45 | - **Fontjoy** - https://fontjoy.com/ - Font pairing generator 46 | 47 | --- 48 | 49 | ## 💻 Frontend Development 50 | 51 | ### JavaScript Frameworks & Libraries 52 | - **React** - https://react.dev/ - Component-based UI library 53 | - **Vue.js** - https://vuejs.org/ - Progressive JavaScript framework 54 | - **Angular** - https://angular.io/ - Platform for building web applications 55 | - **Svelte** - https://svelte.dev/ - Cybernetically enhanced web apps 56 | - **Next.js** - https://nextjs.org/ - React framework with SSR 57 | - **Nuxt.js** - https://nuxt.com/ - Vue.js framework 58 | - **Remix** - https://remix.run/ - Full stack web framework 59 | - **Astro** - https://astro.build/ - Content-focused web framework 60 | 61 | ### CSS Frameworks & Libraries 62 | - **Tailwind CSS** - https://tailwindcss.com/ - Utility-first CSS framework 63 | - **Bootstrap** - https://getbootstrap.com/ - Popular CSS framework 64 | - **Bulma** - https://bulma.io/ - Modern CSS framework 65 | - **Chakra UI** - https://chakra-ui.com/ - Accessible React component library 66 | - **Material-UI (MUI)** - https://mui.com/ - React components library 67 | - **Shadcn UI** - https://ui.shadcn.com/ - Re-usable components 68 | - **DaisyUI** - https://daisyui.com/ - Tailwind CSS component library 69 | - **Mantine** - https://mantine.dev/ - React components library 70 | 71 | ### Animation Libraries 72 | - **AOS (Animate On Scroll)** - https://www.npmjs.com/package/aos - Scroll animations 73 | - **GSAP** - https://greensock.com/gsap/ - Professional-grade animation 74 | - **Framer Motion** - https://www.framer.com/motion/ - React animation library 75 | - **Scroll Reveal** - https://scrollrevealjs.org/ - Scroll animations 76 | - **Anime.js** - https://animejs.com/ - Lightweight JavaScript animation 77 | - **Lottie** - https://airbnb.design/lottie/ - After Effects animations for web 78 | - **Three.js** - https://threejs.org/ - 3D graphics library 79 | - **Particles.js** - https://vincentgarreau.com/particles.js/ - Particle backgrounds 80 | 81 | ### UI Component Libraries 82 | - **Swiper** - https://swiperjs.com/ - Modern mobile touch slider 83 | - **Slick Carousel** - https://kenwheeler.github.io/slick/ - Carousel library 84 | - **Splide** - https://splidejs.com/ - Lightweight slider/carousel 85 | - **React Table** - https://tanstack.com/table/latest - Headless UI for tables 86 | - **AG Grid** - https://www.ag-grid.com/ - Advanced data grid 87 | - **Headless UI** - https://headlessui.com/ - Unstyled, accessible components 88 | - **Radix UI** - https://www.radix-ui.com/ - Unstyled, accessible components 89 | 90 | ### Data Visualization 91 | - **Chart.js** - https://www.chartjs.org/ - Simple yet flexible charts 92 | - **D3.js** - https://d3js.org/ - Data visualization library 93 | - **Recharts** - https://recharts.org/ - React charts library 94 | - **ApexCharts** - https://apexcharts.com/ - Modern charting library 95 | - **Plotly** - https://plotly.com/javascript/ - Scientific graphing library 96 | - **Victory** - https://formidable.com/open-source/victory/ - React chart components 97 | - **ECharts** - https://echarts.apache.org/ - Powerful charting library 98 | 99 | ### Form Handling 100 | - **React Hook Form** - https://react-hook-form.com/ - Performant form library 101 | - **Formik** - https://formik.org/ - React form library 102 | - **Yup** - https://github.com/jquense/yup - Schema validation 103 | - **Zod** - https://zod.dev/ - TypeScript-first schema validation 104 | - **VeeValidate** - https://vee-validate.logaretm.com/ - Vue.js form validation 105 | 106 | ### State Management 107 | - **Redux** - https://redux.js.org/ - Predictable state container 108 | - **Zustand** - https://zustand-demo.pmnd.rs/ - Lightweight state management 109 | - **Jotai** - https://jotai.org/ - Primitive and flexible state 110 | - **Recoil** - https://recoiljs.org/ - State management for React 111 | - **MobX** - https://mobx.js.org/ - Simple, scalable state management 112 | - **Pinia** - https://pinia.vuejs.org/ - Vue Store 113 | - **XState** - https://xstate.js.org/ - State machines and statecharts 114 | 115 | ### Build Tools & Bundlers 116 | - **Vite** - https://vitejs.dev/ - Next generation frontend tooling 117 | - **Webpack** - https://webpack.js.org/ - Module bundler 118 | - **Parcel** - https://parceljs.org/ - Zero configuration bundler 119 | - **esbuild** - https://esbuild.github.io/ - Extremely fast bundler 120 | - **Rollup** - https://rollupjs.org/ - Module bundler 121 | - **Turbopack** - https://turbo.build/pack - Rust-powered bundler 122 | 123 | --- 124 | 125 | ## ⚙️ Backend Development 126 | 127 | ### Node.js Frameworks 128 | - **Express.js** - https://expressjs.com/ - Fast, unopinionated web framework 129 | - **Fastify** - https://www.fastify.io/ - Fast and low overhead framework 130 | - **NestJS** - https://nestjs.com/ - Progressive Node.js framework 131 | - **Koa** - https://koajs.com/ - Next generation web framework 132 | - **Hono** - https://hono.dev/ - Ultrafast web framework 133 | - **AdonisJS** - https://adonisjs.com/ - Full-featured MVC framework 134 | 135 | ### Python Frameworks 136 | - **Django** - https://www.djangoproject.com/ - High-level Python framework 137 | - **Flask** - https://flask.palletsprojects.com/ - Lightweight WSGI framework 138 | - **FastAPI** - https://fastapi.tiangolo.com/ - Modern, fast API framework 139 | - **Pyramid** - https://trypyramid.com/ - Flexible web framework 140 | 141 | ### Other Backend Frameworks 142 | - **Ruby on Rails** - https://rubyonrails.org/ - Ruby web framework 143 | - **Laravel** - https://laravel.com/ - PHP web framework 144 | - **Spring Boot** - https://spring.io/projects/spring-boot - Java framework 145 | - **ASP.NET Core** - https://dotnet.microsoft.com/apps/aspnet - .NET framework 146 | - **Phoenix** - https://www.phoenixframework.org/ - Elixir web framework 147 | - **Gin** - https://gin-gonic.com/ - Go web framework 148 | - **Actix** - https://actix.rs/ - Rust web framework 149 | 150 | ### Authentication & Authorization 151 | - **Passport.js** - https://www.passportjs.org/ - Authentication middleware 152 | - **NextAuth.js** - https://next-auth.js.org/ - Authentication for Next.js 153 | - **Auth0** - https://auth0.com/ - Authentication and authorization platform 154 | - **Supabase Auth** - https://supabase.com/auth - Open source Auth 155 | - **Clerk** - https://clerk.com/ - Complete user management 156 | - **JWT.io** - https://jwt.io/ - JSON Web Tokens 157 | - **OAuth.io** - https://oauth.io/ - OAuth integration 158 | 159 | ### Real-time Communication 160 | - **Socket.io** - https://socket.io/ - Real-time bidirectional communication 161 | - **WebSockets** - https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API 162 | - **Pusher** - https://pusher.com/ - Hosted WebSockets 163 | - **Ably** - https://ably.com/ - Real-time messaging platform 164 | - **Firebase Realtime Database** - https://firebase.google.com/products/realtime-database 165 | 166 | --- 167 | 168 | ## 🗄️ Databases 169 | 170 | ### Relational Databases (SQL) 171 | - **PostgreSQL** - https://www.postgresql.org/ - Advanced open source database 172 | - **MySQL** - https://www.mysql.com/ - Popular open source database 173 | - **MariaDB** - https://mariadb.org/ - MySQL fork 174 | - **SQLite** - https://www.sqlite.org/ - Lightweight database 175 | - **Microsoft SQL Server** - https://www.microsoft.com/sql-server - Enterprise database 176 | 177 | ### NoSQL Databases 178 | - **MongoDB** - https://www.mongodb.com/ - Document database 179 | - **Redis** - https://redis.io/ - In-memory data structure store 180 | - **Cassandra** - https://cassandra.apache.org/ - Distributed database 181 | - **CouchDB** - https://couchdb.apache.org/ - Document-oriented database 182 | - **DynamoDB** - https://aws.amazon.com/dynamodb/ - Amazon's NoSQL database 183 | 184 | ### ORMs & Database Tools 185 | - **Prisma** - https://www.prisma.io/ - Next-generation ORM 186 | - **TypeORM** - https://typeorm.io/ - ORM for TypeScript/JavaScript 187 | - **Sequelize** - https://sequelize.org/ - Promise-based Node.js ORM 188 | - **Mongoose** - https://mongoosejs.com/ - MongoDB object modeling 189 | - **Drizzle ORM** - https://orm.drizzle.team/ - TypeScript ORM 190 | - **Knex.js** - https://knexjs.org/ - SQL query builder 191 | - **SQLAlchemy** - https://www.sqlalchemy.org/ - Python SQL toolkit 192 | 193 | ### Backend as a Service (BaaS) 194 | - **Supabase** - https://supabase.com/ - Open source Firebase alternative 195 | - **Firebase** - https://firebase.google.com/ - Google's app development platform 196 | - **Appwrite** - https://appwrite.io/ - Open-source backend server 197 | - **PocketBase** - https://pocketbase.io/ - Open source backend 198 | - **Convex** - https://www.convex.dev/ - Backend application platform 199 | 200 | ### Database Management Tools 201 | - **pgAdmin** - https://www.pgadmin.org/ - PostgreSQL administration 202 | - **MongoDB Compass** - https://www.mongodb.com/products/compass - MongoDB GUI 203 | - **DBeaver** - https://dbeaver.io/ - Universal database tool 204 | - **TablePlus** - https://tableplus.com/ - Modern database management 205 | - **DataGrip** - https://www.jetbrains.com/datagrip/ - Database IDE 206 | 207 | --- 208 | 209 | ## 🔌 API Development & Testing 210 | 211 | ### API Development 212 | - **GraphQL** - https://graphql.org/ - Query language for APIs 213 | - **Apollo Server** - https://www.apollographql.com/docs/apollo-server/ - GraphQL server 214 | - **tRPC** - https://trpc.io/ - End-to-end typesafe APIs 215 | - **REST** - https://restfulapi.net/ - RESTful API principles 216 | - **gRPC** - https://grpc.io/ - Modern RPC framework 217 | 218 | ### API Documentation 219 | - **Swagger/OpenAPI** - https://swagger.io/ - API documentation standard 220 | - **Postman** - https://www.postman.com/ - API platform 221 | - **Insomnia** - https://insomnia.rest/ - API client 222 | - **Redoc** - https://redocly.com/ - OpenAPI documentation 223 | - **Stoplight** - https://stoplight.io/ - API design platform 224 | 225 | ### API Testing 226 | - **Thunder Client** - VS Code extension for API testing 227 | - **REST Client** - VS Code extension for API testing 228 | - **HTTPie** - https://httpie.io/ - Command-line HTTP client 229 | - **Hoppscotch** - https://hoppscotch.io/ - Open source API development 230 | - **Paw** - https://paw.cloud/ - API testing tool (macOS) 231 | 232 | ### API Mocking 233 | - **MSW (Mock Service Worker)** - https://mswjs.io/ - API mocking library 234 | - **JSON Server** - https://github.com/typicode/json-server - Fake REST API 235 | - **Mockoon** - https://mockoon.com/ - API mocking tool 236 | - **WireMock** - https://wiremock.org/ - API simulation 237 | 238 | --- 239 | 240 | ## 🚢 DevOps & Deployment 241 | 242 | ### Cloud Platforms 243 | - **Vercel** - https://vercel.com/ - Frontend deployment platform 244 | - **Netlify** - https://www.netlify.com/ - Web development platform 245 | - **AWS** - https://aws.amazon.com/ - Amazon Web Services 246 | - **Google Cloud** - https://cloud.google.com/ - Google Cloud Platform 247 | - **Azure** - https://azure.microsoft.com/ - Microsoft cloud platform 248 | - **DigitalOcean** - https://www.digitalocean.com/ - Cloud infrastructure 249 | - **Heroku** - https://www.heroku.com/ - Cloud platform 250 | - **Railway** - https://railway.app/ - Infrastructure platform 251 | - **Render** - https://render.com/ - Cloud platform 252 | - **Fly.io** - https://fly.io/ - App hosting platform 253 | 254 | ### Containerization & Orchestration 255 | - **Docker** - https://www.docker.com/ - Container platform 256 | - **Kubernetes** - https://kubernetes.io/ - Container orchestration 257 | - **Docker Compose** - https://docs.docker.com/compose/ - Multi-container apps 258 | - **Podman** - https://podman.io/ - Container engine 259 | 260 | ### CI/CD 261 | - **GitHub Actions** - https://github.com/features/actions - CI/CD automation 262 | - **GitLab CI** - https://docs.gitlab.com/ee/ci/ - GitLab's CI/CD 263 | - **CircleCI** - https://circleci.com/ - Continuous integration 264 | - **Jenkins** - https://www.jenkins.io/ - Automation server 265 | - **Travis CI** - https://www.travis-ci.com/ - CI service 266 | - **Bitbucket Pipelines** - https://bitbucket.org/product/features/pipelines 267 | 268 | ### Serverless 269 | - **AWS Lambda** - https://aws.amazon.com/lambda/ - Serverless compute 270 | - **Cloudflare Workers** - https://workers.cloudflare.com/ - Serverless platform 271 | - **Vercel Functions** - https://vercel.com/docs/functions - Serverless functions 272 | - **Netlify Functions** - https://www.netlify.com/products/functions/ - Serverless 273 | - **Google Cloud Functions** - https://cloud.google.com/functions - Serverless 274 | 275 | ### Infrastructure as Code 276 | - **Terraform** - https://www.terraform.io/ - Infrastructure automation 277 | - **Pulumi** - https://www.pulumi.com/ - Modern infrastructure as code 278 | - **CloudFormation** - https://aws.amazon.com/cloudformation/ - AWS IaC 279 | - **Ansible** - https://www.ansible.com/ - Automation platform 280 | 281 | --- 282 | 283 | ## 📊 Performance & Monitoring 284 | 285 | ### Performance Testing 286 | - **Lighthouse** - https://developers.google.com/web/tools/lighthouse - Performance auditing 287 | - **WebPageTest** - https://www.webpagetest.org/ - Website performance testing 288 | - **GTmetrix** - https://gtmetrix.com/ - Website speed testing 289 | - **PageSpeed Insights** - https://pagespeed.web.dev/ - Google's performance tool 290 | 291 | ### Application Monitoring 292 | - **Sentry** - https://sentry.io/ - Error tracking and monitoring 293 | - **LogRocket** - https://logrocket.com/ - Frontend monitoring 294 | - **New Relic** - https://newrelic.com/ - Observability platform 295 | - **Datadog** - https://www.datadoghq.com/ - Monitoring and analytics 296 | - **Grafana** - https://grafana.com/ - Data visualization 297 | - **Prometheus** - https://prometheus.io/ - Monitoring system 298 | 299 | ### Analytics 300 | - **Google Analytics** - https://analytics.google.com/ - Web analytics 301 | - **Plausible** - https://plausible.io/ - Privacy-friendly analytics 302 | - **Umami** - https://umami.is/ - Open source analytics 303 | - **Mixpanel** - https://mixpanel.com/ - Product analytics 304 | - **Amplitude** - https://amplitude.com/ - Product analytics 305 | - **PostHog** - https://posthog.com/ - Open source product analytics 306 | 307 | ### SEO Tools 308 | - **Google Search Console** - https://search.google.com/search-console - SEO monitoring 309 | - **Ahrefs** - https://ahrefs.com/ - SEO toolset 310 | - **SEMrush** - https://www.semrush.com/ - SEO software 311 | - **Moz** - https://moz.com/ - SEO tools 312 | 313 | --- 314 | 315 | ## 🛠️ Development Tools 316 | 317 | ### Code Editors & IDEs 318 | - **VS Code** - https://code.visualstudio.com/ - Popular code editor 319 | - **WebStorm** - https://www.jetbrains.com/webstorm/ - JavaScript IDE 320 | - **Sublime Text** - https://www.sublimetext.com/ - Sophisticated text editor 321 | - **Zed** - https://zed.dev/ - High-performance code editor 322 | - **Cursor** - https://cursor.sh/ - AI-powered code editor 323 | 324 | ### Version Control 325 | - **Git** - https://git-scm.com/ - Version control system 326 | - **GitHub** - https://github.com/ - Code hosting platform 327 | - **GitLab** - https://gitlab.com/ - DevOps platform 328 | - **Bitbucket** - https://bitbucket.org/ - Git solution 329 | 330 | ### Code Quality & Linting 331 | - **ESLint** - https://eslint.org/ - JavaScript linter 332 | - **Prettier** - https://prettier.io/ - Code formatter 333 | - **Stylelint** - https://stylelint.io/ - CSS linter 334 | - **Husky** - https://typicode.github.io/husky/ - Git hooks 335 | - **lint-staged** - https://github.com/okonet/lint-staged - Run linters on staged files 336 | - **SonarQube** - https://www.sonarqube.org/ - Code quality platform 337 | 338 | ### Testing Frameworks 339 | - **Jest** - https://jestjs.io/ - JavaScript testing framework 340 | - **Vitest** - https://vitest.dev/ - Vite-native testing framework 341 | - **Cypress** - https://www.cypress.io/ - End-to-end testing 342 | - **Playwright** - https://playwright.dev/ - Browser automation 343 | - **Testing Library** - https://testing-library.com/ - Testing utilities 344 | - **Mocha** - https://mochajs.org/ - JavaScript test framework 345 | - **Jasmine** - https://jasmine.github.io/ - Behavior-driven testing 346 | 347 | ### Package Managers 348 | - **npm** - https://www.npmjs.com/ - Node package manager 349 | - **Yarn** - https://yarnpkg.com/ - Fast package manager 350 | - **pnpm** - https://pnpm.io/ - Fast, disk space efficient 351 | - **Bun** - https://bun.sh/ - All-in-one JavaScript runtime 352 | 353 | ### Collaboration Tools 354 | - **Slack** - https://slack.com/ - Team communication 355 | - **Discord** - https://discord.com/ - Voice, video, and text chat 356 | - **Notion** - https://www.notion.so/ - All-in-one workspace 357 | - **Linear** - https://linear.app/ - Issue tracking 358 | - **Jira** - https://www.atlassian.com/software/jira - Project management 359 | - **Trello** - https://trello.com/ - Project management 360 | 361 | --- 362 | 363 | ## 🎭 Assets & Resources 364 | 365 | ### Icons 366 | - **Boxicons** - https://boxicons.com/ - Simple open source icons 367 | - **Remix Icon** - https://remixicon.com/ - Open source icon library 368 | - **Unicons** - https://iconscout.com/unicons - 1000+ pixel-perfect icons 369 | - **React Icons** - https://react-icons.github.io/react-icons - Popular icon library 370 | - **Heroicons** - https://heroicons.com/ - Beautiful hand-crafted SVG icons 371 | - **Lucide** - https://lucide.dev/ - Beautiful & consistent icons 372 | - **Phosphor Icons** - https://phosphoricons.com/ - Flexible icon family 373 | - **Feather Icons** - https://feathericons.com/ - Simply beautiful icons 374 | - **Font Awesome** - https://fontawesome.com/ - Icon library and toolkit 375 | - **Material Icons** - https://fonts.google.com/icons - Google's material icons 376 | - **Iconify** - https://iconify.design/ - 150,000+ open source icons 377 | 378 | ### Illustrations 379 | - **unDraw** - https://undraw.co/illustrations - Open-source illustrations 380 | - **Icons8 Illustrations** - https://icons8.com/illustrations - Free illustrations 381 | - **Storyset** - https://storyset.com/ - Customizable illustrations 382 | - **DrawKit** - https://www.drawkit.com/ - Beautiful illustrations 383 | - **Humaaans** - https://www.humaaans.com/ - Mix-and-match illustrations 384 | - **Open Doodles** - https://www.opendoodles.com/ - Free sketchy illustrations 385 | - **Blush** - https://blush.design/ - Illustrations for everyone 386 | 387 | ### Images & Videos 388 | - **Pexels** - https://www.pexels.com/ - Free stock photos & videos 389 | - **Pixabay** - https://pixabay.com/ - Free images and videos 390 | - **Unsplash** - https://unsplash.com/ - Beautiful free images 391 | - **Wallpaperflare** - https://www.wallpaperflare.com/ - HD wallpapers 392 | - **Coverr** - https://coverr.co/ - Free stock videos 393 | - **Videvo** - https://www.videvo.net/ - Free stock footage 394 | 395 | ### Fonts 396 | - **Google Fonts** - https://fonts.google.com/ - Free font library 397 | - **Font Squirrel** - https://www.fontsquirrel.com/ - Free fonts 398 | - **DaFont** - https://www.dafont.com/ - Archive of freely downloadable fonts 399 | - **Adobe Fonts** - https://fonts.adobe.com/ - Thousands of fonts 400 | 401 | ### UI Patterns & Inspiration 402 | - **Dribbble** - https://dribbble.com/ - Design inspiration 403 | - **Behance** - https://www.behance.net/ - Creative portfolios 404 | - **Awwwards** - https://www.awwwards.com/ - Web design awards 405 | - **UI Design Daily** - https://www.uidesigndaily.com/ - Daily UI resources 406 | - **Mobbin** - https://mobbin.com/ - Mobile & web design patterns 407 | - **Land-book** - https://land-book.com/ - Landing page inspiration 408 | 409 | ### Learning Resources 410 | - **MDN Web Docs** - https://developer.mozilla.org/ - Web development documentation 411 | - **freeCodeCamp** - https://www.freecodecamp.org/ - Learn to code for free 412 | - **The Odin Project** - https://www.theodinproject.com/ - Full-stack curriculum 413 | - **Codecademy** - https://www.codecademy.com/ - Interactive coding courses 414 | - **Frontend Mentor** - https://www.frontendmentor.io/ - Real-world projects 415 | - **JavaScript.info** - https://javascript.info/ - Modern JavaScript tutorial 416 | - **CSS-Tricks** - https://css-tricks.com/ - Web design articles 417 | 418 | ### Cheat Sheets & References 419 | - **DevDocs** - https://devdocs.io/ - API documentation browser 420 | - **DevHints** - https://devhints.io/ - Cheatsheet collection 421 | - **Rico's Cheatsheets** - https://devhints.io/react - Framework cheatsheets 422 | - **OverAPI** - https://overapi.com/ - Collecting all cheat sheets 423 | - **Can I Use** - https://caniuse.com/ - Browser support tables 424 | 425 | --- 426 | 427 | ## 🤝 Contributing 428 | 429 | Have a favorite tool or resource? Feel free to contribute to this list by: 430 | 1. Forking the repository 431 | 2. Adding your tools with descriptions 432 | 3. Creating a pull request 433 | 434 | Please ensure tools are actively maintained and widely used by the developer community. 435 | 436 | --- 437 | 438 | ## 📝 License 439 | 440 | This repository is open source and available under the MIT License. 441 | 442 | --- 443 | 444 | ## ⭐ Show Your Support 445 | 446 | If you find this resource helpful, please consider giving it a star! It helps others discover these amazing tools. 447 | 448 | --- 449 | 450 | **Last Updated:** October 2025 451 | 452 | *Made with ❤️ for the developer community* 453 | --------------------------------------------------------------------------------