Hi, what do you want to do?
Epic History TV
Napoleon Makes a Risky Choice to Attack Arcole
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...
Epic History TV
Napoleon's First Defeat and the Plan for a Bold Counterattack
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...
Epic History TV
Defeat at Acre: Napoleon's First Major Setback
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...
Epic History TV
Napoleon's Costly Battle at Eylau
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Reduce Method in JavaScript and Example II
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"...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced"...
Curated Video
Vue.js 3 and Firebase for Beginners - Introduction
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...
<
br/>
This clip is from the chapter "Introduction" of the series "Vue.js 3...
Curated Video
Vue.js 3 and Firebase for Beginners - Unsubscribing from Updates
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...
<
br/>
This clip is from the chapter "Real-Time Updates...
Curated Video
Vue.js 3 and Firebase for Beginners - Real-Time Order Updates
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...
<
br/>
This clip is from the chapter "Real-Time Updates and Firebase Rules" of the series "Vue.js 3 and Firebase for Beginners".This...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding the User to Orders
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Show and Hide Admin Blocks
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...
<
br/>
This clip is from the chapter "Firebase Setup and...
Curated Video
Vue.js 3 and Firebase for Beginners - Deleting Orders
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...
<
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Orders
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...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series...
Curated Video
Vue.js 3 and Firebase for Beginners - Fetching Orders
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...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This...
Curated Video
Vue.js 3 and Firebase for Beginners - Creating Orders
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...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Listing Orders Component
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...
<
br/>
This clip is from the chapter...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 1
In this video, we will create a top 10 dataset using the accessories inventory dataset.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Order Controller
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...
<
br/>
This clip is from the chapter "Coding...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create an Order Repository
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...
<
br/>
This clip is from the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How to Migrate the Web API/MVC Project to ASP.NET 5.0?
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...
<
br/>
This clip is from the chapter "Bonus: Migrating the Project to ASP.NET 5" of the series "ASP.NET 6.0 - Build...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)
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:...
<
br/>
This clip is from the chapter "Coding Project Part 2:...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132
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.
Curated Video
Master SQL for Data Analysis - Outer-Join
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...
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Inner-Join
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...
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...