Parallel Track · Industry Domains

Software Development
Across Industries

Every industry has its own jargon, regulations, and standard toolkits. This is a drill-down map of the domains where software engineers build their careers — from finance to industrial automation, healthcare to gaming.

Tip: each domain opens with Basic Concepts, then drills into sub-segments, standards, and typical tech stacks.

The Industry Map

Twenty domains where software runs the show. Click a tile to drill down.
01
Finance / FinTech
Banking, payments, trading, wealth, insurance.
02
Healthcare
EHR, telemedicine, medical devices, pharma.
03
ERP
SAP, Oracle, Dynamics — the corporate spine.
04
CRM & MarTech
Sales, marketing, customer journeys.
05
E-commerce / Retail
Storefronts, POS, omnichannel.
06
Industrial Automation
PLCs, SCADA, Industry 4.0, IIoT.
07
Cybersecurity
SOC, SIEM, IAM, threat intel.
08
Telecom
5G, OSS/BSS, billing, network ops.
09
Gaming
Engines, multiplayer, monetization.
10
Media / Streaming
OTT, CDN, DRM, CMS, adtech.
11
EdTech
LMS, content delivery, assessments.
12
Government / GovTech
Citizen services, identity, compliance.
13
Logistics / SCM
WMS, TMS, tracking, last-mile.
14
Travel & Hospitality
GDS, PMS, bookings, loyalty.
15
Energy / Utilities
Smart grid, metering, renewables.
16
Real Estate / PropTech
Listings, CRE, smart buildings.
17
Agriculture / AgriTech
Precision farming, supply traceability.
18
Automotive
Infotainment, ADAS, connected car.
19
Aerospace / Defense
Avionics, mission systems, safety.
20
LegalTech
Contract mgmt, e-discovery, compliance.
21
Blockchain / Web3
Crypto, smart contracts, DeFi, NFTs.
Domain 01

Finance & FinTech

↑ Back to Map

Software in finance moves trillions of dollars daily. Accuracy, auditability, and latency are non-negotiable.

Basic Concepts

  • Transaction: a movement of money or a security. Must be atomic and auditable.
  • Ledger: the system of record — debits and credits that always balance.
  • KYC / AML: "Know Your Customer" and "Anti-Money-Laundering" checks are legally required.
  • Settlement: the final transfer. Real-time (UPI, FedNow) vs T+1/T+2 (stocks).
  • Reconciliation: matching records between systems to prove nothing was lost.
Sub-Segments
Core Banking

Accounts, deposits, loans. Temenos, Finacle, FIS, Mambu.

Payments

Cards, UPI, ACH, SEPA, real-time rails. Stripe, Adyen, PayPal.

Capital Markets

Trading, clearing, OMS/EMS. Bloomberg, Murex, Calypso.

Wealth Management

Portfolio mgmt, robo-advisors. BlackRock Aladdin, SS&C.

Insurance (InsurTech)

Policy admin, claims, actuarial. Guidewire, Duck Creek.

Risk & Compliance (RegTech)

Fraud detection, sanctions screening, AML.

Lending / BNPL

Credit scoring, underwriting, servicing.

Accounting / Treasury

GL, close, forecasting. SAP, Oracle, Workday.

Regulations & Standards
StandardScope
PCI-DSSStoring/handling card data — very strict.
SOXUS public-company financial reporting controls.
Basel IIIBank capital & liquidity rules.
MiFID IIEU investor protection & market transparency.
PSD2 / Open BankingEU payment APIs; consent-based data sharing.
ISO 20022Modern financial messaging standard.
SWIFT / FIX / FpMLInterbank, trading, derivatives messaging.
Typical Tech Stack
Java / ScalaC++ (HFT)Python (quant) KafkaOracle / DB2 / PostgreSQLkdb+ (time-series) Spring BootAkkaMainframe (COBOL for legacy core)

Engineers here live with audit trails, idempotency, and 99.999% uptime. Latency in trading is measured in microseconds.

Domain 02

Healthcare / HealthTech

↑ Back to Map

Software in healthcare must protect patient data, integrate with decades-old systems, and sometimes help save lives.

Basic Concepts

  • EHR / EMR: Electronic Health/Medical Record — the patient's digital chart.
  • PHI: Protected Health Information. Treat it like radioactive material.
  • Interoperability: different hospital systems talking to each other.
  • Clinical vs Administrative: diagnoses & treatments vs billing & scheduling.
Sub-Segments
EHR / Hospital Info Systems

Epic, Cerner (Oracle Health), Allscripts, Meditech.

Telemedicine

Teladoc, Amwell — video consults, e-prescriptions.

Medical Devices / SaMD

Imaging, infusion pumps, wearables. Software is a medical device.

Pharma & Clinical Trials

Veeva, Medidata — study mgmt, CTMS, EDC.

Health Analytics

Population health, readmission risk, AI diagnostics.

Billing & Claims

Revenue-cycle mgmt, payer/provider integration.

Standards & Regulations
StandardWhat it does
HIPAA (US)Patient privacy & security rules.
GDPR (EU)General data protection — extra-sensitive for health.
HL7 v2 / v3 / FHIRHealthcare data exchange formats. FHIR is the modern API standard.
DICOMMedical imaging format & network protocol.
ICD-10, SNOMED CT, LOINCStandard codes for diagnoses, concepts, lab tests.
FDA 21 CFR Part 11Electronic records & signatures for regulated products.
IEC 62304Medical device software lifecycle.
Typical Tech Stack
Java / .NETPython (analytics/AI)SQL Server / Oracle HL7 FHIR APIsMirth Connect / RhapsodyAzure Health Data Services AWS HealthLake
Domain 03

Enterprise Resource Planning (ERP)

↑ Back to Map

ERP is the digital spine of a company — one integrated system tracking finance, people, inventory, and operations.

Basic Concepts

  • Modules: Finance (GL/AP/AR), HR, Supply Chain, Manufacturing, CRM — all sharing one database.
  • Master Data: customers, vendors, materials — the shared nouns of the business.
  • Transactions: sales orders, purchase orders, journal entries — the verbs.
  • Customization vs Configuration: configure when possible, customize only when forced — upgrades are easier.
  • Implementation is typically a multi-year program, not a project.
Major ERP Platforms
SAP S/4HANA

Largest vendor; in-memory HANA DB, ABAP/Fiori UI. Dominates Fortune 500.

Oracle Fusion / NetSuite

Fusion for large enterprise; NetSuite for mid-market, cloud-native.

Microsoft Dynamics 365

F&O + Business Central; tight Office/Azure integration.

Workday

HCM-first, strong in financials for services firms.

Infor

Industry-specialized clouds (manufacturing, healthcare, hospitality).

Odoo / ERPNext

Open-source, mid-market, rapid deployment.

Key Modules
ModuleCovers
FI / COFinancial & management accounting.
MM / SDMaterials & purchasing, sales & distribution.
PP / QMProduction planning & quality management.
HCMHuman capital — payroll, benefits, talent.
WM / EWMWarehouse management.
PM / EAMPlant maintenance & enterprise asset mgmt.
Typical Tech Stack
ABAP (SAP)SAP UI5 / FioriSAP BTP Oracle APEX / ADFX++ (Dynamics)SAP CPI / MuleSoft / Boomi IDoc / BAPI / OData APIs

ERP careers split into functional consultants (know the business process) and technical consultants (write the extensions and integrations).

Domain 04

CRM & Marketing Technology

↑ Back to Map

Where a company meets its customers — sales pipelines, support, marketing journeys, and analytics.

Basic Concepts

  • Lead → Opportunity → Customer: the classic sales funnel modeled in CRM.
  • Customer 360: one unified view of every interaction across channels.
  • Attribution: which marketing dollar produced which sale.
  • Consent & Privacy: GDPR/CCPA make marketing data handling strict.
CRM Platforms
Salesforce

Market leader — Sales / Service / Marketing Clouds + huge AppExchange.

HubSpot

Inbound marketing + CRM; strong for SMB.

Microsoft Dynamics 365 CE

Tight integration with Outlook, Teams, Power Platform.

Zoho / Freshsales / Pipedrive

Affordable alternatives for SMBs.

ServiceNow

IT service mgmt that expanded into customer workflows.

MarTech Stack
LayerTools
CDP (Customer Data Platform)Segment, mParticle, Tealium
Marketing AutomationMarketo, Eloqua, Pardot, Braze, Iterable
Email / SMSSendGrid, Mailchimp, Twilio, Klaviyo
AnalyticsGoogle Analytics 4, Mixpanel, Amplitude, Adobe Analytics
AdTechDSPs, DMPs, programmatic ad platforms
Content / CMSAdobe Experience Manager, Contentful, Sitecore
Typical Tech Stack
Apex / LWC (Salesforce)JavaScript / TypeScriptREST APIs / Webhooks Snowflake / BigQueryKafka (event streams)React (customer portals)
Domain 05

E-commerce & Retail

↑ Back to Map

Selling anything online — from a single product to a global marketplace — plus the in-store systems that keep physical retail running.

Basic Concepts

  • Catalog: products, variants, categories, prices.
  • Cart & Checkout: the conversion funnel; every second of latency costs sales.
  • Order Management: once paid, orchestrate fulfillment from warehouse to door.
  • Inventory: real-time stock across channels and warehouses.
  • Omnichannel: buy online, pick up in store, return anywhere.
Platforms & Segments
Storefront Platforms

Shopify, BigCommerce, Magento (Adobe Commerce), Salesforce Commerce Cloud, SAP Commerce.

Marketplaces

Amazon, eBay, Etsy, Flipkart — third-party seller models.

Headless Commerce

commercetools, Elastic Path — API-first, decouple UI from commerce.

Point of Sale (POS)

Square, Lightspeed, Toast — in-store transactions.

Product Info Mgmt (PIM)

Akeneo, Salsify — canonical product data.

Subscriptions / D2C

Recharge, Chargebee, Stripe Billing.

Standards & Concepts
  • PCI-DSS for handling card data (often offloaded to Stripe/Adyen via hosted fields).
  • 3-D Secure 2 for strong customer authentication on card payments.
  • Tax: Avalara, TaxJar, Vertex — tax is hard and jurisdiction-specific.
  • Personalization & recommendations drive huge revenue lifts.
  • SEO, Core Web Vitals are first-class concerns for organic traffic.
Typical Tech Stack
Next.js / NuxtNode.js / PHP / JavaGraphQL Redis / ElasticsearchStripe / AdyenCloudflare / Fastly (CDN) Algolia (search)
Domain 06

Industrial Automation & IIoT

↑ Back to Map

Factories, refineries, power plants. Where "down for five minutes" costs six figures — and safety is the top line.

Basic Concepts

  • OT vs IT: Operational Technology runs machines; IT runs offices. They now converge but live by different rules.
  • PLC: Programmable Logic Controller — a rugged computer that controls machines in real time.
  • SCADA: supervisory software that monitors & controls an entire plant.
  • The Purdue Model: layered reference for plant networks (levels 0–5).
  • Industry 4.0 / IIoT: connect machines to cloud for analytics, predictive maintenance, digital twins.
The Automation Pyramid
LevelRoleExamples
L0 FieldSensors, actuators.Temperature probes, valves.
L1 ControlPLCs, DCSs — real-time control loops.Siemens S7, Rockwell ControlLogix.
L2 SupervisorySCADA & HMI — operators watch and intervene.Ignition, Wonderware, WinCC.
L3 MESManufacturing Execution — schedules, batches, quality.Siemens Opcenter, Rockwell FactoryTalk.
L4 ERPBusiness planning.SAP, Oracle.
Protocols & Standards
OPC UA

Modern unified industrial protocol — secure, cross-vendor.

Modbus / PROFINET / EtherNet/IP

Ubiquitous shop-floor protocols.

MQTT / Sparkplug B

Lightweight pub/sub for IIoT telemetry.

ISA-95 / ISA-88

Reference models for integration & batch processes.

IEC 61131-3

PLC programming languages (Ladder, ST, FBD).

IEC 62443

Security for industrial control systems.

Emerging Tech
  • Digital twin — a live software model of a physical asset.
  • Edge computing — compute at the plant to cut cloud latency.
  • Predictive maintenance — ML on vibration/temp data to fix things before they break.
  • AR/VR for field-service overlays and training.
C / C++Ladder Logic / Structured TextPython (analytics) MQTTInfluxDB / TimescaleDBAWS IoT / Azure IoT Hub Ignition
Domain 07

Cybersecurity

↑ Back to Map

The software that protects all the other software — and the people who design, build, and operate it.

Basic Concepts

  • CIA Triad: Confidentiality, Integrity, Availability — what security aims to protect.
  • Defense in Depth: layered controls so no single failure is catastrophic.
  • Zero Trust: never trust, always verify — even inside the network.
  • Red vs Blue vs Purple Team: attack, defend, and collaborate.
  • SOC: Security Operations Center — 24/7 monitoring & response.
Segments
IAM

Identity & Access Mgmt. Okta, Ping, Entra ID, Auth0.

SIEM / XDR

Log aggregation & detection. Splunk, Sentinel, Elastic SIEM.

Endpoint (EDR)

CrowdStrike, SentinelOne, Defender.

Network Security

Palo Alto, Fortinet, Cisco. Firewalls, IDS/IPS.

Cloud Security (CSPM/CNAPP)

Wiz, Prisma Cloud, Orca.

App Security (AppSec)

SAST, DAST, SCA, WAF. Snyk, Veracode, Checkmarx.

Secrets & PKI

Vault, AWS Secrets Manager, certificate mgmt.

GRC

Governance, Risk, Compliance. Archer, ServiceNow GRC.

Frameworks & Standards
FrameworkPurpose
NIST Cybersecurity FrameworkIdentify, Protect, Detect, Respond, Recover.
ISO 27001 / 27002Information security management system.
MITRE ATT&CKAttacker tactics & techniques — the shared playbook.
OWASP Top 10Most common web vulnerabilities.
CIS BenchmarksHardening guides for OS, cloud, apps.
SOC 2 Type IITrust & controls audit — table stakes for B2B SaaS.
Specialist Tracks
Offensive

Pentesting, red team, bug bounty.

Defensive

SOC analyst, threat hunting, IR.

Forensics

Incident investigation, chain of custody.

Cryptography

TLS, HSMs, post-quantum.

DevSecOps

Security in the CI/CD pipeline.

OT Security

Protecting industrial systems.

Domain 08

Telecommunications

↑ Back to Map

The networks that move voice, text, and data across the planet — and the software that runs them.

Basic Concepts

  • Generations: 2G (voice/SMS) → 3G (data) → 4G/LTE (broadband) → 5G (low-latency, IoT, slicing).
  • RAN, Core, Transport: radio access → core packet network → backbone links.
  • OSS vs BSS: Operations Support (run the network) vs Business Support (bill & serve customers).
  • NFV / SDN: run network functions as software on commodity hardware.
Software Segments
Billing & Charging

Amdocs, Netcracker, CSG. Real-time rating for prepaid.

OSS

Inventory, provisioning, fault/performance. Netcracker, Oracle, Ericsson.

Network Orchestration

ONAP, Cisco NSO — automate VNF/CNF lifecycle.

IMS / VoIP / SIP

Modern voice runs on IP. Kamailio, FreeSWITCH, Asterisk.

Messaging & SMSC

SMS centers, RCS, A2P messaging platforms.

Customer Apps

Self-care portals, eSIM activation, family plans.

Standards
3GPPETSITM Forum Open RANSIP / RTPDiameterGSMA
Typical Tech Stack
Java / C++ / GoKubernetes (CNFs)Kafka Oracle / CassandraPython (orchestration)eBPF
Domain 09

Gaming

↑ Back to Map

Where performance, graphics, and player psychology meet — from AAA studios to indie mobile hits.

Basic Concepts

  • Game Loop: every frame: input → update → render, 60+ times a second.
  • Game Engine: the runtime that handles rendering, physics, audio, input, and scripting.
  • Client-server authority: the server is the source of truth; never trust the client.
  • LiveOps: the post-launch practice of running a game as a service.
Segments & Engines
Engines

Unity (C#), Unreal (C++/Blueprints), Godot, CryEngine.

Platforms

Console (PS, Xbox, Switch), PC (Steam, Epic), Mobile, Web, XR.

Multiplayer

Netcode, matchmaking, rollback, dedicated vs peer-to-peer.

Live Services

PlayFab, GameLift, Nakama — accounts, leaderboards, cloud saves.

Monetization

F2P, IAP, ads, battle passes, subscriptions.

Analytics

Player retention cohorts, funnels, DAU/MAU.

Graphics & Performance
  • APIs: DirectX 12, Vulkan, Metal, WebGPU.
  • Shaders: GPU programs that compute pixels and vertices.
  • ECS (Entity-Component-System) is the modern pattern for game state.
  • Profiling & frame budgets — every millisecond matters.
C++ / C#Lua (scripting)GLSL / HLSL Photon / Mirror / FishNetProtobuf / FlatBuffers
Domain 10

Media & Streaming

↑ Back to Map

Publishers, newsrooms, music and video streaming — billions of hours a day delivered over the internet.

Basic Concepts

  • Ingest → Transcode → Package → Deliver → Play: the content pipeline.
  • OTT: Over-The-Top — delivering media over the public internet, bypassing traditional cable.
  • CDN: distributed caches that serve content from close to the viewer.
  • DRM: Digital Rights Management — protects premium content from piracy.
Segments
OTT / VOD

Netflix, Disney+, Prime Video, Hulu, Hotstar.

Live Streaming

Twitch, YouTube Live, sports streaming.

Audio Streaming

Spotify, Apple Music, podcasts.

CMS / DAM

Contentful, Brightcove, Adobe AEM Assets.

AdTech

VAST, VPAID, SSAI — server-side ad insertion.

News & Publishing

WordPress VIP, custom CMS, paywalls.

Standards
HLSMPEG-DASHCMAF H.264 / H.265 / AV1Widevine / FairPlay / PlayReady WebRTC (low-latency)
Typical Tech Stack
Node.js / Go / JavaFFmpegAWS Elemental / Mux Cloudflare / Akamai / CloudFrontCassandra / DynamoDB Shaka Player / Video.js
Domain 11

EdTech

↑ Back to Map

Software for K-12, higher education, corporate training, and lifelong learning.

Basic Concepts

  • LMS: Learning Management System — courses, assignments, grades.
  • SIS: Student Information System — enrollment, transcripts, attendance.
  • SCORM / xAPI / LTI: interoperability standards for learning content & tools.
  • Adaptive learning: content that adjusts to the learner's progress.
Segments
LMS

Canvas, Moodle, Blackboard, Google Classroom, D2L.

MOOCs

Coursera, edX, Udemy, FutureLearn.

K-12 Apps

Khan Academy, Duolingo, Quizlet.

Corporate L&D

Cornerstone, Docebo, SAP SuccessFactors Learning.

Assessment / Proctoring

Pearson VUE, Proctorio, ExamSoft.

Tutoring / AI

AI tutors, homework help, language apps.

Standards & Privacy
  • FERPA (US) and COPPA — student records and children's privacy.
  • WCAG / ADA Section 508 — accessibility is legally mandated in education.
  • LTI, QTI, SCORM, xAPI — tool integration and experience tracking.
Domain 12

Government / GovTech

↑ Back to Map

Citizen services, tax, benefits, identity, elections, defense. Scale of the whole population, with legal stakes.

Basic Concepts

  • Accessibility & inclusion are non-optional — you serve every citizen.
  • Procurement cycles are slow; contracts are long.
  • Legacy integration is the rule, not the exception (mainframes, paper forms).
  • Data residency often requires in-country hosting.
Typical Systems
Digital Identity

Aadhaar (India), SingPass, Login.gov, eIDAS.

Citizen Portals

GOV.UK, USA.gov patterns — one site, many services.

Tax & Revenue

e-Filing, GST/VAT portals.

Benefits & Welfare

Unemployment, healthcare, disability.

Defense & Intelligence

Classified systems, command & control.

Smart City

Traffic, safety, utilities, urban planning.

Frameworks & Accreditation
FedRAMP (US cloud)GDS service standard (UK)NIST 800-53 StateRAMPIL4 / IL5 / IL6 (defense)MeitY empanelment (India)

GovTech teams favor open-source and open standards — GOV.UK Design System and 18F are influential references.

Domain 13

Logistics & Supply Chain

↑ Back to Map

Everything that moves — trucks, ships, packages — runs on software that knows where it is and where it's going.

Basic Concepts

  • Supply chain = plan, source, make, deliver, return.
  • SKU: Stock Keeping Unit — a unique product identifier.
  • Lead time: from order to arrival — the core KPI.
  • Cold chain: temperature-controlled transport (food, pharma).
System Types
WMS

Warehouse Management — receive, slot, pick, pack, ship. Manhattan, Blue Yonder.

TMS

Transportation Management — routing, carrier selection, tracking. MercuryGate, Oracle TMS.

Order Mgmt (OMS)

Orchestrate orders across channels, warehouses, carriers.

Last-Mile

FedEx, UPS, local couriers. Route optimization, driver apps.

Freight & Customs

EDI, bills of lading, customs clearance.

Visibility / Track & Trace

Project44, FourKites — real-time shipment status.

Standards
EDI (X12 / EDIFACT)GS1 barcodesRFID IoT telematicsGTFS (transit)
Domain 14

Travel & Hospitality

↑ Back to Map

Flights, hotels, cars, experiences — and a tangled web of 50-year-old systems still powering it all.

Basic Concepts

  • GDS: Global Distribution Systems — Amadeus, Sabre, Travelport — the wholesale exchanges.
  • PSS: Passenger Service System for airlines (res, inventory, check-in).
  • PMS: Property Management System for hotels (reservations, housekeeping, rates).
  • OTA: Online Travel Agency (Booking, Expedia) — and their Meta-search upstream (Skyscanner, Kayak).
Segments
Airlines

PSS, revenue mgmt, loyalty, operations control.

Hotels

PMS (Opera, Cloudbeds), channel managers, CRS.

Car / Cruise / Rail

Reservation & inventory systems.

OTAs & Metasearch

Aggregators, bid systems, inventory sync.

Corporate Travel

Concur, Egencia — policy, approvals, expenses.

Experiences

Viator, GetYourGuide, Airbnb Experiences.

Standards
NDC (IATA)PNRARINCOpenTravel HTNG
Domain 15

Energy & Utilities

↑ Back to Map

Grids, power plants, water networks — mission-critical systems under a sustainability transition.

Basic Concepts

  • Grid: generation → transmission → distribution → consumption.
  • Smart Meters: two-way meters enabling time-of-use tariffs & demand response.
  • DER: Distributed Energy Resources (rooftop solar, batteries, EVs).
  • Balancing: supply must match demand second by second.
Systems
EMS / DMS

Energy / Distribution Management Systems. GE, Siemens, ABB, Hitachi Energy.

ADMS

Advanced Distribution — unified grid control room.

AMI / MDM

Smart-meter infrastructure and data management.

CIS / Billing

Customer Info Systems — SAP IS-U, Oracle Utilities.

Market / Trading

Wholesale markets, settlement, carbon.

Renewables & Storage

Solar/wind SCADA, battery management.

Standards
IEC 61850IEC 61970 CIMDNP3 OpenADROCPP (EV charging)NERC CIP
Domain 16

Real Estate / PropTech

↑ Back to Map

Buying, renting, managing, and operating buildings — residential, commercial, and industrial.

Basic Concepts

  • MLS: Multiple Listing Service — shared database of listings.
  • iBuying: algorithmic instant home buying/selling.
  • BIM: Building Information Modeling — 3D digital model of a building.
  • Smart building: HVAC, lighting, access, energy integrated via IoT.
Segments
Listings & Marketplaces

Zillow, Redfin, Rightmove, MagicBricks.

Property Mgmt

AppFolio, Yardi — rent, maintenance, leases.

Commercial RE

VTS, CoStar — portfolio & leasing.

Mortgage / Title

Blend, Roostify — digital closings.

Smart Buildings

BMS + IoT + tenant experience apps.

Construction Tech

Procore, Autodesk Construction Cloud, BIM 360.

Domain 17

Agriculture & AgriTech

↑ Back to Map

Satellites, drones, sensors, and markets transforming the oldest industry on earth.

Basic Concepts

  • Precision Agriculture: apply water, seed, fertilizer only where needed — via GPS & sensors.
  • Remote Sensing: satellites and drones detect crop stress and yield.
  • Traceability: from farm to fork for food safety and export compliance.
  • AgMarketplaces: connect farmers to buyers without intermediaries.
Segments
Farm Mgmt (FMS)

John Deere Operations Center, Climate FieldView, Granular.

Drones & Imagery

DJI Ag, Ceres Imaging, Planet Labs.

Livestock Tech

RFID ear tags, milking robots, health monitors.

Marketplaces

DeHaat, AgroStar, Indigo Marketplace.

Vertical & Controlled Env.

Indoor farming automation & lighting.

Supply Traceability

Blockchain for food origin & provenance.

Domain 18

Automotive

↑ Back to Map

A modern car is a computer on wheels — 100+ ECUs, millions of lines of code, and increasingly, AI drivers.

Basic Concepts

  • ECU: Electronic Control Unit. Cars have dozens, talking over buses.
  • SDV: Software-Defined Vehicle — behavior updated by OTA, like a phone.
  • ADAS: Advanced Driver-Assistance Systems (lane keep, AEB, adaptive cruise).
  • Autonomy Levels: L0 (manual) → L5 (no human needed).
Segments
Infotainment (IVI)

Android Automotive, QNX, Apple CarPlay, Android Auto.

ADAS & Autonomy

Computer vision, lidar, sensor fusion, path planning.

Powertrain / EV

Battery management, motor control, charging.

Connected Car

Telematics, OTA updates, remote services.

Manufacturing

PLM, MES, digital twin on the factory floor.

Mobility Services

Ride-hailing, car-sharing, fleet management.

Standards & Protocols
CAN / CAN-FDLINFlexRay Automotive EthernetAUTOSAR (Classic & Adaptive) ISO 26262 (functional safety)ISO/SAE 21434 (cybersecurity) UDS diagnostics
Domain 19

Aerospace & Defense

↑ Back to Map

Software where a bug can cost lives — and where certification is measured in years.

Basic Concepts

  • Safety Criticality Levels: DAL A (catastrophic) → DAL E (no effect).
  • Deterministic real-time: responses must happen within guaranteed times.
  • Certification: every line of code can be traced to a requirement and a test.
  • Classified environments: airgapped networks, cleared personnel, strict change control.
Segments
Avionics

Flight control, navigation, autopilot, FMS.

Space

Satellites, ground stations, mission control.

Defense Systems

Radar, C4ISR, electronic warfare.

UAV / Drones

Autonomy, swarming, payloads.

Simulation & Training

Flight simulators, virtual battlefields.

MRO

Maintenance, Repair & Overhaul systems.

Standards
DO-178C (airborne software)DO-254 (hardware) ARINC 429 / 653 / 664MIL-STD-498 / 1553 MISRA C/C++NIST 800-171 / CMMC

Languages of choice: Ada, C, C++, with formal methods and model-based engineering (Simulink, SCADE) heavily used.

Domain 21

Blockchain / Web3

↑ Back to Map

A decentralized, cryptographically verified database — and the apps, currencies, and markets built on top.

Basic Concepts

  • Blockchain: append-only ledger, replicated across many nodes, secured by cryptography.
  • Consensus: how nodes agree on state (Proof of Work, Proof of Stake).
  • Smart Contract: code that runs on the chain when conditions are met.
  • Wallet: holds keys that prove ownership — "not your keys, not your coins".
  • Gas: the fee to execute operations on the network.
Segments
Layer-1 Chains

Bitcoin, Ethereum, Solana, Avalanche, Cardano.

Layer-2 / Rollups

Arbitrum, Optimism, Base, zkSync — scale Ethereum.

DeFi

Lending, DEXs, stablecoins — Uniswap, Aave, MakerDAO.

NFTs & Gaming

Digital ownership of art, collectibles, in-game assets.

Wallets & Custody

MetaMask, Coinbase Wallet, Fireblocks.

Enterprise / Permissioned

Hyperledger Fabric, Corda — consortium chains.

Typical Tech Stack
Solidity / VyperRust (Solana, Near)Hardhat / Foundry ethers.js / web3.js / viemIPFS / Arweave The Graph (indexing)Chainlink (oracles)

Security is paramount — contracts are immutable and audits are mandatory before real money is deployed.

Wrap-up

Patterns Across Domains

↑ Back to Map

Different jargon, similar problems. When you step back, the same themes recur in every domain.

Every Domain Has Regulations

From HIPAA to PCI to GDPR to ISO 26262. Knowing the rules of the industry is half the job.

Legacy Systems Run the World

Mainframes, COBOL, and 30-year-old schemas are still everywhere. Modernization pays bills.

Integration Is 80% of the Work

Domains are a web of systems. APIs, events, and ETL are where careers are made.

Domain Knowledge Is a Superpower

A developer who understands the business compounds in value year after year.

Data Is the Shared Currency

Warehouses, lakes, and lakehouses are becoming the center of every industry's stack.

AI Is Reshaping Every Domain

From RAG for legal drafting to vision for agriculture — every vertical has an AI play now.

Pick a domain whose problems excite you. The languages and frameworks rotate every decade; deep domain knowledge stays relevant for your whole career.