SCI SPT TCH JO Jon Tenholder VIM basics and extensions Once you start to deploy your apps you have to use the command line more often. Most servers use Linux as their operating system and vim…
TCH JO Jon Tenholder Deploy a React app with CodeStar CodeStar is an Amazon Web Service that allows users to quickly develop, build, and deploy projects using Amazon services. Were going to go…
TCH JO Jon Tenholder TypeScript for the JavaScript programmer Let’s first answer the question, what exactly is TypeScript and how does it interact with JavaScript. TypeScript is a static type checker…
TCH JO Jon Tenholder Github Actions CI with Javascript Github actions is the hot new thing on the block, and provides an easy way to add CI/CD to your workflow right in the comfort of github…
TCH SOC JO Jon Tenholder Google vs the DOJ On October 20, 2020 the Department of Justice filed an antitrust lawsuit against Google, abusing its powers and operating like a monopoly…
GEN TCH JO Jon Tenholder async / await A few weeks back we talked about asynchronous code. Asynchronous allows many things to happen all at once. As we know JavaScript is a…