Code should make sense to everyone
decoded exists because most coding resources assume you already know what you're doing. They throw around words like "API," "function," and "server" like everyone just knows what those mean.
We think that's backwards. Understanding how code works shouldn't require learning code first. decoded explains every concept in plain language, with no prerequisites and no jargon walls.
// What is a variable?
let name = "You";
// It's just a labeled box.
// The label is "name".
// The thing inside is "You".
let score = 0;
score = score + 10;
// Now the box "score" holds 10. What we believe
Clarity over cleverness
We'd rather say something simply and correctly than sound impressive. Every explanation is reviewed for jargon.
Everyone deserves access
Whether you're 12 or 60, tech-savvy or not, understanding code shouldn't cost money or require a CS degree.
Analogies beat abstractions
A 'variable' means nothing until you picture a labeled box. We ground every concept in something real.
Small steps compound
Five minutes today, ten tomorrow. Each lesson builds on the last. No marathon study sessions needed.
Have feedback or a question?
decoded is still in beta and we're building it in the open. If you have ideas, found a confusing explanation, or just want to say hi, we'd genuinely love to hear from you.
Get in touch