Installing Node.JS

To install TypeScript, it is helpful to have Node.JS because you will need nvm to install the TypeScript. To install Node.JS if you don’t have it, you can go to https://nodejs.org/en/download/prebuilt-installer to download an installer. On that page, you can choose your OS, the version of the software, and which processor you want. Download the…

jQuery and AJAX Calls

HTML had an issue years ago. If you wanted to update part of a page, you had to reload everything. Think about things like Twitter/X, Instagram, etc. Imagine having to reload everything instead of just a part of your feed? It would slow your experience down, and cost a lot of money in transmission costs….