Instructional Video2:17
The Business Professor

Forming an LLC

Higher Ed
This video provides a concise overview of the process for forming a limited liability company (LLC). It explains that the formation of an LLC involves choosing a unique name, filing the articles of organization, and paying a registration...
Instructional Video2:59
Curated Video

How One Startup Faked Millions of Users to Raise Money

12th - Higher Ed
Learn how the billion dollar startup IRL faked millions of users to raise money from venture capitalists. This scam is not is an isolated incident and other high-profile startups have been caught faking engagement.
Instructional Video2:30
Curated Video

PostgreSQL in 100 Seconds

12th - Higher Ed
Try Postgres with Neonref='https://bit.ly/neon-fireship' target='_blank' rel='nofollow'>Neon right now. Postgres is one of the most popular open-source SQL databases. It is an object-relational database that supports a wide range of...
Instructional Video2:46
Curated Video

Understanding Open-Source Licensing

12th - Higher Ed
Terraform infrastructure-as-code tool recently switched to a BSL license. As a result, it was forked into a new project called OpenTF. Let's look at open-source licensing and find out why this drama occurred.
Instructional Video8:34
Curated Video

6 Realistic Tips for Launching a Solo Company as a Software Engineer

12th - Higher Ed
When you learn how to code, you unlock the ability to build side-businesses that have the potential to make you rich. The 6-step guide provides realistic tips and tricks for launching a solo company as a software engineer.
Instructional Video2:46
Curated Video

Drizzle ORM in 100 Seconds

12th - Higher Ed
Drizzle is a serverless TypeScript ORM designed for PostgreSQL, MySQL and SQLite.
Instructional Video2:44
Curated Video

Ruby on Rails in 100 Seconds

12th - Higher Ed
Ruby on Rails is a web application framework that has build many unicorn startups like Airbnb, Shopify, and GitHub. Learn the basics of Rails in this quick video.
Instructional Video5:58
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Run and Test the App for User Data Protection

Higher Ed
This lecture shows the application in the running state and tests with a few movies with different user credentials to demonstrate the user profile data with data protection.
<
br/>
This clip is from the chapter "Authentication and...
Instructional Video1:13
Curated Video

Only In United Kingdom 7 - Fingerprint Scanning at Nightclub

9th - Higher Ed
Fingerprint Scanning at Nightclub:A high-tech solution to combat anti-social behavior and violence at a local nightclub involves fingerprint scanning for enhanced security.
Instructional Video7:46
Curated Video

Java Multithreading and Parallel Programming Masterclass - Introducing RxJava Framework (In a Nutshell)

Higher Ed
This video helps in introducing the RxJava framework (in a nutshell).
Instructional Video7:59
Curated Video

Practical Cyber Hacking Skills for Beginners - Web Attack - Cross-Site Scripting

Higher Ed
In this lesson, we will look at cross-site scripting, which is a client-side attack that targets the victim's browser with malicious code.
Instructional Video16:28
Curated Video

Practical Cyber Hacking Skills for Beginners - Web Attack - SQL Injection

Higher Ed
In this lesson, we will look at the top 3 web attacks. Here, we will look at malicious code or applications performed in action by third parties, mainly targeting databases.
Instructional Video9:09
Curated Video

Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL

Higher Ed
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Instructional Video9:10
Curated Video

Practical Cyber Hacking Skills for Beginners - Hashing

Higher Ed
In this video, we will look at hashing, which is the conversion of key/string/variable into a hash using an algorithm used in malware and antimalware products.
Instructional Video6:37
Curated Video

Practical Cyber Hacking Skills for Beginners - Hardening Networks

Higher Ed
Here, you will learn how to harden networks. What devices and protocols are available to harden a network from being hacked?
Instructional Video3:55
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Adding Spinkit to the App

Higher Ed
This lecture teaches the steps to configure BlazorPro.Spinkit, a Nuget package that allows animated loading indicators while the data is being asynchronously fetched from the database.
<
br/>
This clip is from the chapter...
Instructional Video12:43
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Installing the Blazor Movie App with Database from GitHub on User Machines

Higher Ed
This lecture walks through the process of simulating the Blazor CRUD application with the database after cloning it from the GitHub repository.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series...
Instructional Video20:57
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - View User Profile Data with Authorization

Higher Ed
This lecture shows all the steps in code required for implementing authorization to view user profile data.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video12:15
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Authentication in Action for the Movie App

Higher Ed
This lecture shows the usage of individual user accounts in the completed movies app from the previous section. You will see how only logged-in (authenticated) users can view the movies.
<
br/>
This clip is from the chapter...
Instructional Video7:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal

Higher Ed
This lecture shows how to close the modal dialog after saving to the database by clicking the submit button. You will learn the necessary changes needed to achieve this.
<
br/>
This clip is from the chapter "Create a CRUD...
Instructional Video14:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Details Page to Show List of Movies

Higher Ed
This video lecture shows how to create a details page for movies with a navigation menu.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Instructional Video9:05
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Seed the Movies Database

Higher Ed
In this video, you will learn the process of seeding the database with some initial records for testing.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video10:03
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Methods for Add, Edit, and Delete Operations

Higher Ed
In this lecture, the remaining CRUD operations of add, edit, and delete are performed through coding for the corresponding async methods. You will have a complete understanding of the implementation of the DataAccessService in the...
Instructional Video4:56
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Add the Movie Entity to the ApplicationDbContext

Higher Ed
In this video, you are shown how to add the movie entity to the ApplicationDbContext class, which was generated with the selection of authentication (individual user account).
<
br/>
This clip is from the chapter "Create a CRUD...