๐ The most comprehensive, community-driven collection of web development resources on the internet.
Curated with โค๏ธ for developers at every level โ from beginners to senior engineers.
โญ Star this repo ยท ๐ด Fork it ยท ๐ Report Issue ยท โจ Contribute
| # | Category | Resources | Quick Jump |
|---|---|---|---|
| 01 | ๐ Learning | 120+ | Jump โ |
| 02 | ๐จ Frontend | 150+ | Jump โ |
| 03 | โ๏ธ Backend | 130+ | Jump โ |
| 04 | ๐ Fullstack | 80+ | Jump โ |
| 05 | ๐ DevOps | 100+ | Jump โ |
| 06 | ๐ Security | 90+ | Jump โ |
| 07 | ๐๏ธ UI/UX | 120+ | Jump โ |
| 08 | ๐ APIs | 110+ | Jump โ |
| 09 | ๐๏ธ Databases | 100+ | Jump โ |
| 10 | ๐งช Testing | 90+ | Jump โ |
| 11 | โก Performance | 80+ | Jump โ |
| 12 | โ๏ธ Hosting | 90+ | Jump โ |
| 13 | ๐ค AI Tools | 100+ | Jump โ |
| 14 | ๐ Open Source | 80+ | Jump โ |
| 15 | ๐ฅ Communities | 60+ | Jump โ |
| 16 | ๐ก Project Ideas | 100+ | Jump โ |
๐ Master the fundamentals and beyond โ curated courses, docs, books & interactive platforms
| Resource | Description | Level | Link |
|---|---|---|---|
| ๐ freeCodeCamp | Full-stack web dev curriculum with certifications | ๐ข Beginner | freecodecamp.org |
| ๐ The Odin Project | Hands-on full-stack curriculum, completely free | ๐ข Beginner | theodinproject.com |
| ๐ฎ Codecademy | Interactive coding lessons across 14+ languages | ๐ข Beginner | codecademy.com |
| ๐ง Khan Academy | Computer science fundamentals & algorithms | ๐ข Beginner | khanacademy.org |
| ๐ป CS50 | Harvard's legendary intro to CS โ completely free | ๐ข Beginner | cs50.harvard.edu |
| ๐ฅ Fireship.io | Fast-paced, modern web dev tutorials | ๐ก Intermediate | fireship.io |
| ๐บ Traversy Media | Practical project-based crash courses | ๐ข Beginner | traversymedia.com |
| ๐งโ๐ป FullStackOpen | University of Helsinki deep-dive into modern web dev | ๐ก Intermediate | fullstackopen.com |
| ๐ฑ web.dev | Google's resource for modern web capabilities | ๐ก Intermediate | web.dev |
| ๐ฏ Scrimba | Interactive coding screencasts | ๐ข Beginner | scrimba.com |
| ๐ edX | University-level courses from MIT, Harvard & more | ๐ก Intermediate | edx.org |
| ๐ Coursera | Professional certificates and degree programs | ๐ก Intermediate | coursera.org |
| Resource | Description | Link |
|---|---|---|
| ๐ MDN Web Docs | The gold standard for HTML, CSS & JavaScript reference | developer.mozilla.org |
| ๐ต W3Schools | Beginner-friendly web technology tutorials | w3schools.com |
| ๐ DevDocs | Unified API documentation for 200+ technologies | devdocs.io |
| ๐ก JavaScript.info | In-depth modern JavaScript tutorial | javascript.info |
| ๐ท TypeScript Docs | Official TypeScript handbook and reference | typescriptlang.org/docs |
| โ๏ธ React Docs | Official React documentation (New!) | react.dev |
| ๐ Node.js Docs | Official Node.js API and guides | nodejs.org/docs |
| ๐ Python Docs | Official Python documentation | docs.python.org |
| Resource | Description | Free? | Link |
|---|---|---|---|
| ๐ You Don't Know JS | Deep dive into JavaScript internals | โ Free | github.com/getify/You-Dont-Know-JS |
| ๐ Eloquent JavaScript | Modern JavaScript programming guide | โ Free | eloquentjavascript.net |
| ๐ Clean Code | Principles for writing maintainable code | ๐ฐ Paid | amazon.com |
| ๐ The Pragmatic Programmer | Essential reading for every dev | ๐ฐ Paid | pragprog.com |
| ๐ CSS: The Definitive Guide | Comprehensive CSS reference book | ๐ฐ Paid | oreilly.com |
| ๐ Pro Git | Everything about Git version control | โ Free | git-scm.com/book |
| ๐ JavaScript Allongรฉ | Functional programming with JS | โ Free | leanpub.com |
| ๐ Designing Data-Intensive Applications | Distributed systems bible | ๐ฐ Paid | dataintensive.net |
| Resource | Description | Focus | Link |
|---|---|---|---|
| โ๏ธ LeetCode | Algorithm & data structure challenges | Algorithms | leetcode.com |
| ๐๏ธ HackerRank | Skill-based coding challenges | Multiple | hackerrank.com |
| ๐ฅ Codewars | Community kata-based challenges | Algorithms | codewars.com |
| ๐ฎ CodinGame | Learn by playing games | Multiple | codingame.com |
| ๐งฉ Exercism | Mentored coding exercises in 50+ languages | Multiple | exercism.org |
| ๐ Frontend Mentor | Real-world HTML/CSS/JS challenges | Frontend | frontendmentor.io |
| ๐ฒ CSS Diner | Learn CSS selectors through a game | CSS | flukeout.github.io |
| ๐ธ Flexbox Froggy | Learn Flexbox interactively | CSS | flexboxfroggy.com |
| ๐ฎ Grid Garden | Learn CSS Grid through a game | CSS | cssgridgarden.com |
| ๐บ๏ธ roadmap.sh | Interactive developer roadmaps | Career | roadmap.sh |
| Channel | Focus | Subscribers | Link |
|---|---|---|---|
| ๐ฅ Traversy Media | Full-stack tutorials | 2M+ | YouTube |
| ๐ฅ Fireship | Quick, high-quality dev content | 3M+ | YouTube |
| ๐งโ๐ป The Net Ninja | Frameworks & JavaScript | 1M+ | YouTube |
| ๐บ Kevin Powell | CSS mastery | 900K+ | YouTube |
| ๐ Jack Herrington | React & TypeScript deep-dives | 400K+ | YouTube |
| ๐ Web Dev Simplified | Clean, concise web tutorials | 1.3M+ | YouTube |
| ๐ CS Dojo | CS fundamentals & coding interviews | 1.8M+ | YouTube |
| โก Theo - t3.gg | Modern web & TypeScript | 500K+ | YouTube |
| ๐๏ธ Syntax | Full-stack web dev podcast | 300K+ | YouTube |
๐จ Everything you need to build stunning, performant user interfaces
| Resource | Type | Stars | Link |
|---|---|---|---|
| โ๏ธ React | UI Library | react.dev | |
| ๐ Vue.js | Progressive Framework | vuejs.org | |
| ๐บ Angular | Full Framework | angular.io | |
| ๐ Svelte | Compiler-based Framework | svelte.dev | |
| ๐ท SolidJS | Reactive UI Library | solidjs.com | |
| ๐ Qwik | Resumable Framework | qwik.builder.io | |
| ๐ Lit | Web Components Library | lit.dev | |
| ๐ช Alpine.js | Lightweight JS Framework | alpinejs.dev | |
| โก Preact | Fast React Alternative (3KB) | preactjs.com | |
| ๐ Ember.js | Opinionated Framework | emberjs.com |
| Resource | Based On | Type | Link |
|---|---|---|---|
| โฒ Next.js | React | SSR/SSG/ISR | nextjs.org |
| ๐ด Remix | React | Full-stack | remix.run |
| ๐ Nuxt | Vue | SSR/SSG | nuxt.com |
| ๐บ SvelteKit | Svelte | Full-stack | kit.svelte.dev |
| ๐ Astro | Any | Islands Architecture | astro.build |
| ๐ท Gatsby | React | SSG | gatsbyjs.com |
| โก Vite | Any | Build Tool | vitejs.dev |
| ๐ Analog | Angular | Full-stack | analogjs.org |
| Resource | Approach | Bundle Size | Link |
|---|---|---|---|
| ๐จ Tailwind CSS | Utility-first | Variable | tailwindcss.com |
| Component-based | ~22KB | getbootstrap.com | |
| ๐ Bulma | Flexbox-based | ~23KB | bulma.io |
| ๐ญ DaisyUI | Tailwind Components | Variable | daisyui.com |
| ๐ Open Props | CSS Custom Properties | ~4KB | open-props.style |
| ๐ท Pico CSS | Semantic HTML Styling | ~10KB | picocss.com |
| ๐จ MVP.css | No-class Styling | ~6KB | andybrewer.github.io/mvp |
| ๐ Materialize | Material Design | ~38KB | materializecss.com |
| ๐ UIkit | Modular Framework | ~35KB | getuikit.com |
| ๐๏ธ Foundation | Enterprise Framework | ~30KB | get.foundation |
| Resource | Framework | Link |
|---|---|---|
| ๐จ shadcn/ui | React + Tailwind | ui.shadcn.com |
| ๐ต MUI (Material UI) | React | mui.com |
| ๐ช Chakra UI | React | chakra-ui.com |
| ๐ธ Mantine | React | mantine.dev |
| ๐บ Ant Design | React | ant.design |
| ๐ Radix UI | React (Headless) | radix-ui.com |
| ๐ญ Headless UI | React/Vue (Headless) | headlessui.com |
| ๐ Vuetify | Vue | vuetifyjs.com |
| ๐ฅ PrimeVue | Vue | primevue.org |
| ๐ Flowbite | Tailwind CSS | flowbite.com |
| โก Naรฏve UI | Vue 3 | naiveui.com |
| ๐ Quasar | Vue | quasar.dev |
| Resource | Type | Link |
|---|---|---|
| โก Vite | Dev Server + Bundler | vitejs.dev |
| ๐ฆ Webpack | Module Bundler | webpack.js.org |
| ๐๏ธ esbuild | Extremely Fast Bundler | esbuild.github.io |
| ๐ฃ Rollup | ES Module Bundler | rollupjs.org |
| ๐ง Parcel | Zero-config Bundler | parceljs.org |
| ๐ฆ Turbopack | Rust-based Bundler | turbo.build |
| ๐จ Babel | JavaScript Transpiler | babeljs.io |
| ๐งน ESLint | JavaScript Linter | eslint.org |
| ๐ Prettier | Code Formatter | prettier.io |
| Resource | Description | Link |
|---|---|---|
| ๐ GSAP | Professional animation platform | gsap.com |
| ๐ญ Framer Motion | React animation library | framer.com/motion |
| โจ Three.js | 3D graphics in the browser | threejs.org |
| ๐ช Anime.js | Lightweight animation library | animejs.com |
| ๐ Lottie | After Effects animations for web | lottiefiles.com |
| ๐ซ Motion One | Web Animations API wrapper | motion.dev |
| ๐จ Popmotion | Functional animation library | popmotion.io |
| ๐ฎ Rive | Interactive animation tool | rive.app |
| ๐ AOS | Animate on scroll library | michalsnik.github.io/aos |
| ๐ ScrollReveal | Easy scroll animations | scrollrevealjs.org |
โ๏ธ Server-side technologies, frameworks, and everything that powers the web behind the scenes
| Resource | Type | Link |
|---|---|---|
| ๐ Express.js | Minimalist Web Framework | expressjs.com |
| ๐ฆ Fastify | Fast & Low Overhead Framework | fastify.io |
| ๐ฆ NestJS | Enterprise Node.js Framework | nestjs.com |
| ๐ณ Koa | Next-gen Express | koajs.com |
| โก Hono | Ultrafast Edge Framework | hono.dev |
| ๐ AdonisJS | Full-featured MVC Framework | adonisjs.com |
| ๐ท tRPC | End-to-end typesafe APIs | trpc.io |
| ๐ฆ Deno | Secure JavaScript/TypeScript Runtime | deno.land |
| ๐ Bun | All-in-one JavaScript Runtime | bun.sh |
| Resource | Type | Link |
|---|---|---|
| โก FastAPI | Modern, Fast API Framework | fastapi.tiangolo.com |
| ๐ธ Django | Batteries-included Framework | djangoproject.com |
| ๐ถ Flask | Micro Web Framework | flask.palletsprojects.com |
| ๐ฆ Starlette | Async ASGI Framework | starlette.io |
| ๐ Tornado | Web Framework & Async Library | tornadoweb.org |
| Resource | Language | Type | Link |
|---|---|---|---|
| ๐ด Ruby on Rails | Ruby | Full-stack | rubyonrails.org |
| ๐ Laravel | PHP | Full-stack | laravel.com |
| ๐ Spring Boot | Java | Enterprise | spring.io |
| ๐ฆซ Gin | Go | Web Framework | gin-gonic.com |
| ๐ต Echo | Go | Web Framework | echo.labstack.com |
| ๐ฆ Actix | Rust | Web Framework | actix.rs |
| ๐ท ASP.NET Core | C# | Full Framework | dotnet.microsoft.com |
| ๐ฌ Ktor | Kotlin | Async Framework | ktor.io |
| ๐ง Crystal | Crystal | Full-stack | luckyframework.org |
| Resource | Platform | Link |
|---|---|---|
| ๐ Passport.js | Node.js | passportjs.org |
| ๐ Auth.js (NextAuth) | Next.js | authjs.dev |
| ๐ก๏ธ Clerk | SaaS Auth | clerk.com |
| ๐ Auth0 | SaaS Auth | auth0.com |
| ๐ฅ Firebase Auth | firebase.google.com | |
| ๐ Supabase Auth | Open Source | supabase.com/docs/auth |
| ๐ชช Keycloak | Self-hosted | keycloak.org |
| ๐ Lucia | Framework-agnostic | lucia-auth.com |
๐ End-to-end solutions, starter kits, and full-stack frameworks
| Resource | Stack | Link |
|---|---|---|
| โฒ Next.js | React + Node.js | nextjs.org |
| ๐ด Remix | React + Node.js | remix.run |
| ๐ SvelteKit | Svelte + Node.js | kit.svelte.dev |
| ๐ Nuxt | Vue + Node.js | nuxt.com |
| ๐ฆ NestJS + Angular | Angular + NestJS | nestjs.com |
| ๐ฅ Blitz.js | React + Prisma | blitzjs.com |
| ๐ Redwood.js | React + GraphQL | redwoodjs.com |
| โก Analog | Angular + Vite | analogjs.org |
| Stack | Technologies | Description |
|---|---|---|
| ๐บ T3 Stack | Next.js + TypeScript + tRPC + Prisma + Tailwind | Type-safe full-stack |
| ๐ MEAN | MongoDB + Express + Angular + Node.js | Classic full-stack |
| โ๏ธ MERN | MongoDB + Express + React + Node.js | Most popular stack |
| ๐ MEVN | MongoDB + Express + Vue + Node.js | Vue-based stack |
| ๐ LAMP | Linux + Apache + MySQL + PHP | Traditional stack |
| ๐ JAMstack | JavaScript + APIs + Markup | Modern static |
| โก PERN | PostgreSQL + Express + React + Node.js | SQL-based stack |
| ๐ฏ BETH | Bun + Elysia + Turso + HTMX | Ultra-modern stack |
| Resource | Language | Database | Link |
|---|---|---|---|
| ๐ท Prisma | TypeScript | Multi-DB | prisma.io |
| ๐ข Drizzle ORM | TypeScript | SQL | orm.drizzle.team |
| ๐ TypeORM | TypeScript | Multi-DB | typeorm.io |
| ๐ถ Sequelize | Node.js | SQL | sequelize.org |
| ๐ SQLAlchemy | Python | Multi-DB | sqlalchemy.org |
| ๐ด ActiveRecord | Ruby | Multi-DB | guides.rubyonrails.org |
| ๐ต Mongoose | Node.js | MongoDB | mongoosejs.com |
| ๐งช Kysely | TypeScript | SQL | kysely.dev |
| Resource | Features | Pricing | Link |
|---|---|---|---|
| ๐ฅ Firebase | DB, Auth, Hosting | Freemium | firebase.google.com |
| ๐ Supabase | Postgres, Auth, Storage | Freemium | supabase.com |
| ๐ท Appwrite | Self-hosted BaaS | Open Source | appwrite.io |
| ๐ Pocketbase | Lightweight BaaS | Open Source | pocketbase.io |
| ๐ฏ Nhost | GraphQL + Postgres | Freemium | nhost.io |
| โ๏ธ AWS Amplify | AWS-powered BaaS | Pay-as-go | aws.amazon.com/amplify |
| ๐ Parse Platform | Self-hosted BaaS | Open Source | parseplatform.org |
๐ Automate, deploy, monitor and scale your applications
| Resource | Type | Link |
|---|---|---|
| ๐ณ Docker | Container Platform | docker.com |
| โธ๏ธ Kubernetes | Container Orchestration | kubernetes.io |
| ๐ฆ Docker Compose | Multi-container Apps | docs.docker.com/compose |
| ๐ Podman | Daemonless Containers | podman.io |
| ๐ Rancher | Kubernetes Management | rancher.com |
| ๐ท Helm | Kubernetes Package Manager | helm.sh |
| Resource | Type | Link |
|---|---|---|
| ๐ GitHub Actions | Native GitHub CI/CD | github.com/features/actions |
| ๐ต GitLab CI | Native GitLab CI/CD | docs.gitlab.com/ee/ci |
| ๐ด Jenkins | Self-hosted CI/CD | jenkins.io |
| ๐ถ CircleCI | Cloud CI/CD | circleci.com |
| ๐ข TravisCI | Cloud CI/CD | travis-ci.com |
| ๐ Drone CI | Container-first CI/CD | drone.io |
| ๐ท Buildkite | Hybrid CI/CD | buildkite.com |
| โก Vercel CI | Frontend CI/CD | vercel.com |
| Resource | Type | Link |
|---|---|---|
| ๐ฅ Grafana | Metrics & Visualization | grafana.com |
| ๐ Prometheus | Metrics & Alerting | prometheus.io |
| ๐ Sentry | Error Tracking | sentry.io |
| ๐ Datadog | Full-stack Monitoring | datadoghq.com |
| ๐ต New Relic | Application Performance | newrelic.com |
| ๐ OpenTelemetry | Observability Framework | opentelemetry.io |
| ๐ Elastic Stack (ELK) | Log Management | elastic.co |
| ๐ต๏ธ Jaeger | Distributed Tracing | jaegertracing.io |
| Resource | Type | Link |
|---|---|---|
| ๐ฟ Terraform | Multi-cloud IaC | terraform.io |
| ๐ถ Ansible | Configuration Management | ansible.com |
| โ๏ธ Pulumi | IaC with Real Languages | pulumi.com |
| ๐ต AWS CDK | AWS IaC with TypeScript | aws.amazon.com/cdk |
| ๐ณ Chef | Infrastructure Automation | chef.io |
| ๐ถ Puppet | Configuration Automation | puppet.com |
| ๐๏ธ CloudFormation | AWS Infrastructure | aws.amazon.com/cloudformation |
๐ Keep your applications and users safe
| Resource | Type | Link |
|---|---|---|
| ๐ท๏ธ OWASP | Web Security Standards | owasp.org |
| ๐ PortSwigger Web Academy | Free Web Security Training | portswigger.net/web-security |
| ๐ด HackTheBox | Hands-on Security Labs | hackthebox.com |
| ๐ TryHackMe | Guided Security Learning | tryhackme.com |
| ๐ DVWA | Vulnerable Web App for Testing | github.com/digininja/DVWA |
| ๐ CTFtime | Capture The Flag Events | ctftime.org |
| ๐ Security Headers | HTTP Security Headers | securityheaders.com |
| Resource | Purpose | Link |
|---|---|---|
| ๐ท๏ธ Burp Suite | Web App Security Testing | portswigger.net/burp |
| ๐ OWASP ZAP | Web App Scanner | zaproxy.org |
| ๐ก๏ธ Snyk | Dependency Vulnerability Scanner | snyk.io |
| ๐ HashiCorp Vault | Secrets Management | vaultproject.io |
| ๐ Let's Encrypt | Free SSL Certificates | letsencrypt.org |
| ๐ SonarQube | Code Quality & Security | sonarqube.org |
| ๐งช Nmap | Network Scanner | nmap.org |
| ๐ 1Password Secrets | Developer Secrets Manager | 1password.com/developers |
| ๐ก๏ธ Cloudflare WAF | Web Application Firewall | cloudflare.com |
| Resource | Description | Link |
|---|---|---|
| ๐ซ JWT.io | JSON Web Token debugger | jwt.io |
| ๐ OAuth 2.0 | Authorization Framework | oauth.net |
| ๐ชช OpenID Connect | Identity Layer on OAuth | openid.net |
| ๐ FIDO2/WebAuthn | Passwordless Standard | fidoalliance.org |
| ๐ก๏ธ CORS | Cross-Origin Resource Sharing | developer.mozilla.org/CORS |
| ๐ CSP | Content Security Policy | developer.mozilla.org/CSP |
๐๏ธ Design systems, tools, assets and inspiration
| Resource | Type | Pricing | Link |
|---|---|---|---|
| ๐จ Figma | UI Design & Prototyping | Freemium | figma.com |
| ๐ญ Adobe XD | UI/UX Design | Paid | adobe.com/xd |
| ๐ฅ๏ธ Sketch | macOS Design Tool | Paid | sketch.com |
| ๐ช InVision | Prototyping Tool | Freemium | invisionapp.com |
| ๐๏ธ Penpot | Open Source Design | Free | penpot.app |
| ๐ฌ Framer | Interactive Prototyping | Freemium | framer.com |
| ๐ Whimsical | Wireframes & Diagrams | Freemium | whimsical.com |
| ๐ท Zeplin | Design Handoff | Freemium | zeplin.io |
| Resource | Description | Link |
|---|---|---|
| ๐จ Coolors | Color Palette Generator | coolors.co |
| ๐ Adobe Color | Professional Color Wheel | color.adobe.com |
| ๐ญ Colormind | AI Color Palette Generator | colormind.io |
| ๐ธ Tailwind Colors | Tailwind Palette Reference | tailwindcss.com/docs/customizing-colors |
| ๐จ Happy Hues | Color Palette Inspiration | happyhues.co |
| ๐๏ธ Paletton | Color Scheme Designer | paletton.com |
| ๐ฎ UI Colors | Tailwind-style Color System | uicolors.app |
| ๐ Realtime Colors | Preview Colors on Real UI | realtimecolors.com |
| Resource | Description | Link |
|---|---|---|
| ๐ค Google Fonts | 1400+ Free Web Fonts | fonts.google.com |
| Premium Font Library | fonts.adobe.com | |
| ๐ Type Scale | Typography Scale Generator | typescale.com |
| ๐ค Fontpair | Font Pairing Suggestions | fontpair.co |
| ๐๏ธ Fonts In Use | Real-world Typography Examples | fontsinuse.com |
| ๐ Modular Scale | Harmonious Typography Scale | modularscale.com |
| Resource | Type | Free? | Link |
|---|---|---|---|
| ๐จ Heroicons | SVG Icons | โ Free | heroicons.com |
| ๐ท Lucide | Beautiful SVG Icons | โ Free | lucide.dev |
| ๐ Font Awesome | Icon Library | Freemium | fontawesome.com |
| ๐ญ Phosphor Icons | Flexible Icon Family | โ Free | phosphoricons.com |
| ๐ Tabler Icons | 5000+ SVG Icons | โ Free | tabler-icons.io |
| ๐ช Iconify | Unified Icon Framework | โ Free | iconify.design |
| ๐ผ๏ธ unDraw | Open Source Illustrations | โ Free | undraw.co |
| ๐ธ Storyset | Customizable Illustrations | โ Free | storyset.com |
| ๐จ Blush Design | Mix & Match Illustrations | Freemium | blush.design |
| ๐ญ Lordicon | Animated Icons | Freemium | lordicon.com |
| Resource | Type | Link |
|---|---|---|
| ๐ธ Unsplash | Free Stock Photos | unsplash.com |
| ๐ฌ Pexels | Free Photos & Videos | pexels.com |
| ๐ผ๏ธ Pixabay | Free Media Library | pixabay.com |
| ๐จ Freepik | Vectors & Illustrations | freepik.com |
| ๐ท StockSnap | Free Stock Photos | stocksnap.io |
| ๐ญ Burst by Shopify | Commerce Stock Photos | burst.shopify.com |
| Resource | Description | Link |
|---|---|---|
| ๐ CSS Gradient | Gradient Generator | cssgradient.io |
| ๐ฎ Glassmorphism | Glassmorphism Generator | glassmorphism.com |
| ๐ธ Neumorphism | Soft UI Generator | neumorphism.io |
| ๐จ CSS Clip Path Maker | Visual Clip Path Tool | bennettfeely.com/clippy |
| ๐ท Box Shadow | Shadow Generator | box-shadow.dev |
| ๐ CSS Grid Generator | Visual Grid Builder | cssgrid-generator.netlify.app |
| ๐ญ Animista | CSS Animation Library | animista.net |
| ๐ช Haikei | SVG Background Generator | haikei.app |
๐ APIs, tools, documentation standards and best practices
| Resource | Type | Link |
|---|---|---|
| ๐ Postman | API Development Platform | postman.com |
| ๐ต Insomnia | Open Source API Client | insomnia.rest |
| โก Bruno | Fast API Client (Local-first) | usebruno.com |
| ๐ฏ HTTPie | Terminal API Client | httpie.io |
| ๐ท Thunder Client | VS Code API Extension | thunderclient.com |
| ๐ Hoppscotch | Open Source API Tool | hoppscotch.io |
| ๐ Swagger | API Design & Documentation | swagger.io |
| Category | API | Free Tier | Link |
|---|---|---|---|
| ๐ค AI | OpenAI API | Limited | platform.openai.com |
| ๐บ๏ธ Maps | Google Maps API | $200/mo | developers.google.com/maps |
| ๐ณ Payments | Stripe API | Free sandbox | stripe.com/docs |
| ๐ง Email | SendGrid API | 100/day | sendgrid.com |
| ๐ค๏ธ Weather | OpenWeatherMap | 1000/day | openweathermap.org/api |
| ๐ฐ News | NewsAPI | 100/day | newsapi.org |
| ๐ฌ SMS | Twilio API | Trial credits | twilio.com |
| ๐ Auth | Auth0 | 7500 users | auth0.com |
| ๐ GitHub | GitHub API | Unlimited | docs.github.com/rest |
| ๐ต Music | Spotify API | Free | developer.spotify.com |
| Resource | Description | Link |
|---|---|---|
| ๐ต REST | Representational State Transfer | restfulapi.net |
| ๐ฃ GraphQL | Query Language for APIs | graphql.org |
| ๐ก gRPC | High-performance RPC Framework | grpc.io |
| ๐ WebSockets | Full-duplex Communication | websocket.org |
| ๐ก SSE | Server-Sent Events | developer.mozilla.org/SSE |
| ๐ท tRPC | TypeScript RPC Framework | trpc.io |
| ๐ OpenAPI | API Specification Standard | openapis.org |
๐๏ธ Every type of database and data management tool you'll ever need
| Resource | Type | Cloud | Link |
|---|---|---|---|
| ๐ PostgreSQL | Open Source RDBMS | Neon, Supabase | postgresql.org |
| ๐ฌ MySQL | Popular RDBMS | PlanetScale | mysql.com |
| ๐ต SQLite | Embedded Database | Turso | sqlite.org |
| ๐ด MariaDB | MySQL Fork | Managed | mariadb.org |
| ๐ท Microsoft SQL Server | Enterprise RDBMS | Azure SQL | microsoft.com/sql-server |
| ๐ CockroachDB | Distributed SQL | Serverless | cockroachlabs.com |
| ๐ฏ PlanetScale | MySQL-compatible Serverless | Cloud | planetscale.com |
| ๐ Neon | Serverless Postgres | Cloud | neon.tech |
| Resource | Type | Link |
|---|---|---|
| ๐ MongoDB | Document Database | mongodb.com |
| ๐ฅ Firebase Firestore | Real-time Document DB | firebase.google.com/firestore |
| ๐ด Redis | In-Memory Data Store | redis.io |
| ๐ง Cassandra | Wide-Column Database | cassandra.apache.org |
| ๐ท DynamoDB | AWS NoSQL | aws.amazon.com/dynamodb |
| ๐ Couchbase | NoSQL Platform | couchbase.com |
| ๐ฟ FaunaDB | Distributed Document DB | fauna.com |
| ๐ฏ Upstash | Serverless Redis/Kafka | upstash.com |
| Resource | Type | Link |
|---|---|---|
| ๐ Elasticsearch | Search & Analytics | elastic.co |
| ๐ฆ Meilisearch | Fast Open Source Search | meilisearch.com |
| ๐ต Algolia | Search as a Service | algolia.com |
| ๐ Typesense | Open Source Search Engine | typesense.org |
| ๐ถ Solr | Enterprise Search Platform | solr.apache.org |
| Resource | Databases Supported | Link |
|---|---|---|
| ๐ pgAdmin | PostgreSQL | pgadmin.org |
| ๐ต TablePlus | Multi-database | tableplus.com |
| ๐ DBeaver | Universal DB Tool | dbeaver.io |
| ๐ MongoDB Compass | MongoDB | mongodb.com/compass |
| ๐ด RedisInsight | Redis | redis.com/redis-enterprise/redis-insight |
| ๐๏ธ Beekeeper Studio | Open Source DB GUI | beekeeperstudio.io |
๐งช Quality is not an accident โ tools to ensure your code works
| Resource | Language | Type | Link |
|---|---|---|---|
| ๐ Jest | JavaScript | Unit/Integration | jestjs.io |
| โก Vitest | TypeScript | Unit/Integration | vitest.dev |
| ๐ท Mocha | JavaScript | Unit | mochajs.org |
| ๐ฆ Jasmine | JavaScript | BDD | jasmine.github.io |
| ๐ pytest | Python | All Types | pytest.org |
| ๐ด RSpec | Ruby | BDD | rspec.info |
| โ JUnit | Java | Unit | junit.org |
| Resource | Language | Link |
|---|---|---|
| ๐ญ Playwright | JS/TS/Python/Java | playwright.dev |
| ๐ฒ Cypress | JavaScript | cypress.io |
| ๐ค Selenium | Multi-language | selenium.dev |
| ๐ฏ Puppeteer | JavaScript | pptr.dev |
| ๐ TestCafe | JavaScript | testcafe.io |
| ๐ต WebdriverIO | JavaScript | webdriver.io |
| Resource | Type | Link |
|---|---|---|
| ๐ต Testing Library | React/DOM Testing | testing-library.com |
| ๐จ Storybook | Component Testing & Docs | storybook.js.org |
| ๐ Supertest | HTTP Assertion Testing | github.com/ladjs/supertest |
| ๐ฏ Pactum | API Testing | pactumjs.github.io |
| ๐ท MSW | Mock Service Worker | mswjs.io |
| ๐งช k6 | Load Testing | k6.io |
โก Make it fast. Then make it faster.
| Resource | Type | Link |
|---|---|---|
| ๐ฅ Lighthouse | Automated Auditing | developer.chrome.com/lighthouse |
| ๐ WebPageTest | Performance Testing | webpagetest.org |
| โก GTmetrix | Website Speed Test | gtmetrix.com |
| ๐ PageSpeed Insights | Google Speed Analysis | pagespeed.web.dev |
| ๐ต Chrome DevTools | Browser Performance | developer.chrome.com/devtools |
| ๐ฏ Core Web Vitals | Google Performance Metrics | web.dev/vitals |
| ๐ Calibre | Continuous Performance | calibreapp.com |
| Technique | Description | Resource |
|---|---|---|
| ๐ผ๏ธ Image Optimization | WebP, AVIF, lazy loading | squoosh.app |
| ๐ฆ Code Splitting | Dynamic imports & lazy loading | webpack.js.org/guides/code-splitting |
| ๐ Caching Strategy | Service workers & CDN | web.dev/service-workers-cache-storage |
| ๐๏ธ Compression | Gzip & Brotli | web.dev/content-encoding |
| ๐ค Font Loading | Font-display strategies | web.dev/font-best-practices |
| โก Critical CSS | Above-the-fold CSS inlining | web.dev/extract-critical-css |
| ๐ CDN Usage | Geographically distributed assets | cloudflare.com |
| Resource | Purpose | Link |
|---|---|---|
| ๐ผ๏ธ Squoosh | Image Compression | squoosh.app |
| ๐ฆ Bundlephobia | npm Package Size Checker | bundlephobia.com |
| ๐ท webpack-bundle-analyzer | Bundle Size Visualization | github.com/webpack-contrib/webpack-bundle-analyzer |
| โก Rollup Bundle Visualizer | Bundle Analysis | github.com/btd/rollup-plugin-visualizer |
| ๐ผ๏ธ Cloudinary | Image & Video CDN | cloudinary.com |
| ๐ imgix | Real-time Image Processing | imgix.com |
โ๏ธ Deploy your projects to the world
| Platform | Free Tier | Best For | Link |
|---|---|---|---|
| โฒ Vercel | Generous | Next.js, React | vercel.com |
| ๐ท Netlify | 100GB bandwidth | Static & JAMstack | netlify.com |
| ๐ฅ Firebase Hosting | 10GB storage | SPAs & Static | firebase.google.com/hosting |
| ๐ Cloudflare Pages | Unlimited bandwidth | Static & Edge | pages.cloudflare.com |
| ๐ GitHub Pages | Unlimited | Open Source Projects | pages.github.com |
| ๐ต Surge.sh | Custom domains | Quick Deploy | surge.sh |
| ๐ Render Static | 100GB bandwidth | Static Sites | render.com |
| Platform | Free Tier | Best For | Link |
|---|---|---|---|
| ๐ฃ Railway | $5 credits | Full-stack apps | railway.app |
| ๐ต Render | 750 hours | Node.js, Python | render.com |
| ๐ด Heroku | Paid only | PaaS | heroku.com |
| ๐ Fly.io | 3 shared VMs | Containers | fly.io |
| ๐ฏ Cyclic | Always free | Node.js | cyclic.sh |
| ๐ณ DigitalOcean App Platform | Limited | Containers | digitalocean.com |
| ๐ถ Koyeb | Limited | Containers | koyeb.com |
| Provider | Strengths | Free Tier | Link |
|---|---|---|---|
| ๐ AWS | Most comprehensive | 12 months | aws.amazon.com |
| ๐ต Google Cloud | ML & Data tools | $300 credits | cloud.google.com |
| ๐ท Microsoft Azure | Enterprise, .NET | $200 credits | azure.microsoft.com |
| ๐ DigitalOcean | Developer-friendly | $200 credits | digitalocean.com |
| ๐ฃ Linode (Akamai) | Simple, reliable | $100 credits | linode.com |
| ๐ฎ Vultr | High performance | $250 credits | vultr.com |
| ๐ด Hetzner | Best price/performance | Free tier | hetzner.com |
| Resource | Database | Free Tier | Link |
|---|---|---|---|
| ๐ Neon | PostgreSQL | 500MB | neon.tech |
| ๐ Supabase | PostgreSQL | 500MB | supabase.com |
| ๐ PlanetScale | MySQL | 5GB | planetscale.com |
| ๐ MongoDB Atlas | MongoDB | 512MB | mongodb.com/atlas |
| ๐ด Upstash | Redis | 10K cmds/day | upstash.com |
| ๐ท Turso | SQLite/LibSQL | 9GB | turso.tech |
| ๐ต Aiven | Multi-database | Trial | aiven.io |
๐ค Supercharge your development workflow with AI
| Tool | Integration | Link |
|---|---|---|
| ๐ค GitHub Copilot | VS Code, JetBrains | github.com/features/copilot |
| ๐ต Cursor | Standalone IDE | cursor.sh |
| ๐ Codeium | Multi-editor | codeium.com |
| ๐ท Tabnine | Multi-editor | tabnine.com |
| โก Amazon CodeWhisperer | AWS IDEs | aws.amazon.com/codewhisperer |
| ๐ฏ Replit Ghostwriter | Replit IDE | replit.com |
| ๐ง Sourcegraph Cody | Multi-editor | sourcegraph.com/cody |
| ๐ Windsurf | Standalone IDE | codeium.com/windsurf |
| ๐ด Claude (Anthropic) | API + Claude.ai | claude.ai |
| Resource | Models | Link |
|---|---|---|
| ๐ข OpenAI API | GPT-4, DALL-E, Whisper | platform.openai.com |
| ๐ด Anthropic Claude | Claude Opus/Sonnet/Haiku | anthropic.com/api |
| ๐ฃ Google Gemini | Gemini Pro/Flash | ai.google.dev |
| ๐ต Mistral AI | Mistral/Mixtral | mistral.ai |
| ๐ Groq | Ultra-fast Inference | groq.com |
| ๐ก Together AI | Open Source Models | together.ai |
| ๐ถ Replicate | Run ML Models | replicate.com |
| ๐ธ Hugging Face | Model Hub | huggingface.co |
| Resource | Description | Link |
|---|---|---|
| ๐ฆ LangChain | LLM Application Framework | langchain.com |
| ๐ LlamaIndex | Data Framework for LLMs | llamaindex.ai |
| ๐ท Vercel AI SDK | React AI Utilities | sdk.vercel.ai |
| ๐ฏ Instructor | Structured LLM Outputs | python.useinstructor.com |
| ๐ค AutoGPT | Autonomous AI Agents | github.com/Significant-Gravitas/AutoGPT |
| ๐ CrewAI | Multi-agent Framework | crewai.com |
| โก Ollama | Run LLMs Locally | ollama.ai |
| Resource | Type | Link |
|---|---|---|
| ๐จ Midjourney | AI Image Generation | midjourney.com |
| ๐ต DALL-E 3 | OpenAI Image Gen | openai.com/dall-e-3 |
| ๐ Stable Diffusion | Open Source Image AI | stability.ai |
| ๐ญ Adobe Firefly | Creative AI Tools | adobe.com/firefly |
| ๐ Notion AI | Writing Assistant | notion.so/ai |
| ๐ฅ v0 by Vercel | AI UI Generation | v0.dev |
| ๐ช Galileo AI | UI Design from Text | usegalileo.ai |
๐ Contribute to the community, discover amazing projects
| Resource | Description | Link |
|---|---|---|
| ๐ GitHub Trending | Daily trending repositories | github.com/trending |
| ๐ GitHub Stars | Your starred repos | github.com/stars |
| ๐บ๏ธ Open Source Guide | How to contribute | opensource.guide |
| ๐ฑ First Timers Only | Beginner-friendly issues | firsttimersonly.com |
| ๐ป Good First Issue | Curated beginner issues | goodfirstissue.dev |
| ๐ถ Up For Grabs | Projects seeking contributors | up-for-grabs.net |
| ๐ CodeTriage | Help with open source projects | codetriage.com |
| ๐ Issuehub | Search issues by label | issuehub.pro |
| License | Type | Commercial Use | Link |
|---|---|---|---|
| ๐ MIT License | Permissive | โ Yes | opensource.org/MIT |
| ๐ต Apache 2.0 | Permissive | โ Yes | apache.org/licenses |
| ๐ด GPL v3 | Copyleft | gnu.org/licenses/gpl-3.0 | |
| ๐ก BSD 2/3-Clause | Permissive | โ Yes | opensource.org/BSD |
| ๐ฃ LGPL | Weak Copyleft | gnu.org/licenses/lgpl | |
| ๐ MPL 2.0 | Weak Copyleft | โ Yes | mozilla.org/MPL |
| ๐ฏ ISC License | Permissive | โ Yes | opensource.org/ISC |
| Project | Language | Stars | Link |
|---|---|---|---|
| ๐ฆ Firefox | C++/JavaScript | ๐ 10K+ | github.com/mozilla/gecko-dev |
| ๐ง VS Code | TypeScript | ๐ 160K+ | github.com/microsoft/vscode |
| โ๏ธ React | JavaScript | ๐ 220K+ | github.com/facebook/react |
| ๐ CPython | C/Python | ๐ 60K+ | github.com/python/cpython |
| ๐ณ Docker | Go | ๐ 68K+ | github.com/moby/moby |
| โฒ Next.js | TypeScript | ๐ 120K+ | github.com/vercel/next.js |
| ๐จ Tailwind CSS | CSS | ๐ 80K+ | github.com/tailwindlabs/tailwindcss |
๐ฅ Connect, learn and grow with fellow developers
| Community | Platform | Members | Link |
|---|---|---|---|
| ๐ต Stack Overflow | Q&A Forum | 20M+ | stackoverflow.com |
| ๐ด r/webdev | 900K+ | reddit.com/r/webdev | |
| ๐ต r/javascript | 2M+ | reddit.com/r/javascript | |
| ๐ข Dev.to | Blog Platform | 900K+ | dev.to |
| ๐ถ Hashnode | Tech Blog | 600K+ | hashnode.com |
| ๐ท HackerNews | Tech News | 10M+ | news.ycombinator.com |
| ๐ Lobste.rs | Tech Link Aggregator | 100K+ | lobste.rs |
| ๐ฏ Indie Hackers | Entrepreneur Community | 300K+ | indiehackers.com |
| Community | Focus | Link |
|---|---|---|
| ๐ฆ Reactiflux | React & JS | reactiflux.com |
| ๐จ Tailwind CSS | Tailwind | discord.gg/tailwindcss |
| ๐ท TypeScript | TypeScript | discord.gg/typescript |
| ๐ Next.js | Next.js | discord.gg/nextjs |
| ๐ข Node.js | Node.js | discord.gg/nodejs |
| ๐ GitHub | Open Source | discord.gg/github |
| ๐ฎ Programmatic | General Dev | discord.gg/programming |
| ๐ The Coding Den | General Dev | discord.gg/code |
| Podcast | Focus | Link |
|---|---|---|
| ๐ง Syntax.fm | Full-stack JavaScript | syntax.fm |
| ๐ต ShopTalk Show | Front-end | shoptalkshow.com |
| ๐๏ธ JS Party | JavaScript | changelog.com/jsparty |
| ๐ด Software Engineering Daily | All Dev Topics | softwareengineeringdaily.com |
| ๐ฏ Full Stack Radio | Full-stack Dev | fullstackradio.com |
| ๐ Changelog | Open Source | changelog.com |
| ๐จ The CSS Podcast | CSS | pod.link/thecsspodcast |
| ๐ค Lex Fridman Podcast | AI & CS | lexfridman.com/podcast |
| Newsletter | Focus | Link |
|---|---|---|
| ๐ง JavaScript Weekly | JavaScript | javascriptweekly.com |
| ๐ฌ Frontend Focus | Frontend | frontendfoc.us |
| ๐ Web Dev Weekly | Web Dev | webdevweekly.com |
| ๐ด Node Weekly | Node.js | nodeweekly.com |
| ๐ท TypeScript Weekly | TypeScript | typescript-weekly.com |
| ๐จ CSS-Tricks | CSS & Frontend | css-tricks.com |
| ๐ TLDR | Tech News (5 min) | tldr.tech |
| ๐ Bytes.dev | JavaScript News | bytes.dev |
๐ก Build things. Ship things. Learn things.
| Project | Skills Learned | Difficulty |
|---|---|---|
| ๐ Todo App | CRUD, State Management | โญ |
| ๐ค๏ธ Weather App | API Integration, Async | โญ |
| ๐งฎ Calculator | DOM Manipulation, Logic | โญ |
| โ Quiz App | Arrays, DOM Events | โญ |
| ๐จ Color Picker | Events, CSS Variables | โญ |
| โฑ๏ธ Pomodoro Timer | SetInterval, Local Storage | โญโญ |
| ๐ Recipe Finder | API, Search, Filters | โญโญ |
| ๐ฑ Currency Converter | Fetch API, Forms | โญโญ |
| ๐ด Memory Card Game | Arrays, Algorithms | โญโญ |
| ๐ Notes App | CRUD, Local Storage | โญโญ |
| Project | Skills Learned | Difficulty |
|---|---|---|
| ๐ฌ Chat Application | WebSockets, Real-time | โญโญโญ |
| ๐ E-commerce Store | Auth, Cart, Payments | โญโญโญ |
| ๐ Dashboard App | Charts, Data Viz | โญโญโญ |
| ๐ Auth System | JWT, OAuth, Sessions | โญโญโญ |
| ๐บ๏ธ Location Tracker | Maps API, Geolocation | โญโญโญ |
| ๐ธ Photo Gallery | Image Upload, CDN | โญโญโญ |
| ๐ต Music Player | Web Audio API | โญโญโญ |
| ๐ Portfolio Tracker | Stock APIs, Charts | โญโญโญ |
| ๐ Calendar App | Date Logic, Events | โญโญโญ |
| ๐งพ Invoice Generator | PDF Generation, Forms | โญโญโญ |
| Project | Skills Learned | Difficulty |
|---|---|---|
| ๐ค AI Chatbot | LLMs, Streaming, RAG | โญโญโญโญโญ |
| ๐ฎ Multiplayer Game | WebSockets, State Sync | โญโญโญโญโญ |
| ๐ฆ Social Media Clone | Full-stack, Scale | โญโญโญโญโญ |
| ๐ผ Job Board | Search, Filters, Auth | โญโญโญโญ |
| ๐ต Music Streaming | Audio, CDN, Licensing | โญโญโญโญโญ |
| ๐ช Multi-vendor Marketplace | Complex E-commerce | โญโญโญโญโญ |
| ๐ Analytics Platform | Big Data, Charts | โญโญโญโญโญ |
| ๐ง Dev Tools SaaS | Monetization, Scale | โญโญโญโญโญ |
| ๐ CMS Platform | Content Management | โญโญโญโญ |
| ๐ค Collaboration Tool | Real-time, CRDT | โญโญโญโญโญ |
Contributions are what make the open source community such an amazing place to learn, inspire, and create!
1. ๐ด Fork the project
2. ๐ฟ Create your feature branch: git checkout -b feature/AmazingResource
3. ๐พ Commit your changes: git commit -m 'Add some AmazingResource'
4. ๐ค Push to the branch: git push origin feature/AmazingResource
5. ๐ Open a Pull Request
Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This repository is licensed under the MIT License โ see the LICENSE file for details.
This means you are free to use, copy, modify, and distribute this resource list for any purpose.
These legends helped make this resource what it is today. You could be next!
โโโโโโโ โโโ โโโโโโโโโ โโโโโโโโโ โโโโโโโโโโโโ
โโโโโโโโโโโ โโโโโโโโโ โโโโโโโโโ โโโโโโโโโโโโ
โโโโโโโโโโโ โโโโโโโโโ โโโ โโโ โโโ
โโโโโโโโโโโ โโโโโโโโโ โโโ โโโ โโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโ โโโ
โโโโโโโ โโโโโโโ โโโโโโโโโโโ โโโ โโโ โโโ
until the bugs are gone ๐ and the coffee is โ hot
Made with โค๏ธ by the developer community, for the developer community.
"The best code is no code at all. But since we have to write some, at least have good resources."
๐ Share this with a developer who needs it ๐