Tag
#beginner
4 posts
Foundations javascript typescript 12 min
Making a Game in the Browser with Just HTML and JavaScript
You don't need a game engine to make a game. Here's how to build one from scratch with just HTML, JavaScript, and a browser.
javascript canvas game-dev
Foundations career 9 min
How to Read Code You Didn't Write
Reading unfamiliar code is a skill, not a talent. Here's a systematic approach that works — from README to running the tests.
code-reading open-source beginner
Foundations python 11 min
What Is a Database? Build Your First One with SQLite
Every app you use runs on a database. Here's what that actually means — and how to build your first one in 10 minutes with SQLite.
sqlite databases sql
Foundations devops 10 min
What Is Git and Why Does Every Developer Use It?
Git is the time machine every developer uses. Here's what it actually does, why it matters, and how to start using it in 10 minutes.
git version-control github