The Power of Expression Through AI

I recently started using Cursor — an AI-powered code editor that helps streamline software development by offering intelligent code suggestions, error detection, and even generating entire blocks of code based on natural language descriptions. The first reaction I’ve been getting from people is, “Don’t you feel threatened?”, “Aren’t you scared AI is going to take … Read more

Driving Development with Design (Thinking)

When I first learned about design thinking, it seemed like such a natural process. The problem is, I’m a developer, and I’ve been taught about planning, requirements gathering, sprints, and scrums. I’m supposed to be an agile thinker, not a design thinker. But outside of the code, I am an empathetic human being, and I’ve … Read more

Running Calculators

Simple, easy to use, mobile friendly running calculators ready for desktop, mobile web, or mobile app use! These are a great resource that I threw together as I found myself needing specific running calculators. I noticed that so many of the calculators available out there are complex and hard to use. What if I just … Read more

Sum to 15 (Magic Squares)

In recreational mathematics, a magic square of order n is an arrangement of n2 numbers, usually distinct integers, in a square, such that the n numbers in all rows, all columns, and both diagonals sum to the same constant. A normal magic square contains the integers from 1 to n2. The term “magic square” is … Read more