JavaScript


AI Time-Travel: Your JavaScript Quest Begins!

Generative AI for Beginners – A JavaScript Adventure. Code with Legends, Conquer the Future! Imagine sipping espresso with Leonardo da Vinci, debating AI over sketches of flying machines. Or quizzing Ada Lovelace on code in her misty mansion. The Generative AI for Beginners – A JavaScript Adventure course (free on GitHub!) blends time-traveling thrills with hands-on JavaScript AI concepts. No time machine required—just curiosity and a keyboard! Generative AI is the secret sauce behind next-level chatbots, content wizards, and modern apps. For JavaScript devs, it’s your ticket to crafting smarter and more productive apps for users. This course? It’s your […]


ACS Featured Image - Using Audio and Video

Add Real-Time Video, Voice, and Chat to Your App with Azure Communication Services

How many times have you tried to contact a company’s customer service department only to waste time looking up the phone number or trying to find the *right* phone number to ask a simple question? Once you finally get through to someone you typically end up switching between the phone app and the company’s website or app to pass along required information to the customer service representative. It can be frustrating. Wouldn’t it be easier to open the company’s website or app and make the call directly from the screen that has all of your information already available? For example, […]


Angular, TypeScript and HTML Snippets for VS Code 10

I use VS Code a lot in my development projects and recently put together a set of Angular (v2 or higher) TypeScript and HTML snippets that can be used to enhance productivity when building Single Page Applications.  By typing the snippet prefix (which is “ag-”) in a TypeScript or HTML file you can quickly add the associated code into your file. Here’s a list of the supported snippets: Angular TypeScript Snippets ag-Bootstrap – Bootstrap snippet ag-AppModule – Create the root app module (@NgModule) snippet ag-AppFeatureModule – Angular app feature module (@NgModule) snippet ag-AppFeatureRoutingModule – Angular app feature routing module (@NgModule) snippet […]