Skip to content
CashPlanetAcademy
CashPlanet Academy · Resource Center

Start here, then the field guides.

Beginner notes and build kits first. The eight engineering field guides stay — they are labelled Field guide on purpose.

Start here7 · Beginner

Setup, a first page, and habits that work on a phone and a thin data bundle.

What you need to start

A phone or laptop, a browser, a free email, and an afternoon you can protect. No new machine.

Beginner · 8 minRead

Git without fear

Enough version control to not lose a page — including a first repo from the browser.

Beginner · 14 minRead

AI as a building partner

How to use ChatGPT, Claude, or Cursor when you are still learning — without handing over the work.

Beginner · 12 minRead

Build kits11 · Building

Cheatsheets, local project ideas, free hosting, debugging, one shipped thing, plus curated links.

MDN Web Docs

The reference we trust for HTML, CSS and JavaScript. Start at Learn web development if the docs feel dense.

Building · LinkOpen

freeCodeCamp

Long, structured practice you can do in a browser. Useful when you want more exercises after a CashPlanet lesson.

Building · LinkOpen

web.dev

Practical guidance on performance, accessibility and building for phones — including slow networks.

Building · LinkOpen

Next.js documentation

Official docs for the stack this Academy is built on. Use them when you are ready to ship a real site.

Building · LinkOpen

ALX

Longer software-engineering pathways across several African markets. Complementary to these short tracks, not a replacement.

Building · LinkOpen

Field guides8 · Field guide

Kit guides for software that meets real users, real money and real attackers. Intermediate and advanced.

Security5 guides

Where the UI, the API and the database disagree about who is allowed to do what.

Environment Variables and API Keys

A secret key ends up somewhere the public can read it (a browser bundle, a git commit, or an AI chat transcript) because it was treated like configuration instead of a credential.

Field guide · 9 min · 8 sectionsReadText

Payments1 guide

Money paths that only break under retries, duplicates and refunds.

Performance & Design2 guides

Working with the browser's rendering pipeline instead of against it.

Browser-Aware Web Design

A practical guide to designing modern websites that work with the browser's rendering pipeline instead of against it. Adapted from Addy Osmani's writing on modern browser internals.

Field guide · 8 min · 7 sectionsReadText

Ship Less JavaScript

Your app downloads its whole codebase before a single pixel renders. Every page, every admin screen, every heavy third-party widget ships in the same bundle, because nothing was ever split into separate chunks.

Field guide · 10 min · 8 sectionsReadText