⚛ Frontend Frameworks 1
⚡ Backend Frameworks 1
🗃 Databases 9
PostgreSQL
The world's most advanced open-source relational database. Structured data, real relations, rock-solid.
relationalMySQL
The classic web database — powers a huge share of the internet. Fast, familiar, well-supported.
relationalSQLite
A complete SQL database in a single file. No server, no setup — perfect for learning and small apps.
relationalMongoDB
The leading document database. Flexible schemas, JSON-like documents, great for evolving data.
documentRedis
Blazing-fast in-memory store. Caching, sessions, queues, real-time — when speed is everything.
in-memoryOracle Database
The enterprise heavyweight. Powers banks and large corporations where reliability is non-negotiable.
relationalAWS RDS
Managed relational databases in the cloud — PostgreSQL or MySQL without managing the server yourself.
managedAWS DynamoDB
Amazon's managed NoSQL — scales to any size automatically. Serverless data at massive scale.
managedSupabase
PostgreSQL with an instant API, auth, and realtime built in. The open-source Firebase alternative.
managed☁ Cloud & Infrastructure 8
Docker
Package your app and everything it needs into a container that runs identically anywhere.
containersDocker Compose
Run multi-part apps — your server plus its database — together with one command.
containersKubernetes
Orchestrate containers at scale. The standard for running large systems in production.
containersAWS
Amazon Web Services — the largest cloud platform. EC2, S3, Lambda, and hundreds more services.
platformGoogle Cloud
Google's cloud platform — strong in data, ML, and Kubernetes.
platformAzure
Microsoft's cloud — deep enterprise and Windows integration.
platformCloudflare
Edge platform — Pages, Workers, D1, R2. Deploy globally, close to your users, often free.
platformTerraform
Infrastructure as code — define your cloud setup in files, version it, reproduce it anywhere.
iac🔧 Dev Tools & Platforms 6
Git
The version control system behind almost all software. Track changes, branch, collaborate.
vcsGitHub
Where the world's code lives. Host repositories, review code, and collaborate.
vcsGitHub Actions
Automate testing and deployment right from your repository — CI/CD built into GitHub.
cicdJenkins
The classic automation server. Build, test, and deploy pipelines — self-hosted and powerful.
cicdVS Code
The most popular code editor. Fast, extensible, free — set it up right and code faster.
editorLinux Command Line
The terminal every developer needs. Navigate, manipulate files, and run tools like a pro.
cliMore technologies are added continuously. See how they fit into domains →