ML/NLP June 11, 2025

Seeing My Coursework Everywhere: An AI Student's Look at Web Development

Words count 4.7k Reading time 4 mins.

Seeing My Coursework Everywhere: An AI Student’s Look at Web DevelopmentI have a friend who’s a frontend developer, and our conversations lately have been fascinating. I’ll be explaining a concept ... Read article

WEBDEV April 30, 2025

From 'Does It Work?' to 'Will It Break?': My Evolution in Software Testing

Words count 5.3k Reading time 5 mins.

From “Does It Work?” to “Will It Break?”: My Evolution in Software TestingIf I’m being honest, for the first couple of years of my computer science degree, “testing” meant running my code, seeing if it worked, and if it didn’t, throwing console.log statements everywhere until it did. It wasn’t until I was put on a team for a major project that I realized how unsustainable that was. A feature I added would break something my teammate wrote, and we’d spend hours trying to figure out why. This f... Read article

WEBDEV December 30, 2024

My App Was Working, But It Was Slow: A Student's Guide to Web Performance

Words count 5.8k Reading time 5 mins.

My App Was Working, But It Was Slow: A Student’s Guide to Web PerformanceI finally deployed the first version of my portfolio project. All the features worked, the code was (mostly) clean, and I was proud of it. I sent the link to a few friends, and the first piece of feedback I got wasn’t about the features—it was, “Whoa, this takes a while to load.” It was a classic student developer mistake. I had focused so much on making it work that I never stopped to think about making it fast. This se... Read article
0%