// The Developer Universe

WHOBUILDSBUILDSTHE WORLD

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.

Next.js / TypeScript / PostgreSQL / Prisma / Vercel
TypeScript
Python
SQL
Power Move
"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.

Kubernetes / Terraform / Helm / ArgoCD / Prometheus
Go
Python
SQL
Power Move
"Zero-downtime deploys with automatic rollback before users notice"
02 — Languages

CODE LANGUAGES

From memory-safe systems code to declarative UI styles — the full linguistic spectrum.

1995
JAVASCRIPT
Multi-paradigm
interpreted
2012
TYPESCRIPT
Typed JavaScript
compiled
1991
PYTHON
Multi-paradigm
interpreted
2010
RUST
Systems / Safe concurrency
compiled
2009
GO
Concurrent / Systems
compiled
2014
SWIFT
Protocol-oriented / OOP
compiled
2011
KOTLIN
OOP / Functional
compiled
1985
C++
Systems / OOP / Low-level
compiled
2011
DART
OOP / UI-driven
compiled
1974
SQL
Declarative / Query
query
1994
CSS
Declarative / Styling
markup
03 — Platforms

PLATFORM MATRIX

Where each developer archetype deploys their craft — the targets of every keystroke.

Developer
Web
Mobile
Desktop
Cloud
CLI
Embedded
Frontend Engineer
frontend
Backend Engineer
backend
Mobile Developer
mobile
Systems Engineer
systems
Full Stack Developer
fullstack
DevOps / Platform Engineer
devops
WEB
2 dev types
MOBILE
1 dev type
DESKTOP
1 dev type
CLOUD
3 dev types
CLI
2 dev types
EMBEDDED
1 dev type