• Intro to React Native

    A basic introduction to React Native. Assumed prior knowledge: at least a little React.

  • Intro to Node.js

    An open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side.

  • Must Know JavaScript

    Essential JavaScript Methods and Techniques for beginners, designed to help prospective students pass the Rithm School coding interview.

  • Master JavaScript Functions

    Advanced talk about higher order functions, callbacks, and closure.

  • JavaScript Promises

    An introduction to Promises in JavaScript

  • ES2015

    JavaScript ES2015 (aka ES6) key features explained

  • Redux Thunk

    How to use thunks to manage asynchronous code in Redux.

  • Redux with React

    Understand the basic principles of Redux.js and how it works together with React.js

  • Testing React Applications

    Learn how to test React components with Jest and Enzyme

  • React Design Patterns

    How to design React apps to make them scalable and best practices

  • Scope, Functions, and Callbacks

    An overview of functions, looking at scope and callbacks. For advanced beginners.

  • this keyword

    An introduction to the rules and behavior of the most confusing keyword in JavaScript.

  • Intro to React I: Props and State

    A brief introduction to React, featuring props and state.

  • Closure

    A Complete Introduction to Closure in JavaScript