Instructional Video6:41
The Business Professor

Closings in Accounting - Post-Closing Trial Balance

Higher Ed
Accounting Closings - Post-Closing Trial Balance Example
Instructional Video18:33
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Private Firebase Data

Higher Ed
In this video you'll use Firebase rules to lock down access to the database. This clip is from the chapter "Firebase Authentication" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with...
Instructional Video19:01
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing EditExpensePage

Higher Ed
In this video you'll write test cases for the EditExpensePage component. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing...
Instructional Video12:04
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Remove Expense

Higher Ed
In this video you'll be responsible for wiring up the ability to remove expenses from Firebase. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video9:10
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Rendering Individual Expenses

Higher Ed
In this video you'll use react-redux to render the expenses list to the UI. This clip is from the chapter "React with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about connecting...
Instructional Video13:34
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Why Do We Need Something Like Redux?

Higher Ed
In this video you'll learn what redux is and why we'll need it to continue with our app. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Redux in detail.
Instructional Video9:14
Curated Video

Data Analytics using Python Visualizations - Seaborn Slopeplots for Comparing Distributions

Higher Ed
This video explains Seaborn Slopeplots for comparing distributions. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...
Instructional Video18:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Summary Component

Higher Ed
In this video you'll continue working on the new feature from the previous video. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Instructional Video17:25
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Total Selector

Higher Ed
In this video it'll be your job to add a brand-new feature to the expense manager. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Instructional Video14:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing AddExpensePage

Higher Ed
In this video you'll write tests cases for the AddExpensePage component. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing...
Instructional Video14:37
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Spreading Objects

Higher Ed
In this video you'll learn how the ES6 spread operator can be used with objects. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Redux in detail.
Instructional Video6:15
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Sorting Redux Data

Higher Ed
In this video you'll expand on the Redux selector by allowing data to be stored by amount or description. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is...
Instructional Video18:06
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Creating the Final Boilerplate

Higher Ed
In this video you'll setup the final boilerplate project. This is something you can clone and reuse when starting a new React app! This clip is from the chapter "What Now?" of the series "The Complete React Developer Course (with Hooks...
Instructional Video18:49
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Asynchronous Redux Actions

Higher Ed
In this video you'll learn how you can use asynchronous Redux actions to change Firebase and the Redux store. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and...
Instructional Video19:45
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Filtering by Dates

Higher Ed
In this video you'll use react-dates to setup a date filter. That'll let users pick and start and stop date for filtering their data. This clip is from the chapter "React with Redux" of the series "The Complete React Developer Course...
Instructional Video13:53
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Fetching Expenses: Part II

Higher Ed
In this video you'll learn how to use async Redux actions to fetch data from Firebase. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Instructional Video15:00
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Writing to the Database

Higher Ed
In this video you'll learn how you can write data to your Firebase database. This will allow you to store user data for their next visit. This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course...
Instructional Video13:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Working with Multiple Reducers

Higher Ed
In this video you'll learn how to setup your Redux store with multiple reducers. This lets you keep the individual reducers small and focused. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with...
Instructional Video13:03
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Styling Expenses List: Part I

Higher Ed
In this video you'll style the expense list. This clip is from the chapter "Styling Expensify App" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Styling Expensify App.
Instructional Video3:18
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Expensify App Enhancements

Higher Ed
In this video I'll go over a few ideas for features you can add to Expensify. This clip is from the chapter "What Now?" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about creating the Final...
Instructional Video5:46
Let's Tute

Introduction to Accounting

9th - Higher Ed
In this video we are teaching the introduction to accounting, that is, entry of different business transactions in the books of accounts
Instructional Video16:55
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Filtering Redux Data

Higher Ed
In this video you'll learn about Redux selectors. This is just a function that gets called with the Redux store data and returns a subset of the data. Selectors are great for filtering data based on some criteria. This clip is from the...
Instructional Video15:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Connecting Store and Component with React-Redux

Higher Ed
In this video you'll learn how to connect a React component to the Redux store. This allows each component to define what data it needs from the store (if any). This clip is from the chapter "React with Redux" of the series "The Complete...
Instructional Video12:39
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Fetching Expenses: Part I

Higher Ed
In this video you'll learn how to use async Redux actions to fetch data from Firebase. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...