Just a blog for a coder’s thoughts, experiences and everything in between.

Maze Generation using Prim's Algorithm


Implementing a maze generator using Prim's algorithm.

Upload Files to AWS S3 from React


Learn how to upload images/videos directly from a React Client to an AWS S3 bucket.

Custom Theme Switcher Hook in React


Learn how to build a reusable theme switcher hook in React with persistence across sessions.