03 / Projects

Built, shipping.

Things I've made while learning in public — from school projects to small experiments that keep the curiosity sharp.

Featured

currently the main quest
SCHOOL PROJECT · LIVE

nufabase

A web project I'm building and maintaining one careful feature at a time — from data to layout to deployment.

VISIT SITE →
const project = {
  name: 'nufabase',
  stage: 'live',
  focus: 'one feature at a time'
};

// still learning, still shipping
GAME · MATRIX

Snake-game — matrix edition

The classic snake game with a glow of Matrix rain. Guide the snake, eat the food, grow longer — and try not to hit the wall. Pure vanilla JS on a neon green grid.

PLAY THE GAME →
while(alive) {
  snake.move('↑←↓→');
  eat().then(grow);
}

// don't hit the wall

From the archive

small observations, small builds
01

This portfolio — arlingkin

A quiet corner of the internet built with care & plain HTML. Multi-page, clean URLs, dark notebook aesthetic.

LIVE ↗
02

School project — nufabase

The main quest. Building the small version first and letting it grow feature by feature.

nufabase.web.app ↗
03

Web experiments

Little vanilla JavaScript builds, streak automations, and GitHub metrics — the sandbox where I play.

github ↗
04

About repo (this site)

Open source, MIT licensed. Learn to code without letting AI do the thinking.

SOURCE ↗
05

Project — data limit

The latest one — an Android app that keeps your daily data allowance (kuota) in check. Grab the newest APK straight from the GitHub pre-releases.

GET PRE-RELEASES →