Blog

Coding is Dead

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

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

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!

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

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

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

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

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