The Business Professor
Closings in Accounting - Post-Closing Trial Balance
Accounting Closings - Post-Closing Trial Balance Example
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Private Firebase Data
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing EditExpensePage
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Remove Expense
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Rendering Individual Expenses
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Why Do We Need Something Like Redux?
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.
Curated Video
Data Analytics using Python Visualizations - Seaborn Slopeplots for Comparing Distributions
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Summary Component
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Total Selector
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing AddExpensePage
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Spreading Objects
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.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Sorting Redux Data
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Creating the Final Boilerplate
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Asynchronous Redux Actions
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Filtering by Dates
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Fetching Expenses: Part II
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Writing to the Database
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Working with Multiple Reducers
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Styling Expenses List: Part I
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.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Expensify App Enhancements
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...
Let's Tute
Introduction to Accounting
In this video we are teaching the introduction to accounting, that is, entry of different business transactions in the books of accounts
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Filtering Redux Data
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Connecting Store and Component with React-Redux
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Fetching Expenses: Part I
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...