Blog
Coding is Dead
2026-02-04
Why 'coding is dead' is fundamentally misleading, and what software developers should really focus on in the age of AI
Comparative Analysis of Parallelization Techniques Applied To Classic Algorithmic Problems
2025-07-31
An empirical investigation of parallelization approaches applied to Fibonacci, Knapsack, LCS, and Palindrome detection algorithms, revealing when parallel computing outperforms algorithmic optimization
My Open Source Adventure
2024-12-05
From my first Hacktoberfest contribution to building features for faker-cxx and spending 30+ hours debugging a single line of code in Hugging Face's chat-ui
OptimizeIt Is Unleashed!
2024-11-17
OptimizeIt is now released on npm! Learn how the automated release process works and how to use this code optimization tool
From Good to Great Code with OptimizeIt
2024-09-03
A command-line tool crafted to assist developers in enhancing source code for both performance and readability using LLM chat completions
Team Enigma - The Seneca Housing Hackathon 2024 Experience
2024-03-22
Our journey through the Seneca Housing Hackathon 2024, from the origins of our passion to winning first place with Maple Nest
The World of UI & UX
2023-11-30
My deep dive into UI/UX design principles, from design thinking to responsive design, typography, and the art of creating user-centric experiences
The Link Between Critical Thinking & Programming
2021-12-15
Programming isn't just about memorizing syntax - it's about logical thinking and reasoning. Exploring how Carl Sagan's Baloney Detection toolkit applies to writing clean code