About This Site
Close All Windows
Tile Windows
Refresh
Finder
Windows
No windows open
Blog
📝
Blogs
🔍
4 posts
Building a DOOM-Style 3D Renderer from Scratch in JavaScript
Dec 24, 2025
Ever wondered how classic games like DOOM rendered their immersive 3D worlds? This post breaks down the math and logic …
Publish to NPM from GitHub Actions using OIDC
Dec 9, 2025
Learn how to automate npm package publishing through GitHub Actions using OpenID Connect (OIDC) - no API keys or access …
A Noob's Guide to Web APIs
Feb 19, 2025
Learn what APIs are, how they work, and how to create your own simple API using Node.js and Express.
Automating Mandelbrot Fractal generation with SYCL Programming
Mar 30, 2023
A walkthrough of generating Mandelbrot fractals with Intel oneAPI SYCL, plus an automation script — from a …