JavaScript may be the language of the web, as Jon Udell wrote back in 2015, but it’s a language that forces us to “battl[e] the language itself” as we try to apply it to more complex problems. As Tom ...
Visual Studio Code is a great, free, cross-platform, open source code editor with an extensive library of prebuilt extensions for all kinds of useful, add-on functionality. Sometimes, however, you don ...
TypeScript is a variation of the popular JavaScript programming language that adds features that are important for enterprise development. In particular, TypeScript is strongly typed—meaning that the ...