「 WEBDEV 」
January 15, 2025
Words count
7k
Reading time
6 mins.
My TypeScript ‘Aha!’ Moments: Best Practices I Learned on a Real ProjectI just spent a semester wrestling with a pretty complex web application for my software engineering course. We chose TypeScript from the start, thinking it would magically prevent all bugs. It didn’t. But what it did do was force us to be better engineers. Along the way, I had a few “aha!” moments—things that, once they clicked, completely changed how I write code. Here are the big ones.
Lesson 1: Your tsconfig.json is Yo...
Read article
「 WEBDEV 」
October 20, 2024
Words count
5.1k
Reading time
5 mins.
Navigating the Framework Maze: A Student’s Take on React, Vue, and AngularFor one of my CS courses this semester, we have to build a dynamic web application to showcase our final project. That means I’ve been thrown headfirst into one of the most daunting decisions a student developer has to make: choosing a JavaScript framework. The internet is full of strong opinions, and it feels like picking a side in a war. After weeks of tutorials and reading, here’s my attempt to make sense of the big ...
Read article