Typescript is quickly becoming one of my favorite languages because of how easy it is to create web apps with it. I used to be against the usage of Typscript/Javascript because I knew other languages were faster and safer. In the past few years I've gotten over that elitist thinking. Typescript helps a ton with the type system to help fight the issues seen often in Javascript, and it is almost always fast enough these days. When it's not you can pretty easily swap it out for Go or Rust to squeeze out the performance that you need.

I am now using Typscript more than any other language by a lot and having a great time creating websites for myself and others that are actually making a difference. The power of getting stuff done cannot be overstated, and Typescript combined with frameworks such as Next.js cannot be beat there in my opinion.