I Used Claude.ai to Create a Discord Bot—Here’s What I Learned About the State of AI Code Writing

As AI tools become increasingly prevalent in software development, many programmers are curious about their practical applications. In this article, I’ll share my experience using Claude.ai to create a Discord bot, offering insights into the strengths and limitations of AI-assisted coding. Unless you’ve been living under a rock, you probably know what Discord is. It’s …

Read more »

Day 2 of 100 Days of SwiftUI

Day 2 of #100DaysOfSwiftUI, this is my solution to checkpoint 1. The rules are to create a constant holding any temperature in Celsius, convert it to Fahrenheit, and then print out both values. I used explicit type definition for the constants, so I didn’t have to remember to add a decimal to the Celsius temperature. …

Read more »