Things I build & write.

Projects I have shipped and articles on what I learn along the way, from search infrastructure and dev tools to the games I make for my own game nights.

37 entries

Feb 08, 2026

Content Generation Harnessproject

A multi-agent harness I built that turns a single topic into a finished short-form educational video, and cut my video-making time by about 10x.

Nov 25, 2025

Self-Hosted Backup Toolsproject

A few small tools I built while moving my own data off the cloud and onto my home NAS, shared for anyone else backing up Google and Snapchat exports.

Nov 20, 2025

gist-pdfproject

A tool I built to turn GitHub Gists into clean PDFs, then packaged it properly for Homebrew, APT, Cargo, and Docker.

Nov 18, 2025

gh-contribproject

An open-source fix I made to a GitHub CLI extension that renders your contribution graph in the terminal, so it shows the correct data over a proper sliding one-year window.

Aug 15, 2025

Scotland Yard Companionproject

A web companion for the board game Scotland Yard that replaces the error-prone shared notepad and removes trust issues around Mr. X's hidden moves.

Jun 02, 2025

Market Maker Gameproject

A multiplayer stock-trading game I designed as a board game and then turned into a real-time web app.

Mar 27, 2025

Teaching & Tutorial Reposproject

A collection of hands-on tutorial and course repos I built for my guest lectures and the Full-Stack Development course I teach, so students have clean, runnable material to learn from.

Feb 05, 2025

ESC/POS Printer Serverproject

A small server that lets me print to a USB thermal printer straight from the browser, working around all the driver and browser headaches.

Dec 16, 2024

Catan Map Generatorproject

A Catan board generator I built for my own game nights, complete with a face-down 'surprise mode' my group invented.

Mar 17, 2024

My Opinion on AI and LLMsarticle

A brief opinion on what AI and LLMs are doing and how would they effect us.

Dec 23, 2023

FixedPointMathLib vs ABDKMath64x64 - What should you use?article

An article about which library to pick for fractional arithmetic in Solidity.

Dec 23, 2023

Mastering ERC721 Enumerablearticle

An article about ERC721Enumerable and how is it helpful and different from base ERC721 standard.

Dec 23, 2023

Mastering Fixed Point Arithmetic in Solidityarticle

An article that explores on why we would need a library to handle fixed point arithmetic in Solidity.

Feb 08, 2023

C++ Speed in Node.js (N-API)project

A tech talk and template exploring how to call fast C++ from Node.js through N-API, so time-sensitive work runs at native speed while keeping Node's event loop.

Sep 22, 2022

Solving the Wordle Solverproject

A CLI algo to solve wordle puzzles effortlessly

Sep 13, 2022

Well Knitted Ecosystemarticle

My love for ecosystems.

Sep 05, 2022

Teachers and Mentorsarticle

A writing dedicated to all the teachers and mentors who are reason for what I am today. :D

Jul 09, 2022

PocketBase on Railwayproject

A Dockerized PocketBase with a one-click 'Deploy on Railway' template, one of my simplest yet most-used open-source repos.

Jan 12, 2021

sshmuxproject

A tiny tool that gives me persistent SSH sessions using tmux, so my connections to remote machines survive drops and long-running jobs keep going.

Jul 15, 2020

Match 4 Cardsproject

A browser card game built in React with Firebase, a quick, fun match game to play with friends.

Jun 02, 2020

fetch-cookieproject

An open-source fix I needed for my own work: making fetch-cookie not throw the whole request away when setting a cookie fails.

Apr 16, 2020

Chill Remoteproject

A web app and browser extension that turn my phone into a remote for whatever is playing on my screen, so I can seek, play, and pause from the couch.

Oct 07, 2019

Wear OS Watch Facesproject

A fun experiment building custom watch faces for my Fossil Gen 5 Wear OS watch, just to see what the APIs let you do.

Aug 20, 2019

Coderplex Donation Pageproject

My first open-source contribution that actually shipped, a donation page for the Coderplex Foundation, and where I learned the git, PR, and open-source-etiquette workflow.

Aug 02, 2019

ARHuntproject

An augmented-reality treasure hunt we built for our college tech fest, where scanning a character reveals a 3D model that hints at your next stop.

Jul 22, 2019

Building 'Mini-Terminal' for my portfolioarticle

The motivation and story behind why and how I built 'Mini-Terminal'

Jun 28, 2019

My thoughts on cross-platform/device appsarticle

This is a writing, where I share my experiences, learnings and my views on cross platform application development now-a-days.

Feb 05, 2019

React Native Tips Repoproject

A repository where I keep adding tips for React Native.

Jan 23, 2019

A bot that saved a lot of time for me.article

A article about how and why I built a bot for myself, which write MCQ based tests for me.

Jan 22, 2019

Quiz Writer Botproject

A mini-project to build a bot for myself to write MCQ based tests for me.

Dec 25, 2018

VCE Results Web-appproject

A web application which can be used as an alternative source to VCE Results site.

Jul 09, 2018

Exploring How Systems Workproject

A college-days deep dive into how big systems actually work under the hood: I built a small compiler, a SQLite-like database, and explored multithreading, just to understand the internals.

Jun 29, 2018

Fibbozleproject

A console game in C, like 2048 but the tiles merge along the Fibonacci series instead of doubling. My first proper terminal project in C.

Apr 18, 2018

django-forms-builder (my first PR)project

My very first open-source contribution: a bug-fix PR to a Django forms package I was using for a college project.

Mar 02, 2018

Challengicaproject

A code-puzzle game we hosted at our college tech fest, where each riddle needs you to write code to solve it, and the answer unlocks the next challenge.

Feb 24, 2017

Rapid Roll Reloadedproject

A Unity remake of the classic Nokia 'Rapid Roll' arcade game, built to run on any device with keyboard, touch, and gyroscope controls, and shipped to the Play Store.

May 31, 2016

IPL Auctionproject

A companion app I built to run an IPL-style player auction game at our college tech fest, so the whole auction stayed smooth and easy to manage.

That is everything for now. Check back for new entries.

© 2026 Krushi Raj Tula · Designed & built by me, like everything else here · Source on GitHub