We all recognize that as javascript applications grow larger, implicit casting and a variety of type-related gotchas begin to make things difficult. In my experience, a line is crossed somewhere north of 25KSLOC. The question is what we do about it. Faceb...
Read more »
Historically, JavaScript has ended up as the main language for scripting web pages and apps on the Internet. In addition, it is now possible to use JavaScript on both the frontend and the backend… (more…)
Read more »
This blog post gives the bird’s eye view of how TypeScript works: What is the structure of a typical TypeScript project? What is compiled and how? How can we use IDEs to write TypeScript? (more…)
Read more »
Tailwind CSS is so hot right now. And somewhat controversial, but I guess that only makes it even hotter. I’m a fan myself, I think the… (more…)
Read more »
TypeScript has a lot of advantages. However, it’s not often that you are starting a brand new project. More often though you are working on an existing codeb... (more…)
Read more »