Blog

2025

Exploring Vibe Coding: A Dive into Building a Game with 99% AI - Mar 28

Three.js Tower Defense game through AI prompts (vibe coding)

2024

Password protected checker for PDF, DOC and DOCX files - Oct 21

How I checked for password protected files on a client's website. User would upload a file and we needed to check if it was uploaded correctly.

Fully functioning terminal on Coolify - Aug 30

First bounty request on Coolify (Big feature!)

My first Bounty and counting - Jun 11

Algora Bounties are a great way to get started on dev career or side-hustle

Setting up Devise + Acts As Tenant + Scoped Subdomains - May 26

Easily setting up for Devise + Acts As Tenant + Scoped Subdomains

Handling Memory Leaks in Puppeteer on WSL2 - May 16

Memory leaks. Not a proper fix, but hey it works!

How to setup a simple blog with Nuxt.js - May 2

This setup allows you to manage and display blog posts using markdown files in a Nuxt.js application, leveraging the `@nuxt/content` module for content management and still keeping the Nuxt's file routing system.