Instructional Video6:32
Epic History TV

Napoleon Makes a Risky Choice to Attack Arcole

12th - Higher Ed


In November 1796, with Austrian forces converging on Verona, Napoleon risked everything on a surprise attack. His plan to cross the Adige River and cut off the Austrian supply lines led to intense fighting at the village of...
Instructional Video3:31
Epic History TV

Napoleon's First Defeat and the Plan for a Bold Counterattack

12th - Higher Ed
Napoleon's position grows precarious as Austrian forces, led by Alvinczi and Davidovich, coordinate their next moves. After a few days of cautious maneuvering, the Austrians advance, but their efforts are bungled. Napoleon seizes the...
Instructional Video5:06
Epic History TV

Defeat at Acre: Napoleon's First Major Setback

12th - Higher Ed
Napoleon's failed siege of Acre in 1799 marked his first major military defeat, costing him 4,500 casualties, over a third of his army. Despite this, he neutralized the Syrian threat and led his troops on a grueling 300-mile retreat...
Instructional Video4:36
Epic History TV

Napoleon's Costly Battle at Eylau

12th - Higher Ed


In the brutal Battle of Eylau, Napoleon's forces faced off against the Russians in a bloody confrontation that left the battlefield littered with casualties but no clear victor. Despite desperate cavalry charges and fierce...
Instructional Video2:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Reduce Method in JavaScript and Example II

Higher Ed
In this video, you will learn about the reduce() method in JavaScript and see another example of how it can be used to process arrays.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced"...
Instructional Video1:32
Curated Video

Vue.js 3 and Firebase for Beginners - Introduction

Higher Ed
In this video, the course instructor extends a warm welcome, provides an overview of what to anticipate from the course, and shares a personal introduction.
<
br/>
This clip is from the chapter "Introduction" of the series "Vue.js 3...
Instructional Video2:50
Curated Video

Vue.js 3 and Firebase for Beginners - Unsubscribing from Updates

Higher Ed
In this video, the author talks about how to unsubscribe from updates. To do this, we will use the useOrders.js file, where we can add the unsubscribe function to a variable.
<
br/>
This clip is from the chapter "Real-Time Updates...
Instructional Video2:30
Curated Video

Vue.js 3 and Firebase for Beginners - Real-Time Order Updates

Higher Ed
We will make a few updates in the useOrder.js file to get real-time order updates in the website.
<
br/>
This clip is from the chapter "Real-Time Updates and Firebase Rules" of the series "Vue.js 3 and Firebase for Beginners".This...
Instructional Video6:46
Curated Video

Vue.js 3 and Firebase for Beginners - Adding the User to Orders

Higher Ed
In this video, we will make sure the user object is placed on our order before pushing it to the database. We will also make sure that the user is logged in before creating a new order and to do this, we will go into the useBasket...
Instructional Video5:07
Curated Video

Vue.js 3 and Firebase for Beginners - Show and Hide Admin Blocks

Higher Ed
In this video, the author explains how to show and hide each admin block section to make the page a lot smaller; we don't need to read all the information on the page.
<
br/>
This clip is from the chapter "Firebase Setup and...
Instructional Video4:43
Curated Video

Vue.js 3 and Firebase for Beginners - Deleting Orders

Higher Ed
This video explains how to delete the orders using the deleteOrder reference.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the Firebase...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Looping over Orders

Higher Ed
Now that we can successfully retrieve the order from the database, this video explains how to loop over orders and display them inside the table.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series...
Instructional Video7:58
Curated Video

Vue.js 3 and Firebase for Beginners - Fetching Orders

Higher Ed
This video explains how to successfully retrieve the orders from the database to use them in our project.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This...
Instructional Video8:15
Curated Video

Vue.js 3 and Firebase for Beginners - Creating Orders

Higher Ed
This video explains the code to create a new order, which follows a similar pattern to creating a new pizza.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Instructional Video4:26
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Listing Orders Component

Higher Ed
The final component we are adding to the admin list is the current orders component. This component will be used to list the current orders and is added to the admin folder to keep it organized.
<
br/>
This clip is from the chapter...
Instructional Video3:55
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 1

Higher Ed
In this video, we will create a top 10 dataset using the accessories inventory dataset.
Instructional Video10:18
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Order Controller

Higher Ed
This video walks through creating the Order Controller in the Web API project. It uses the order repository to associate the CRUD operations with the Order Controller action methods.
<
br/>
This clip is from the chapter "Coding...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create an Order Repository

Higher Ed
An Order Repository class is created and initialized with the connection string and the logger object. GetAllOrders() method is created to list all orders from the Orders table in the SQL database.
<
br/>
This clip is from the...
Instructional Video7:23
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How to Migrate the Web API/MVC Project to ASP.NET 5.0?

Higher Ed
This video will show the two main steps required to perform the migration from ASP.NET Core 3.1 to ASP.NET 5.
<
br/>
This clip is from the chapter "Bonus: Migrating the Project to ASP.NET 5" of the series "ASP.NET 6.0 - Build...
Instructional Video7:31
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)

Higher Ed
This video explains the creation and code for the Index view of the Order Controller. You will be able to create the Order Controller Index View and run the application.
<
br/>
This clip is from the chapter "Coding Project Part 2:...
Instructional Video5:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example

Higher Ed
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Instructional Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132

Higher Ed
In this lecture, the next step is to start building the home page of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video6:33
Curated Video

Master SQL for Data Analysis - Outer-Join

Higher Ed
In this lesson, we will look at a situation where there are tables with unmatched rows from one table to another.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video6:27
Curated Video

Master SQL for Data Analysis - Inner-Join

Higher Ed
In this lecture, we will look at the most common types of joins, called the inner-join type, for various use cases.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...