> booting NORIXA::root
> loading extras.sh ...
> decrypting page assets ...
> welcome back, operator.
the fun stuff

Extras

History, shortcuts, and roadmaps โ€” the extra layer of coding culture that makes the grind feel a little more like play.

extras.sh $ git log --oneline a1b2c3 add roadmap: frontend d4e5f6 add roadmap: backend 7a8b9c fix: moth in relay #1947 $ echo "keep shipping" // built by Norixa
did you know

Fun facts from coding history

๐Ÿ‘ฉโ€๐Ÿ’ป

The first programmer

Ada Lovelace wrote notes on Charles Babbage's Analytical Engine in the 1840s that are considered the first algorithm meant for a machine.

๐Ÿ›

Where "bug" came from

A moth found trapped in a relay of Harvard's Mark II computer in 1947 gave the term "debugging" its literal origin story.

๐Ÿ

Python's name

Python wasn't named after the snake โ€” creator Guido van Rossum named it after the comedy group Monty Python.

โ˜•

Java's original name

Java was first called "Oak," after a tree outside its lead developer's office, before a trademark issue forced a rename.

๐Ÿ”ค

"Hello, World"

The tradition of a first program printing "Hello, World" traces back to a 1970s internal Bell Labs memo on the C language.

๐ŸŒ

The web's first server

The first website ever published is still online, explaining the very project โ€” the World Wide Web โ€” that it launched.

cheat sheet

Shortcuts worth memorizing

VS Code

Ctrl/Cmd + P โ€” jump to any file ยท Ctrl/Cmd + Shift + P โ€” command palette ยท Ctrl/Cmd + D โ€” select next match ยท Alt/Option + โ†‘/โ†“ โ€” move a line ยท Ctrl/Cmd + / โ€” toggle comment

Git

git status โ€” what's changed ยท git add . โ€” stage everything ยท git commit -m "msg" โ€” save a snapshot ยท git checkout -b name โ€” new branch ยท git log --oneline โ€” compact history

Terminal basics

cd โ€” change directory ยท ls / dir โ€” list files ยท mkdir โ€” new folder ยท rm -r โ€” delete a folder (carefully!) ยท Ctrl + C โ€” stop a running command

Browser DevTools

F12 / Cmd+Opt+I โ€” open devtools ยท Ctrl/Cmd + Shift + C โ€” inspect element ยท Ctrl/Cmd + Shift + J โ€” console ยท Ctrl/Cmd + R โ€” reload

pick a path

Learning roadmaps

Frontend

1. HTML & CSS

Structure and style your first pages by hand.

2. JavaScript

Make pages interactive โ€” DOM, events, fetch.

3. A framework

Pick up React or Vue to build real interfaces.

4. Ship something

Deploy a project people can actually visit.

Backend

1. A language

Python, Go, or Node โ€” pick one and go deep.

2. Databases

Learn SQL, then explore a NoSQL option.

3. APIs

Build and secure endpoints with a framework.

4. Deployment

Get comfortable with Docker and a cloud host.

Data & ML

1. Python + stats

Core syntax plus real statistical foundations.

2. Data wrangling

Pandas, cleaning, and visualization basics.

3. Modeling

Classic ML before jumping to deep learning.

4. Real datasets

Practice on messy, public data โ€” not toy sets.

Mobile

1. Pick a stack

Flutter/Dart or React Native/JS.

2. UI basics

Layouts, navigation, and platform conventions.

3. Device features

Camera, storage, notifications, permissions.

4. Ship to a store

Build, sign, and publish your first release.

local cache // do not delete

Some frames from the feed

Silhouette holding a glowing atom, surrounded by mathematical formulas
IMG_01 ยท logic

The Atom

Every program starts as an idea built on the same rules as physics โ€” atoms of logic, stacked into something bigger.

A human hand reaching toward a glowing hand made of stars and circuitry
IMG_02 ยท interface

The Handshake

The exact handoff this whole site is built around โ€” a human hand meeting something made entirely of code.

A cybernetic eye embedded in a glowing circuit-board cityscape
IMG_03 ยท surveillance

The Watching Eye

Data, security, and the quiet stream of information running underneath every site you've ever opened.

Silhouette of a person at a desk facing a wall of glowing monitors and data
IMG_04 ยท the operator

The Operator

One person, a wall of screens, a stream of data โ€” what "hacking and coding" actually looks like from the chair.

Baked straight into the page as data โ€” this gallery keeps working even if the original picture files are deleted from your computer.

crafted by Norixa