Career tracks
90 career tracks · 12 professional domains. A track opens for applications once its competencies and projects are in place. Those still in preparation are shown so you can see what is coming.
AI, Data & Automation
- Applied AIapplied-ai
- AI Automationai-automation
- AI Agentsai-agents
- Data Analyticsdata-analytics
- Data Engineeringdata-engineering
- Business Intelligencebusiness-intelligence
- Machine Learningmachine-learning
- Computer Visioncomputer-vision
- RAG Systemsrag-systems
- AI Product Operationsai-product-operations
- Business Process Automationbusiness-process-automation
Administrative & Professional Services
- Documentationdocumentation
- Translation Operationstranslation-operations
- Administrative Operationsadministrative-operations
- Customer Servicecustomer-service
- Event Coordinationevent-coordination
- Executive Supportexecutive-support
Business & Management
- Business Analysisbusiness-analysis
- Business Administrationbusiness-administration
- Operations Managementoperations-management
- Project Coordinationproject-coordination
- Process Improvementprocess-improvement
- Entrepreneurshipentrepreneurship
- Digital Transformationdigital-transformation
- Customer Experiencecustomer-experience
Creative & Product
- UI UXui-ux
- Graphic Designgraphic-design
- Product Designproduct-design
- Brand Designbrand-design
- Videovideo
- Digital Contentdigital-content
- Mediamedia
Cybersecurity
- Cybersecurity Foundationscybersecurity-foundations
- Security Operationssecurity-operations
- Secure Developmentsecure-development
- Security Awarenesssecurity-awareness
- Governance and Risk Fundamentalsgovernance-and-risk-fundamentals
Electronics & Engineering
- Electronicselectronics
- Embedded Systemsembedded-systems
- IoTiot
- Smart Systemssmart-systems
- Automationautomation
- Technical Product Developmenttechnical-product-development
Finance & Commercial Operations
- Financial Administrationfinancial-administration
- Commercial Analysiscommercial-analysis
- Pricing Analysispricing-analysis
- Cost Analysiscost-analysis
- Business Modellingbusiness-modelling
HR & People Operations
- Recruitment Operationsrecruitment-operations
- Talent Acquisitiontalent-acquisition
- HR Administrationhr-administration
- Onboardingonboarding
- L and D Coordinationl-and-d-coordination
- People Operationspeople-operations
Logistics & Operations
- Order Managementorder-management
- Logistics Operationslogistics-operations
- Dispatchdispatch
- Customer Operationscustomer-operations
- Service Operationsservice-operations
- Procurement Supportprocurement-support
- Operations Analyticsoperations-analytics
- Process Optimisationprocess-optimisation
Marketing & Commerce
- Digital Marketingdigital-marketing
- Performance Marketingperformance-marketing
- Social Mediasocial-media
- Contentcontent
- SEOseo
- E-commerce Operationse-commerce-operations
- Marketing Automationmarketing-automation
- Marketing Analyticsmarketing-analytics
Sales & Business Development
- B2B Salesb2b-sales
- Lead Generationlead-generation
- Business Developmentbusiness-development
- CRM Operationscrm-operations
- Account Managementaccount-management
- Customer Successcustomer-success
- Partnershipspartnerships
Technology & IT
- Software Engineeringsoftware-engineering
- Frontendfrontend
- Backendbackend
- Full Stackfull-stack
- Mobilemobile
- QAqa
- DevOpsdevops
- Cloudcloud
- IT Supportit-support
- Systems Administrationsystems-administration
- Networkingnetworking
- ERP Odooerp-odoo
- Systems Analysissystems-analysis
Open curricula
Material published by others under open licences. We link to it rather than reproduce it — linking is permitted by all of these, copying is not always, and the licence of each is shown so nobody has to guess.
- freeCodeCamp
Browser-based projects covering semantic HTML, flexbox, grid and responsive layout, with checkpoints at each step.
- freeCodeCamp
JavaScript from syntax through to data structures, built around exercises rather than lectures.
- OSSU
A degree-shaped path through free university courses. The plan is openly licensed; the courses it points at each carry their own terms.
- Project Based Learning ↗referencepractical-tutorials
Build-it-yourself tutorials by language — useful when a participant wants a second project to practise on.
- MDN — HTML elements reference ↗referenceMDN Web Docs
The reference for what each element means. The standard answer to 'which element should this be'.
- MDN — CSS layout guide ↗referenceMDN Web Docs
Flexbox, grid and the rest, explained with the trade-offs rather than as recipes.
- MDN — Forms and accessibility ↗referenceMDN Web Docs
Labels, validation and error reporting that a screen reader can follow.
- Pro Git ↗bookScott Chacon and Ben Straub
The Git book. Chapters 2 and 3 cover everything the version-control competency asks for.
- The Odin Project
A demanding, well-sequenced path through web fundamentals. Free to work through; its material is NonCommercial, so we link to it and never copy it.
- Full Stack Open ↗courseUniversity of Helsinki
Modern JavaScript, React and Node, taught as one continuous build. NonCommercial, so linked rather than reproduced.
- The Rust Project
The official Rust book. Notable for teaching ownership as a way of thinking rather than a syntax rule.
- Kubernetes documentation ↗referenceThe Kubernetes Authors
Concepts and tasks for container orchestration, from a single pod to a production cluster.
- OWASP Cheat Sheet Series ↗referenceOWASP
Concise, specific guidance on the security decisions developers actually face — authentication, session handling, input validation.
- The Art of Command Line ↗referenceJoshua Levy and contributors
One page that turns competent shell use into fluent shell use. Worth reading twice.