๐ง The most complete, community-powered reference for Full-Stack Developers.
From your firstconsole.logto deploying globally-distributed, production-grade systems.
Built by engineers, for engineers. 100% open source. Forever free.
โญ Star this Repo ยท ๐ด Fork & Customize ยท ๐ Report an Issue ยท ๐ก Suggest a Resource
Frontend โโโโโโโบ API Layer โโโโโโโบ Backend โโโโโโโบ Database
โฒ โ
โโโโโโโโโโโโโโโโโ Full-Stack โโโโโโโโโโโโโโโโโโโโโโ
| # | ๐๏ธ Section | ๐ฆ Resources | ๐ |
|---|---|---|---|
| 01 | ๐งฑ Fundamentals | 110+ | Jump โ |
| 02 | ๐จ Frontend | 160+ | Jump โ |
| 03 | โ๏ธ Backend | 140+ | Jump โ |
| 04 | ๐๏ธ Databases | 110+ | Jump โ |
| 05 | ๐ APIs | 100+ | Jump โ |
| 06 | ๐ Authentication | 80+ | Jump โ |
| 07 | ๐ฟ Version Control | 70+ | Jump โ |
| 08 | ๐ DevOps | 110+ | Jump โ |
| 09 | ๐งช Testing | 90+ | Jump โ |
| 10 | โก Performance | 80+ | Jump โ |
| 11 | ๐ก๏ธ Security | 90+ | Jump โ |
| 12 | ๐๏ธ Architecture | 80+ | Jump โ |
| 13 | โ๏ธ Cloud & Deployment | 100+ | Jump โ |
| 14 | ๐๏ธ Monorepo Tools | 60+ | Jump โ |
| 15 | ๐ Open Source | 70+ | Jump โ |
| 16 | ๐ก Project Ideas | 100+ | Jump โ |
๐งฑ The bedrock every full-stack engineer must master โ languages, data structures, algorithms, and the web itself
| Resource | What You'll Learn | Level | Link |
|---|---|---|---|
| ๐ MDN Web Docs | HTML, CSS, JS โ the canonical reference | ๐ข All | developer.mozilla.org |
| ๐ web.dev | Modern capabilities, Core Web Vitals | ๐ก Int | web.dev |
| ๐ HTML Spec | Living HTML specification | ๐ด Adv | html.spec.whatwg.org |
| ๐จ CSS Specification | CSS Working Group drafts | ๐ด Adv | drafts.csswg.org |
| ๐ก HTTP/3 Explained | Modern HTTP protocol | ๐ก Int | http3-explained.haxx.se |
| ๐ How Browsers Work | Deep dive into rendering | ๐ด Adv | web.dev/howbrowserswork |
| ๐ Web APIs Index | Every browser API indexed | ๐ก Int | developer.mozilla.org/Web/API |
| Resource | Description | Free? | Link |
|---|---|---|---|
| ๐ JavaScript.info | The most complete JS tutorial | โ | javascript.info |
| ๐ You Don't Know JS | Deep internals of JavaScript | โ | github.com/getify/You-Dont-Know-JS |
| ๐ Eloquent JavaScript | Textbook + interactive exercises | โ | eloquentjavascript.net |
| ๐ฏ 33 JS Concepts | 33 concepts every dev must know | โ | github.com/leonardomso/33-js-concepts |
| โก JS Algorithms | Algorithms & DS in JavaScript | โ | github.com/trekhleb/javascript-algorithms |
| ๐ท TypeScript Handbook | Official TypeScript guide | โ | typescriptlang.org/docs |
| ๐ Total TypeScript | Advanced TypeScript patterns | Freemium | totaltypescript.com |
| ๐ง TypeScript Deep Dive | Free TypeScript book | โ | basarat.gitbook.io/typescript |
| Resource | Language | Link |
|---|---|---|
| โ๏ธ LeetCode | 3000+ coding problems | leetcode.com |
| ๐๏ธ NeetCode.io | Structured DSA roadmap | neetcode.io |
| ๐ AlgoExpert | 160 hand-picked questions | algoexpert.io |
| ๐ฏ Visualgo | Algorithm visualizations | visualgo.net |
| ๐งฉ Data Structures Easy | Visual explanations | geeksforgeeks.org/data-structures |
| ๐ The Algorithm Design Manual | Classic reference book | algorist.com |
| ๐ Codeforces | Competitive programming | codeforces.com |
| ๐ฎ Codewars | Kata-based challenges | codewars.com |
| Resource | Topic | Link |
|---|---|---|
| ๐ CS50 (Harvard) | Intro to CS โ free & legendary | cs50.harvard.edu |
| ๐ต OSSU Curriculum | Full CS degree, free online | github.com/ossu/computer-science |
| ๐ Networking Fundamentals | TCP/IP, DNS, HTTP | cloudflare.com/learning |
| ๐พ OS Concepts | Operating systems theory | os.ecci.ucr.ac.cr/slides/Abraham-Silberschatz-Operating-System-Concepts.pdf |
| ๐ข Discrete Mathematics | Math for CS | discrete.openmathbooks.org |
| ๐บ๏ธ roadmap.sh | Visual full-stack roadmap | roadmap.sh/full-stack |
๐จ Modern interfaces โ frameworks, tooling, CSS, components, and the art of the browser
| Framework | Paradigm | GitHub Stars | Weekly Downloads | Link |
|---|---|---|---|---|
| โ๏ธ React 19 | Declarative UI | 220K+ | 25M+ | react.dev |
| ๐ Vue 3 | Progressive | 207K+ | 5M+ | vuejs.org |
| ๐บ Angular 17 | Full Framework | 95K+ | 3M+ | angular.io |
| ๐ Svelte 5 | Compiled | 77K+ | 900K+ | svelte.dev |
| ๐ท SolidJS | Reactive Signals | 31K+ | 200K+ | solidjs.com |
| ๐ Qwik | Resumable | 20K+ | 100K+ | qwik.dev |
| ๐ช Alpine.js | Lightweight | 27K+ | 400K+ | alpinejs.dev |
| โก Preact | 3KB React | 36K+ | 6M+ | preactjs.com |
| Framework | Base | Rendering | Link |
|---|---|---|---|
| โฒ Next.js 14 | React | SSR/SSG/ISR/Edge | nextjs.org |
| ๐ด Remix | React | SSR/Progressive | remix.run |
| ๐ Astro 4 | Any | MPA + Islands | astro.build |
| ๐ SvelteKit | Svelte | SSR/SSG | kit.svelte.dev |
| ๐ Nuxt 3 | Vue | SSR/SSG/Hybrid | nuxt.com |
| ๐ Gatsby 5 | React | SSG/DSG | gatsbyjs.com |
| ๐ Analog | Angular | SSR/SSG | analogjs.org |
| ๐ฅ TanStack Start | React | SSR/Full-stack | tanstack.com/start |
| Resource | Approach | Bundle | Link |
|---|---|---|---|
| ๐จ Tailwind CSS v4 | Utility-first | Variable | tailwindcss.com |
| Component | ~22KB | getbootstrap.com | |
| ๐ Bulma | Flexbox | ~23KB | bulma.io |
| ๐ Open Props | CSS Custom Props | ~4KB | open-props.style |
| ๐ CSS Modules | Scoped Styles | 0KB | github.com/css-modules |
| ๐ฎ Vanilla Extract | Zero-runtime CSS-in-JS | 0KB | vanilla-extract.style |
| ๐จ styled-components | CSS-in-JS | ~12KB | styled-components.com |
| โก Stitches | Near-zero CSS-in-JS | ~6KB | stitches.dev |
| ๐ธ UnoCSS | Atomic CSS Engine | Variable | unocss.dev |
| Library | Framework | Style | Link |
|---|---|---|---|
| ๐จ shadcn/ui | React | Tailwind + Radix | ui.shadcn.com |
| ๐ต MUI v6 | React | Material Design | mui.com |
| ๐ช Chakra UI | React | Utility | chakra-ui.com |
| ๐ธ Mantine v7 | React | Custom | mantine.dev |
| ๐บ Ant Design | React | Enterprise | ant.design |
| ๐ Radix UI | React | Headless | radix-ui.com |
| ๐ Vuetify 3 | Vue | Material | vuetifyjs.com |
| ๐ฅ PrimeVue | Vue | Custom | primevue.org |
| ๐ Flowbite | Any | Tailwind | flowbite.com |
| ๐ญ Headless UI | React/Vue | Headless | headlessui.com |
| Tool | Role | Speed | Link |
|---|---|---|---|
| โก Vite 5 | Dev Server + Bundler | โกโกโก | vitejs.dev |
| ๐ฆ Turbopack | Rust Bundler (Next.js) | โกโกโก | turbo.build/pack |
| ๐๏ธ esbuild | Go-based Bundler | โกโกโก | esbuild.github.io |
| ๐ฆ Webpack 5 | Feature-rich Bundler | โกโก | webpack.js.org |
| ๐ฃ Rollup | ES Module Bundler | โกโก | rollupjs.org |
| ๐ง Parcel 2 | Zero-config | โกโก | parceljs.org |
| ๐งน ESLint | Linting | โ | eslint.org |
| ๐ Prettier | Code Formatting | โ | prettier.io |
| ๐จ Babel | Transpiling | โ | babeljs.io |
| ๐ Biome | Rust-based Lint+Format | โกโกโก | biomejs.dev |
| Library | Framework | Pattern | Link |
|---|---|---|---|
| ๐ป Zustand | React | Atomic | zustand-demo.pmnd.rs |
| ๐ท Redux Toolkit | React | Flux | redux-toolkit.js.org |
| ๐ Jotai | React | Atomic | jotai.org |
| ๐ Recoil | React | Atomic | recoiljs.org |
| ๐ฅ TanStack Query | Any | Server State | tanstack.com/query |
| ๐ Pinia | Vue | Composition | pinia.vuejs.org |
| ๐ช XState | Any | State Machines | xstate.js.org |
| ๐ถ MobX | Any | Observable | mobx.js.org |
| ๐ธ Valtio | React | Proxy | valtio.pmnd.rs |
โ๏ธ The engine room โ servers, runtimes, frameworks, queues and everything that keeps the lights on
| Framework | Style | Stars | Link |
|---|---|---|---|
| ๐ Express.js | Minimalist | 64K+ | expressjs.com |
| ๐ฆ Fastify | High-performance | 31K+ | fastify.io |
| ๐ฆ NestJS | Enterprise / Angular-like | 65K+ | nestjs.com |
| โก Hono | Edge-first Ultrafast | 18K+ | hono.dev |
| ๐ Elysia | Bun-native Framework | 10K+ | elysiajs.com |
| ๐ณ Koa | Express Successor | 35K+ | koajs.com |
| ๐ AdonisJS | Laravel for Node | 16K+ | adonisjs.com |
| ๐ฏ Hapi.js | Enterprise Configuration | 14K+ | hapi.dev |
| Runtime | Language | Key Feature | Link |
|---|---|---|---|
| ๐ Node.js LTS | JavaScript | Stable, massive ecosystem | nodejs.org |
| ๐ฆ Deno 2 | TypeScript native | Secure by default | deno.land |
| ๐ Bun | TypeScript | All-in-one, blazing fast | bun.sh |
| ๐ต Cloudflare Workers | JS/WASM | Edge computing | workers.cloudflare.com |
| โก WinterJS | JavaScript | WASM-based runtime | wasmer.io/winterjs |
| Framework | Type | Best For | Link |
|---|---|---|---|
| โก FastAPI | Async ASGI | APIs, ML services | fastapi.tiangolo.com |
| ๐ธ Django 5 | Batteries-included | Full web apps | djangoproject.com |
| ๐ถ Flask | Micro framework | Lightweight APIs | flask.palletsprojects.com |
| ๐ฆ Starlette | ASGI toolkit | Performance | starlette.io |
| ๐ Litestar | Modern ASGI | Full-featured | litestar.dev |
| ๐ฏ Sanic | Async Framework | Speed | sanicframework.org |
| Framework | Language | Strength | Link |
|---|---|---|---|
| ๐ด Ruby on Rails 7 | Ruby | Rapid development | rubyonrails.org |
| ๐ Laravel 11 | PHP | Full-stack PHP | laravel.com |
| ๐ Spring Boot 3 | Java/Kotlin | Enterprise | spring.io |
| ๐ฆซ Gin | Go | Ultra performance | gin-gonic.com |
| ๐ฌ Fiber | Go | Express-like | gofiber.io |
| ๐ฆ Axum | Rust | Safety + Speed | github.com/tokio-rs/axum |
| ๐ฆ Actix-web | Rust | Highest performance | actix.rs |
| ๐ท ASP.NET Core 8 | C# | Microsoft ecosystem | dotnet.microsoft.com |
| ๐ฌ Ktor | Kotlin | JVM async | ktor.io |
| ๐ฅ Phoenix | Elixir | Concurrency | phoenixframework.org |
| Tool | Type | Use Case | Link |
|---|---|---|---|
| ๐ด Redis | In-memory queue | Fast job queues | redis.io |
| ๐ Apache Kafka | Event streaming | High-throughput events | kafka.apache.org |
| ๐ฐ RabbitMQ | Message broker | Complex routing | rabbitmq.com |
| ๐ต BullMQ | Node.js queues | Redis-based jobs | bullmq.io |
| ๐ NATS | Lightweight messaging | Microservices | nats.io |
| โ๏ธ AWS SQS | Managed queues | Cloud-native | aws.amazon.com/sqs |
| ๐ฏ Upstash QStash | Serverless queues | Edge-compatible | upstash.com/qstash |
๐๏ธ Relational, document, graph, key-value โ every data storage technology mapped
| Database | Strengths | Managed Option | Link |
|---|---|---|---|
| ๐ PostgreSQL 16 | Gold standard, JSON support | Neon, Supabase, RDS | postgresql.org |
| ๐ฌ MySQL 8 | Widely supported | PlanetScale, RDS | mysql.com |
| ๐ต SQLite | Embedded, file-based | Turso (distributed) | sqlite.org |
| ๐ด MariaDB | MySQL-compatible fork | Managed | mariadb.org |
| ๐ท MS SQL Server | Windows enterprise | Azure SQL | microsoft.com/sql-server |
| ๐ CockroachDB | Distributed SQL | CockroachCloud | cockroachlabs.com |
| ๐ฏ TimescaleDB | Time-series PostgreSQL | Timescale Cloud | timescale.com |
| โ๏ธ Snowflake | Data warehouse | Cloud | snowflake.com |
| Database | Type | Best For | Link |
|---|---|---|---|
| ๐ MongoDB 7 | Document | Flexible schemas | mongodb.com |
| ๐ด Redis 7 | Key-value / Cache | Session, caching | redis.io |
| ๐ง Apache Cassandra | Wide-column | Time-series, IoT | cassandra.apache.org |
| ๐ท DynamoDB | Key-value | AWS serverless | aws.amazon.com/dynamodb |
| ๐ฅ Firestore | Document | Real-time sync | firebase.google.com/firestore |
| ๐ฟ FaunaDB | Document + Relations | Serverless | fauna.com |
| ๐ Couchbase | Document + Cache | Mobile sync | couchbase.com |
| ๐ฎ ArangoDB | Multi-model | Graphs + Docs | arangodb.com |
| Database | Type | Link |
|---|---|---|
| ๐ Elasticsearch | Full-text search | elastic.co |
| ๐ฆ Meilisearch | Fast OSS search | meilisearch.com |
| ๐ Typesense | Typo-tolerant search | typesense.org |
| ๐ต Algolia | Search as a service | algolia.com |
| ๐งฌ Pinecone | Vector database | pinecone.io |
| ๐ท Weaviate | Vector + GraphQL | weaviate.io |
| ๐ธ Qdrant | Rust vector DB | qdrant.tech |
| ๐ด pgvector | Postgres extension | github.com/pgvector/pgvector |
| ๐ Chroma | Embedding store | trychroma.com |
| Tool | Language | Databases | Link |
|---|---|---|---|
| ๐ท Prisma 5 | TypeScript | Multi-DB | prisma.io |
| ๐ข Drizzle ORM | TypeScript | SQL | orm.drizzle.team |
| ๐ TypeORM | TypeScript | Multi-DB | typeorm.io |
| ๐ถ Sequelize | Node.js | SQL | sequelize.org |
| ๐งช Kysely | TypeScript | SQL | kysely.dev |
| ๐ SQLAlchemy 2 | Python | Multi-DB | sqlalchemy.org |
| ๐ด ActiveRecord | Ruby | Multi-DB | guides.rubyonrails.org/active_record |
| ๐ Eloquent | PHP | Multi-DB | laravel.com/docs/eloquent |
| ๐ฆซ GORM | Go | Multi-DB | gorm.io |
| Tool | Databases | Platform | Link |
|---|---|---|---|
| ๐ต TablePlus | 20+ DBs | Mac/Win/Linux | tableplus.com |
| ๐ DBeaver | Universal | All platforms | dbeaver.io |
| ๐ pgAdmin 4 | PostgreSQL | Web/Desktop | pgadmin.org |
| ๐ MongoDB Compass | MongoDB | Desktop | mongodb.com/compass |
| ๐ด RedisInsight | Redis | Desktop/Web | redis.com/redis-insight |
| ๐๏ธ Beekeeper Studio | SQL DBs | OSS Desktop | beekeeperstudio.io |
| ๐ท Drizzle Studio | Drizzle ORM | Web | orm.drizzle.team/drizzle-studio |
๐ Design, build, document and consume APIs โ REST, GraphQL, gRPC and beyond
| Tool | Type | Platform | Link |
|---|---|---|---|
| ๐ Postman | Full API platform | Web/Desktop | postman.com |
| ๐ต Insomnia | Open source client | Desktop | insomnia.rest |
| โก Bruno | Local-first API | Desktop | usebruno.com |
| ๐ Hoppscotch | Open source web tool | Web/Desktop | hoppscotch.io |
| ๐ฏ HTTPie | Terminal HTTP client | CLI/Desktop | httpie.io |
| ๐ท Thunder Client | VS Code extension | VS Code | thunderclient.com |
| ๐ด REST Client | VS Code extension | VS Code | marketplace.visualstudio.com |
| ๐ธ Scalar | Beautiful API docs | Web | scalar.com |
| Protocol | Description | Best For | Link |
|---|---|---|---|
| ๐ต REST | Stateless HTTP | General APIs | restfulapi.net |
| ๐ฃ GraphQL | Query language | Flexible data fetching | graphql.org |
| ๐ก gRPC | High-performance RPC | Microservices | grpc.io |
| ๐ WebSocket | Full-duplex | Real-time apps | websocket.org |
| ๐ก SSE | Server-sent events | Live feeds | developer.mozilla.org/SSE |
| ๐ท tRPC | TypeScript RPC | Full-stack TypeScript | trpc.io |
| ๐๏ธ JSON:API | Spec for REST | Standardized REST | jsonapi.org |
| โก Webhook | Event-driven HTTP | Async notifications | webhook.site |
| Tool | Type | Link |
|---|---|---|
| ๐ OpenAPI 3.1 | Specification standard | openapis.org |
| ๐จ Swagger UI | API explorer | swagger.io |
| ๐ต Redoc | OpenAPI renderer | redocly.com |
| ๐ธ Scalar | Modern API reference | scalar.com |
| ๐ Docusaurus | Documentation site | docusaurus.io |
| ๐ฏ Stoplight | Design-first API | stoplight.io |
| ๐ท ReadMe | Developer hub | readme.com |
| ๐ Mintlify | Beautiful docs | mintlify.com |
| Category | API | Free Tier | Link |
|---|---|---|---|
| ๐ค AI/LLM | OpenAI | Limited | platform.openai.com |
| ๐บ๏ธ Maps | Mapbox | 50K events/mo | mapbox.com |
| ๐ณ Payments | Stripe | No monthly fee | stripe.com/docs |
| ๐ง Email | Resend | 3K/mo | resend.com |
| ๐ฉ Transactional | Postmark | 100/mo | postmarkapp.com |
| ๐ค๏ธ Weather | Tomorrow.io | 500/day | tomorrow.io |
| ๐ฌ SMS | Twilio | Trial credits | twilio.com |
| ๐ Push | OneSignal | 10K subs | onesignal.com |
| ๐ VCS | GitHub API | Generous | docs.github.com/rest |
| ๐ต Music | Spotify | Free | developer.spotify.com |
| ๐ IP Geo | ipapi | 30K/mo | ipapi.co |
| ๐ Search | Serper | 2500 queries | serper.dev |
๐ Identity, sessions, tokens, and keeping your users secure
| Library | Platform | Strategy | Link |
|---|---|---|---|
| ๐ Auth.js v5 (NextAuth) | Next.js/Node | Multi-provider | authjs.dev |
| ๐ Passport.js | Node.js | Strategy-based | passportjs.org |
| ๐ Lucia v3 | Framework-agnostic | Session-based | lucia-auth.com |
| ๐ฐ Oslo | TypeScript auth | Primitives | oslojs.dev |
| ๐ฑ better-auth | TypeScript | Modern auth | better-auth.com |
| ๐ฆ Hono Auth | Hono.js | Middleware | hono.dev/middleware/auth |
| ๐ Django Allauth | Django | Multi-provider | allauth.org |
| ๐ Laravel Sanctum | Laravel | SPA/API tokens | laravel.com/sanctum |
| Service | Free Tier | Features | Link |
|---|---|---|---|
| ๐ก๏ธ Clerk | 10K MAU | Full UI kit | clerk.com |
| ๐ Auth0 | 7,500 MAU | Enterprise | auth0.com |
| ๐ฅ Firebase Auth | Unlimited | Google infra | firebase.google.com/auth |
| ๐ Supabase Auth | Generous | Open source | supabase.com/docs/auth |
| ๐ WorkOS | Limited | Enterprise SSO | workos.com |
| ๐ Stytch | 25 MAU free | Passwordless | stytch.com |
| ๐ฎ Hanko | Open source | Passkey-first | hanko.io |
| ๐ฃ Kinde | 10,500 MAU | Modern UX | kinde.com |
| ๐ฐ Keycloak | Self-hosted | Enterprise | keycloak.org |
| Standard | Description | Link |
|---|---|---|
| ๐ซ JWT | JSON Web Tokens โ self-contained tokens | jwt.io |
| ๐ OAuth 2.0 | Authorization framework standard | oauth.net/2 |
| ๐ชช OpenID Connect | Identity layer over OAuth 2.0 | openid.net/connect |
| ๐ PKCE | Code exchange for public clients | oauth.net/2/pkce |
| ๐ก๏ธ FIDO2/WebAuthn | Passwordless & biometric auth | fidoalliance.org |
| ๐ SAML 2.0 | Enterprise SSO standard | saml.xml.org |
| ๐ SCIM | User provisioning protocol | simplecloud.info |
| ๐ท๏ธ MFA/TOTP | Time-based one-time passwords | datatracker.ietf.org/rfc6238 |
๐ฟ Git mastery, collaboration workflows, and code review culture
| Platform | Focus | Free Private Repos | Link |
|---|---|---|---|
| ๐ GitHub | Open source hub | โ Unlimited | github.com |
| ๐ฆ GitLab | DevOps platform | โ Unlimited | gitlab.com |
| ๐ชฃ Bitbucket | Atlassian ecosystem | โ 5 users | bitbucket.org |
| ๐ต Azure DevOps | Microsoft enterprise | โ 5 users | dev.azure.com |
| ๐ธ Gitea | Lightweight self-hosted | Self-hosted | gitea.io |
| ๐ Forgejo | Gitea fork, community | Self-hosted | forgejo.org |
| Resource | Type | Link |
|---|---|---|
| ๐ Pro Git | Free, official book | git-scm.com/book |
| ๐ฎ Learn Git Branching | Interactive visual | learngitbranching.js.org |
| ๐ฏ Oh My Git! | Game to learn Git | ohmygit.org |
| ๐ Git Cheat Sheet | Quick reference | education.github.com/git-cheat-sheet |
| ๐ฅ Atlassian Git Tutorials | In-depth guides | atlassian.com/git/tutorials |
| ๐ Git Explorer | Command finder | gitexplorer.com |
| ๐ง Git Magic | Advanced techniques | www-cs-students.stanford.edu/~blynn/gitmagic |
| Workflow | Description | Best For |
|---|---|---|
| ๐ฟ Git Flow | Feature, release, hotfix branches | Versioned releases |
| ๐ข GitHub Flow | Simple feature branches + PR | Continuous deployment |
| ๐ GitLab Flow | Environment branches | Complex deployments |
| ๐ Trunk-Based Dev | Short-lived feature branches | High-frequency deployments |
| ๐ Forking Workflow | Full repo forks | Open source projects |
| Tool | Platform | Link |
|---|---|---|
| ๐ต GitKraken | Cross-platform | gitkraken.com |
| ๐ Sourcetree | Mac/Windows | sourcetreeapp.com |
| ๐ท GitHub Desktop | Mac/Windows | desktop.github.com |
| ๐ฏ Tower | Mac/Windows | git-tower.com |
| ๐ธ Fork | Mac/Windows | git-fork.com |
| ๐ด Lazygit | Terminal TUI | github.com/jesseduffield/lazygit |
๐ Automate everything โ CI/CD, containers, orchestration, and infrastructure as code
| Tool | Role | Link |
|---|---|---|
| ๐ณ Docker | Container platform | docker.com |
| โธ๏ธ Kubernetes | Container orchestration | kubernetes.io |
| ๐ฆ Docker Compose | Multi-container dev | docs.docker.com/compose |
| ๐ Podman | Daemonless containers | podman.io |
| ๐ k3s | Lightweight Kubernetes | k3s.io |
| ๐ท Helm | Kubernetes package manager | helm.sh |
| ๐ฟ Kustomize | Kubernetes config mgmt | kustomize.io |
| ๐ฏ Skaffold | K8s dev workflow | skaffold.dev |
| ๐ฎ Lens | Kubernetes IDE | k8slens.dev |
| Platform | Type | Free Tier | Link |
|---|---|---|---|
| ๐ GitHub Actions | Cloud CI/CD | 2000 min/mo | github.com/features/actions |
| ๐ฆ GitLab CI/CD | Cloud/Self-hosted | 400 min/mo | docs.gitlab.com/ee/ci |
| ๐ต CircleCI | Cloud CI/CD | 6000 min/mo | circleci.com |
| ๐ข GitHub Actions (Act) | Local runner | Self-hosted | github.com/nektos/act |
| ๐ด Jenkins | Self-hosted | Open source | jenkins.io |
| ๐ Drone CI | Container-native | Limited | drone.io |
| ๐ถ Buildkite | Hybrid | Limited | buildkite.com |
| โก Dagger | Portable pipelines | Open source | dagger.io |
| ๐ท Woodpecker CI | OSS Drone fork | Self-hosted | woodpecker-ci.org |
| Tool | Language | Cloud | Link |
|---|---|---|---|
| ๐ฟ Terraform | HCL | Multi-cloud | terraform.io |
| โ๏ธ Pulumi | Real languages | Multi-cloud | pulumi.com |
| ๐ถ Ansible | YAML | Any | ansible.com |
| ๐ต AWS CDK | TypeScript/Python | AWS | aws.amazon.com/cdk |
| ๐๏ธ CloudFormation | JSON/YAML | AWS | aws.amazon.com/cloudformation |
| ๐ท Bicep | DSL | Azure | docs.microsoft.com/azure/azure-resource-manager/bicep |
| ๐ OpenTofu | HCL | Multi-cloud | opentofu.org |
| Tool | Purpose | Link |
|---|---|---|
| ๐ฅ Grafana | Metrics visualization | grafana.com |
| ๐ Prometheus | Metrics collection | prometheus.io |
| ๐ Sentry | Error tracking | sentry.io |
| ๐ Datadog | Full observability | datadoghq.com |
| ๐ OpenTelemetry | Observability standard | opentelemetry.io |
| ๐ต๏ธ Jaeger | Distributed tracing | jaegertracing.io |
| ๐ ELK Stack | Log management | elastic.co |
| ๐ธ Axiom | Serverless logs | axiom.co |
| ๐ฏ Better Uptime | Uptime monitoring | betteruptime.com |
| ๐ต Checkly | Synthetic monitoring | checklyhq.com |
๐งช Ship with confidence โ unit, integration, E2E, and beyond
| Framework | Language | Type | Stars | Link |
|---|---|---|---|---|
| ๐ Jest | JavaScript | Unit/Integration | 44K+ | jestjs.io |
| โก Vitest | TypeScript | Unit/Integration | 13K+ | vitest.dev |
| ๐งช Testing Library | React/DOM | Component | 19K+ | testing-library.com |
| ๐ท Mocha | JavaScript | Unit | 22K+ | mochajs.org |
| ๐ฆ Jasmine | JavaScript | BDD | 15K+ | jasmine.github.io |
| ๐ pytest | Python | All types | 12K+ | pytest.org |
| ๐ด RSpec | Ruby | BDD | 4K+ | rspec.info |
| โ JUnit 5 | Java | Unit | 6K+ | junit.org |
| ๐ฆซ Go testing | Go | Built-in | โ | pkg.go.dev/testing |
| Framework | Language | Parallel | Link |
|---|---|---|---|
| ๐ญ Playwright | JS/TS/Python | โ | playwright.dev |
| ๐ฒ Cypress | JavaScript | โ | cypress.io |
| ๐ค Selenium | Multi-language | โ | selenium.dev |
| ๐ฏ Puppeteer | JavaScript | โ | pptr.dev |
| ๐ TestCafe | JavaScript | โ | testcafe.io |
| ๐ต WebdriverIO | JavaScript | โ | webdriver.io |
| ๐บ Nightwatch | JavaScript | โ | nightwatchjs.org |
| Tool | Purpose | Link |
|---|---|---|
| ๐ Supertest | HTTP assertion testing | github.com/ladjs/supertest |
| ๐ท MSW | Mock Service Worker | mswjs.io |
| ๐ Pact | Consumer-driven contracts | pact.io |
| ๐ฏ Pactum | REST API testing | pactumjs.github.io |
| ๐ต Dredd | API Blueprint testing | dredd.io |
| โก k6 | Load & performance testing | k6.io |
| ๐ธ Locust | Python load testing | locust.io |
| ๐ด Artillery | Scalable load testing | artillery.io |
| Tool | Type | Link |
|---|---|---|
| ๐จ Storybook 8 | Component playground | storybook.js.org |
| ๐๏ธ Chromatic | Visual regression | chromatic.com |
| ๐ท Percy | Visual testing | percy.io |
| ๐ต Ladle | Lightweight Storybook | ladle.dev |
| ๐ฏ Happo | Visual diff CI | happo.io |
โก Every millisecond matters โ measure, optimize, repeat
| Tool | What It Measures | Link |
|---|---|---|
| ๐ฅ Lighthouse | Perf, A11y, SEO, Best Practices | developer.chrome.com/lighthouse |
| ๐ WebPageTest | Real-world page speed | webpagetest.org |
| โก PageSpeed Insights | Google CWV audit | pagespeed.web.dev |
| ๐ GTmetrix | Speed + waterfall | gtmetrix.com |
| ๐ฏ Core Web Vitals | LCP, INP, CLS | web.dev/vitals |
| ๐ Calibre | Continuous perf tracking | calibreapp.com |
| ๐ต SpeedCurve | Performance monitoring | speedcurve.com |
| ๐ท treo.sh | Lighthouse CI | treo.sh |
| Tool | Purpose | Link |
|---|---|---|
| ๐ผ๏ธ Squoosh | Image compression | squoosh.app |
| ๐ฆ Bundlephobia | npm package cost checker | bundlephobia.com |
| ๐ท Bundle Analyzer | Webpack bundle viz | github.com/webpack-contrib/webpack-bundle-analyzer |
| ๐ Rollup Visualizer | Rollup bundle analysis | github.com/btd/rollup-plugin-visualizer |
| ๐ผ๏ธ Cloudinary | Image/video CDN | cloudinary.com |
| ๐ต next/image | Automatic image optimization | nextjs.org/docs/api-reference/next/image |
| โก Sharp | Node.js image processor | sharp.pixelplumbing.com |
| ๐๏ธ Brotli | Next-gen compression | github.com/google/brotli |
| Pattern | Description | Impact |
|---|---|---|
| ๐ผ๏ธ Lazy Loading | Load resources only when needed | ๐ฅ High |
| ๐ฆ Code Splitting | Split bundles by route | ๐ฅ High |
| ๐พ Caching Strategy | Browser, CDN, service worker | ๐ฅ High |
| ๐ CDN | Edge delivery of static assets | ๐ฅ High |
| โ๏ธ React Server Components | Reduce client JS | ๐ฅ High |
| ๐ Prefetching | Load next routes early | ๐ก Med |
| ๐ Critical CSS | Inline above-fold styles | ๐ก Med |
| ๐ค Font Optimization | font-display, subset | ๐ก Med |
| ๐ผ๏ธ WebP/AVIF | Modern image formats | ๐ฅ High |
| ๐ Streaming SSR | Progressive HTML delivery | ๐ฅ High |
๐ก๏ธ Defend your stack โ OWASP, headers, secrets, and best practices
| Resource | Type | Link |
|---|---|---|
| ๐ท๏ธ OWASP Top 10 | Web vulnerability reference | owasp.org/Top10 |
| ๐ PortSwigger Academy | Free interactive labs | portswigger.net/web-security |
| ๐ด HackTheBox | Hands-on pentesting | hackthebox.com |
| ๐ TryHackMe | Guided learning paths | tryhackme.com |
| ๐ Security Headers | HTTP header scanner | securityheaders.com |
| ๐ OWASP Cheat Sheet | Developer cheat sheets | cheatsheetseries.owasp.org |
| ๐ต Pentester Lab | Vulnerability practice | pentesterlab.com |
| Tool | Type | Link |
|---|---|---|
| ๐ HashiCorp Vault | Secrets management | vaultproject.io |
| ๐ Doppler | Environment variables | doppler.com |
| ๐ Infisical | Open source secrets | infisical.com |
| ๐ AWS Secrets Manager | Managed secrets | aws.amazon.com/secrets-manager |
| ๐ต 1Password Secrets | Developer secrets | 1password.com/developers |
| ๐ฑ GitGuardian | Secret scanning | gitguardian.com |
| ๐ถ Trufflesec | Secret scanning | trufflesecurity.com |
| Tool | Purpose | Link |
|---|---|---|
| ๐ท๏ธ Burp Suite | Web app pentesting | portswigger.net/burp |
| ๐ OWASP ZAP | Automated scanner | zaproxy.org |
| ๐ SonarQube | SAST code quality | sonarqube.org |
| ๐ก๏ธ Snyk | Dependency vulnerabilities | snyk.io |
| ๐ต Semgrep | Static analysis | semgrep.dev |
| ๐ Dependabot | Automated updates | github.com/dependabot |
| ๐ LGTM | Code analysis | lgtm.com |
| ๐ npm audit | Node dependency scan | Built-in |
| Topic | Description | Reference |
|---|---|---|
| ๐ก๏ธ CSP | Content Security Policy | developer.mozilla.org/CSP |
| ๐ HTTPS/TLS | Encrypt all traffic | letsencrypt.org |
| ๐ CORS | Cross-origin resource sharing | developer.mozilla.org/CORS |
| ๐งน SQL Injection | Parameterized queries | owasp.org/sql-injection |
| ๐ฅ XSS | Sanitize user input | owasp.org/xss |
| ๐ญ CSRF | Cross-site request forgery | owasp.org/csrf |
| โฑ๏ธ Rate Limiting | Protect endpoints | upstash.com/ratelimit |
| ๐ HSTS | HTTP Strict Transport Security | developer.mozilla.org/HSTS |
๐๏ธ Design systems that scale โ patterns, principles, and architectural blueprints
| Pattern | Description | Best For |
|---|---|---|
| ๐๏ธ Monolith | Single unified application | Small teams, MVPs |
| ๐ง Microservices | Independent deployable services | Scale, large teams |
| ๐ Event-Driven | Services communicate via events | Async workflows |
| ๐ฆ Serverless | Function-based compute | Spiky workloads |
| ๐๏ธ Micro-Frontends | Independent frontend modules | Large frontend teams |
| ๐ง Onion Architecture | Domain-centric layered | Complex business logic |
| ๐ท CQRS | Separate reads from writes | High-scale reads |
| ๐ Event Sourcing | Store events, not state | Auditability |
| ๐ Hexagonal | Ports & Adapters | Testability |
| โ๏ธ BFF | Backend For Frontend | Multiple clients |
| Resource | Type | Link |
|---|---|---|
| ๐๏ธ System Design Primer | GitHub mega-guide | github.com/donnemartin/system-design-primer |
| ๐จ refactoring.guru | Design patterns + refactoring | refactoring.guru |
| ๐ ByteByteGo | System design newsletter | bytebytego.com |
| ๐ Clean Architecture | Robert Martin's book | cleancoder.com |
| ๐ต 12 Factor App | Cloud-native principles | 12factor.net |
| ๐ AWS Architecture Center | Reference architectures | aws.amazon.com/architecture |
| ๐ Martin Fowler's Blog | Architecture patterns | martinfowler.com |
| ๐ฏ Architectural Katas | Practice architecture | nealford.com/katas |
| Pattern | Description | Link |
|---|---|---|
| ๐ต REST | Stateless resource-based | restfulapi.net |
| ๐ฃ GraphQL | Graph-based querying | graphql.org |
| ๐ก gRPC | Protocol buffer RPC | grpc.io |
| ๐ท tRPC | TypeScript end-to-end | trpc.io |
| ๐ Event-driven API | AsyncAPI standard | asyncapi.com |
| ๐ก OpenAPI | REST API spec | openapis.org |
โ๏ธ Host, scale, and globally distribute your full-stack applications
| Platform | Free Tier | Edge? | Link |
|---|---|---|---|
| โฒ Vercel | Generous limits | โ | vercel.com |
| ๐ท Netlify | 100GB BW | โ | netlify.com |
| ๐ Cloudflare Pages | Unlimited BW | โ | pages.cloudflare.com |
| ๐ฅ Firebase Hosting | 10GB | โ | firebase.google.com/hosting |
| ๐ GitHub Pages | Unlimited OSS | โ | pages.github.com |
| ๐ Render Static | 100GB | โ | render.com |
| Platform | Free Tier | Best For | Link |
|---|---|---|---|
| ๐ฃ Railway | $5 credits | Full-stack | railway.app |
| ๐ต Render | 750 hrs/mo | Node/Python | render.com |
| ๐ Fly.io | 3 shared VMs | Containers | fly.io |
| ๐ถ Koyeb | 2 nano instances | Containers | koyeb.com |
| ๐ฏ Zeabur | Credits | Full-stack | zeabur.com |
| ๐ด Heroku | Paid only | PaaS | heroku.com |
| ๐ณ DigitalOcean App | $5 credit | Containers | digitalocean.com |
| Provider | Flagship Services | Free Tier | Link |
|---|---|---|---|
| ๐ AWS | EC2, Lambda, RDS, S3 | 12 months | aws.amazon.com |
| ๐ต Google Cloud | GKE, BigQuery, Vertex AI | $300 credits | cloud.google.com |
| ๐ท Azure | AKS, Functions, CosmosDB | $200 credits | azure.microsoft.com |
| ๐ DigitalOcean | Droplets, K8s, Managed DBs | $200 credits | digitalocean.com |
| ๐ฎ Vultr | Cloud compute, K8s | $250 credits | vultr.com |
| ๐ด Hetzner | Best price-to-performance | Free tier | hetzner.com |
| ๐ฃ Linode (Akamai) | Reliable, simple | $100 credits | linode.com |
| Service | Database | Free Tier | Link |
|---|---|---|---|
| ๐ Neon | PostgreSQL | 512MB | neon.tech |
| ๐ Supabase | PostgreSQL | 500MB | supabase.com |
| ๐ PlanetScale | MySQL | 5GB | planetscale.com |
| ๐ MongoDB Atlas | MongoDB | 512MB | mongodb.com/atlas |
| ๐ด Upstash | Redis/Kafka | 10K cmd/day | upstash.com |
| ๐ท Turso | SQLite/LibSQL | 9GB | turso.tech |
| ๐ต Aiven | Multi-DB | Trial | aiven.io |
| ๐ธ Xata | Postgres + Search | 15GB | xata.io |
| Platform | Runtime | Link |
|---|---|---|
| โก Vercel Functions | Node/Edge | vercel.com/docs/functions |
| ๐ท Netlify Functions | Node/Go | docs.netlify.com/functions |
| ๐ Cloudflare Workers | JS/WASM | workers.cloudflare.com |
| ๐ AWS Lambda | Multi-runtime | aws.amazon.com/lambda |
| ๐ต GCP Cloud Functions | Multi-runtime | cloud.google.com/functions |
| ๐ถ Deno Deploy | TypeScript/JS | deno.com/deploy |
| ๐ Bun on Railway | TypeScript/JS | railway.app |
๐๏ธ Scale your codebase โ manage multiple apps and packages in one unified repository
| Tool | Language | Approach | Link |
|---|---|---|---|
| ๐ Turborepo | JavaScript/TypeScript | Task caching | turbo.build |
| ๐ท Nx | JavaScript/TypeScript | Integrated toolchain | nx.dev |
| ๐ Rush | JavaScript/TypeScript | Enterprise | rushjs.io |
| ๐ต Lerna | JavaScript | Package publishing | lerna.js.org |
| ๐ pnpm Workspaces | JavaScript | Built-in pnpm | pnpm.io/workspaces |
| ๐ฆ Yarn Workspaces | JavaScript | Built-in Yarn | yarnpkg.com/features/workspaces |
| ๐ฃ Bazel | Multi-language | Build system | bazel.build |
| ๐ด Pants | Python/Java | Build system | pantsbuild.org |
| Tool | Speed | Disk | Link |
|---|---|---|---|
| ๐ฆ npm | Medium | High | npmjs.com |
| ๐งถ Yarn Berry | Fast | Medium | yarnpkg.com |
| ๐ต pnpm | Fastest | Lowest | pnpm.io |
| ๐ Bun | Fastest | Low | bun.sh |
| Pattern | Description | Tool |
|---|---|---|
| ๐ Shared UI Library | Component packages across apps | Storybook + Turborepo |
| ๐ง Shared Config | ESLint/TS configs as packages | npm workspaces |
| ๐ Shared Types | TypeScript types package | tsc + pnpm |
| ๐ Shared Utils | Common helper functions | Any monorepo tool |
| ๐งช Shared Testing Utils | Test helpers and mocks | Vitest + workspaces |
| Tool | Purpose | Link |
|---|---|---|
| ๐ท Changesets | Version & changelog management | github.com/changesets/changesets |
| ๐ธ syncpack | Keep package.json versions in sync | github.com/JamieMason/syncpack |
| ๐ต manypkg | Monorepo package validator | github.com/Thinkmill/manypkg |
| ๐ Ultra | Fast npm task runner | github.com/nicolo-ribaudo/ultra |
| โก wireit | Smart script caching | github.com/google/wireit |
๐ Give back to the ecosystem that built you
| Platform | Description | Link |
|---|---|---|
| ๐ GitHub Trending | Today's hottest repos | github.com/trending |
| ๐ฑ Good First Issue | Curated beginner issues | goodfirstissue.dev |
| ๐ฟ First Timers Only | First-time contributor issues | firsttimersonly.com |
| ๐ถ Up For Grabs | Projects actively seeking help | up-for-grabs.net |
| ๐ CodeTriage | Daily open source issues | codetriage.com |
| ๐ Issuehub | Search by label | issuehub.pro |
| ๐บ๏ธ OSS Guide | How to contribute | opensource.guide |
| ๐ธ 24 Pull Requests | December OSS event | 24pullrequests.com |
| License | Type | Commercial Use | Modify & Distribute | Link |
|---|---|---|---|---|
| ๐ MIT | Permissive | โ | โ | opensource.org/MIT |
| ๐ต Apache 2.0 | Permissive | โ | โ (w/ notice) | apache.org/licenses |
| ๐ก BSD 3-Clause | Permissive | โ | โ | opensource.org/BSD-3 |
| ๐ด GPL v3 | Strong copyleft | โ | โ (same license) | gnu.org/licenses/gpl-3.0 |
| ๐ฃ LGPL v3 | Weak copyleft | โ | gnu.org/licenses/lgpl | |
| ๐ MPL 2.0 | Weak copyleft | โ | โ | mozilla.org/MPL |
| โญ AGPL v3 | Network copyleft | โ (same license) | gnu.org/licenses/agpl-3.0 | |
| ๐ฏ ISC | Permissive | โ | โ | opensource.org/ISC |
| ๐ Unlicense | Public Domain | โ | โ | unlicense.org |
| Project | Tech | Stars | Contribute |
|---|---|---|---|
| โฒ Next.js | TypeScript | 120K+ | github.com/vercel/next.js |
| ๐ Supabase | TypeScript | 68K+ | github.com/supabase/supabase |
| ๐ท Prisma | TypeScript | 37K+ | github.com/prisma/prisma |
| ๐บ SvelteKit | TypeScript | 18K+ | github.com/sveltejs/kit |
| ๐ด Remix | TypeScript | 29K+ | github.com/remix-run/remix |
| ๐ Hono | TypeScript | 18K+ | github.com/honojs/hono |
| ๐ Mantine | TypeScript | 25K+ | github.com/mantinedev/mantine |
| ๐ญ Playwright | TypeScript | 65K+ | github.com/microsoft/playwright |
๐ก Build real things. Solve real problems. Grow real skills.
| Project | Stack | Key Skills | Difficulty |
|---|---|---|---|
| ๐ Todo App + Auth | Next.js + Supabase | CRUD, Auth, DB | โญโญ |
| ๐ค๏ธ Weather Dashboard | React + FastAPI | REST APIs, Charts | โญโญ |
| ๐ Personal Blog | Next.js + MDX | SSG, CMS, SEO | โญโญ |
| ๐ธ Expense Tracker | React + Express + MongoDB | CRUD, Charts | โญโญ |
| ๐ Bookmark Manager | Vue + Node + PostgreSQL | CRUD, Search, Tags | โญโญ |
| ๐ด Flashcard App | SvelteKit + SQLite | Spaced repetition, Auth | โญโญ |
| ๐ Poll / Survey App | Next.js + Prisma | Real-time, Auth | โญโญโญ |
| ๐๏ธ Habit Tracker | React + Supabase | Auth, Charts, Streaks | โญโญโญ |
| Project | Stack | Key Skills | Difficulty |
|---|---|---|---|
| ๐ฌ Real-time Chat | Next.js + Pusher/WebSockets | WS, Auth, Rooms | โญโญโญ |
| ๐ E-commerce Store | Next.js + Stripe + DB | Payments, Cart, Admin | โญโญโญโญ |
| ๐ธ Photo Gallery | Remix + Cloudinary + DB | Upload, CDN, Auth | โญโญโญ |
| ๐๏ธ Kanban Board | React + DnD + Supabase | Drag-drop, Real-time | โญโญโญ |
| ๐งพ Invoice Generator | Next.js + PDF + Stripe | PDF gen, Payments | โญโญโญ |
| ๐ต Music Player | React + Express + S3 | Audio, File upload, DB | โญโญโญ |
| ๐ Stock Tracker | Next.js + Alpha Vantage | APIs, Charts, Auth | โญโญโญ |
| ๐บ๏ธ Event Finder | React + Maps + Auth | Geo, Maps, CRUD | โญโญโญ |
| ๐ Markdown Notes | Electron/Tauri + SQLite | Desktop, Sync | โญโญโญ |
| ๐ฅ Team Collaboration | Next.js + WS + DB | Auth, Real-time, RBAC | โญโญโญโญ |
| Project | Stack | Key Skills | Difficulty |
|---|---|---|---|
| ๐ค AI Chat Platform | Next.js + OpenAI + Vector DB | LLM, RAG, Streaming | โญโญโญโญโญ |
| ๐ฎ Multiplayer Game | Node.js + Socket.io + Redis | Real-time, State sync | โญโญโญโญโญ |
| ๐ฆ Twitter/X Clone | Next.js + NestJS + PostgreSQL | Social, Feed, Scale | โญโญโญโญโญ |
| ๐ฅ Video Platform | Next.js + FFmpeg + CDN | Video proc, Streaming | โญโญโญโญโญ |
| ๐ช Marketplace | Next.js + Stripe + Microservices | Multi-vendor, Scale | โญโญโญโญโญ |
| ๐ Analytics Platform | React + ClickHouse + Kafka | Big data, Events | โญโญโญโญโญ |
| ๐ง Developer SaaS | Next.js + Stripe + K8s | Billing, Auth, Scale | โญโญโญโญโญ |
| ๐ค Notion Clone | React + CRDT + Y.js | Collaborative editing | โญโญโญโญโญ |
| ๐ CI/CD Dashboard | React + WebSockets + Docker | DevOps, Real-time | โญโญโญโญ |
| ๐ Real Estate Platform | Next.js + Maps + ML | Search, Geo, AI pricing | โญโญโญโญโญ |
We welcome contributions of every kind โ new resources, corrections, improved descriptions, or entirely new sections.
# 1. Fork this repository
# 2. Create a feature branch
git checkout -b feat/add-awesome-resource
# 3. Make your changes following the format:
# | ๐ง **Resource Name** | Brief description | Link |
# 4. Commit with a clear message
git commit -m "feat: add [Resource Name] to [Section]"
# 5. Open a Pull Request ๐
git push origin feat/add-awesome-resource๐ Guidelines: Resources must be actively maintained, documented, and genuinely useful to full-stack developers. Tutorials must be current (within 2 years). No spam or affiliate links.
Distributed under the MIT License. See LICENSE for more information.
Free to use, share, and adapt โ just give credit. โค๏ธ
โโโโโโโโโโโ โโโโโโ โโโ โโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโ โโโ
โโโโโโโโโโโ โโโโโโ โโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโ
โโโโโโ โโโ โโโโโโ โโโ โโโโโโโโ โโโ โโโโโโโโโโโ โโโโโโโ
โโโโโโ โโโ โโโโโโ โโโ โโโโโโโโ โโโ โโโโโโโโโโโ โโโโโโโ
โโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโ โโโ โโโ โโโโโโโโโโโโโโ โโโ
โโโ โโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโ โโโ โโโ โโโ โโโโโโโโโโ โโโ
JUNIOR DEV SENIOR DEV
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
"I'll finish this in 2 hours" "I'll finish this in 2 weeks"
Googles syntax Googles everything, just faster
5 tabs open 300 tabs open, 250 are MDN
"I fixed it!" "I don't know why it works either"
Writes README last Writes README never
One branch: main git branch | wc -l = 47
Closes laptop at 5pm "just one more bug..." [3 AM]
npm install reads the source code
Level 1: "Hello World" works! ๐
Level 5: Build a todo app โ
Level 10: "I know JavaScript" ๐ค
Level 15: Learn TypeScript ๐ค
Level 20: "I know TypeScript" ๐ญ
Level 25: Add a database ๐ฅ
Level 30: "Why won't it scale?" ๐ฐ
Level 35: Kubernetes ๐
Level 40: "This is fine" ๐ฅ๐ถ๐ฅ
Level 50: Becomes a consultant ๐ฐ
Level โ: Still Googling CORS ๐
"A full-stack developer is someone who is bad at two things instead of one."
โ Someone who has seen things ๐ด
Made with ๐ + โ + ๐ + ๐ฅ by the community