Todd Motto
Founder + Author Google Developer Expert
Todd's Courses

JavaScript Masterclass
25 lessons 4 hours
129

JavaScript DOM
49 lessons 7 hours
129

JavaScript Basics
68 lessons 8 hours
129

TypeScript Masterclass
39 lessons 3 hours
129

TypeScript Basics
44 lessons 4 hours
129

NGRX Store + Effects
41 lessons 7 hours
129

Angular Pro
116 lessons 16 hours
129

Angular Fundamentals
59 lessons 5 hours
129

AngularJS Pro
60 lessons 8 hours
129

AngularJS Performance
16 lessons 3 hours
129

AngularJS Fundamentals
38 lessons 3 hours
129
Latest blogs

Using 'Pick' in TypeScript to simplify Types and Interfaces
Interfaces and Types can get messy, but with Mapped Types we’ll learn how to use Pick to simplify your codebase and keep it clean.

Todd Motto
Feb 23, 2021

Relative fs.readFileSync paths with Node.js
How to get a relative path to a particular file using fs.readFileSync(), “path” and “__dirname” in Node.js, as by default it’s not relative.

Todd Motto
Feb 18, 2021

Checking if a JavaScript Object has any keys
JavaScript has come a long way in recent years, introducing some great utility functions such as Object.keys, Object.values and many more. In this ...

Todd Motto
Feb 6, 2021

Ways to check if a String starts with specific characters
Like all things JavaScript, there are many ways to accomplish the same task. Here we’ll dive into the various ways to check if a JavaScript string ...

Todd Motto
Feb 3, 2021

The Ultimate Guide to setting up Node.js with TypeScript and Express
Setup a Node.js and Express app using TypeScript. Complete with local development and build commands to compile your code from TypeScript back to E...

Todd Motto
Feb 1, 2021

Dynamically create Folders by Month and Year with Google Apps Script
Learn how to dynamically create “year” and “month” folders to create Drive documents, using Apps Script, to automate your workflow.

Todd Motto
Jan 29, 2021