6 developer archetypes. 11 programming languages. The platforms, tools, and power moves that define each tribe.
6
Dev Types
11
Languages
6
Platforms
Scroll
01 — Archetypes
DEVELOPER TYPES
Every codebase is built by one of these six archetypes. Which one are you?
01
FRONTEND ENGINEER
Architect of the visible web
Turns design mockups into pixel-perfect, blazing-fast, interactive experiences. Masters the browser, the DOM, and the art of making users forget they're using software.
React / Next.js / TypeScript / Tailwind
JavaScript
TypeScript
CSS
Power Move
"Ships 60fps animations without a single dropped frame"
02
BACKEND ENGINEER
Guardian of the server realm
Builds the invisible fortress — APIs, databases, auth, caching, queues. Everything that powers the app while nobody's watching. Obsessed with uptime and query optimization.
Python / FastAPI / PostgreSQL / Redis / Docker
Python
Go
SQL
Power Move
"Handles 100k req/s on a single server with zero cold starts"
03
MOBILE DEVELOPER
Master of the pocket computer
Crafts native experiences for glass rectangles that live in pockets. Navigates platform SDKs, hardware APIs, and the brutal App Store review process — then ships flawless UX anyway.
Swift (iOS) · Kotlin (Android) · Flutter (Cross)
Swift
Kotlin
Dart
Power Move
"Ships buttery 120fps UI that still works with no internet"
04
SYSTEMS ENGINEER
Closer to the metal than most dare
Writes code that talks directly to hardware. Memory is manual, performance is surgical. Compilers, kernels, embedded systems — if it runs on silicon, they can tame it.
Rust / C++ / LLVM / No GC / No Mercy
Rust
C++
Power Move
"Squeezes 10x performance from code that was already "fast enough""
05
FULL STACK DEVELOPER
End-to-end architect of digital products
Speaks every layer of the stack fluently. Context-switches between database schemas and CSS animations without blinking. The Swiss army knife that ships complete products solo.
"Deploys a fully functional app with auth, DB and payments in one weekend"
06
DEVOPS / PLATFORM ENGINEER
Keeper of the infrastructure kingdom
Automates everything that can be automated. Builds the roads developers drive on — CI/CD, container orchestration, infrastructure as code. When prod goes down, they wake up.