Instructional Video19:16
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Delete Using jQuery

Higher Ed
This video explains a dynamic delete operation using jQuery.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize...
Instructional Video10:19
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding Bootstrap Styling

Higher Ed
This video explains how to add Bootstrap styling.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Instructional Video15:57
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Views

Higher Ed
This video explains the views folder and the index.cshtml file.
<
br/>
This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a...
Instructional Video20:43
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Controller

Higher Ed
This video explains CoursesController and we will understand the code.
<
br/>
This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and...
Instructional Video9:08
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding an About Us Page

Higher Ed
This video explains how to go about adding the about us page.
<
br/>
This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains...
Instructional Video17:10
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Modifying the Homepage

Higher Ed
This video explains how to modify the homepage by changing the snippet.
<
br/>
This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains...
Instructional Video5:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)

Higher Ed
This video explains the installation of SQL Server Express on Windows.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental...
Instructional Video5:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Save Username to Local Storage

Higher Ed
In this video, we will save the username entered by the user to local storage.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In...
Instructional Video6:31
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Testing Authentication

Higher Ed
This video explains testing the authentication to see the whole user experience.
<
br/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the...
Instructional Video5:44
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Components in React.JS

Higher Ed
This video introduces template literals in React.JS to dynamically generate strings with embedded expressions. You will learn to use template literals to concatenate strings and variables in a more concise and readable way. You will...
Instructional Video6:21
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction to React.JS

Higher Ed
In this video, we will look at React.JS, a popular JavaScript library for building user interfaces. You will learn about the benefits of using React, its component-based architecture, and the virtual DOM, and an overview of the key...
Instructional Video2:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Handling Error Pages with React-Router-DOM

Higher Ed
In this video, you will learn to handle error pages using React-Router-DOM. We will see how to define a fallback route for handling 404 errors and rendering a custom error page when a route is not found.
Instructional Video3:01
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Linking in React-Router-DOM

Higher Ed
This video focuses on using the link component provided by React-Router-DOM to create navigation links within applications. You will learn to create clickable links that navigate to different routes without refreshing the entire page.
Instructional Video2:11
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS

Higher Ed
This video explores the useEffect hook and its usage in React applications. You will learn to perform tasks such as data fetching, event subscriptions, and cleanup operations using the useEffect hook, and learn the concept of...
Instructional Video5:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Events in JavaScript

Higher Ed
In this video, we will delve into the world of events in JavaScript, the fundamental concepts of events, such as event types, event handlers, and event listeners. The video demonstrates how to attach event listeners to HTML elements and...
Instructional Video5:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Font Awesome Icons

Higher Ed
In this video, we will unleash the power of Font Awesome, a popular icon library, in web design projects, integrate Font Awesome icons into HTML and CSS, and explore the vast collection of scalable vector icons that can enhance the...
Instructional Video6:35
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family

Higher Ed
In this video, we will dive into the realm of fonts with CSS3's font-family property. We will explore the different font options available and learn how to specify font families for text content and utilize web-safe fonts and include...
Instructional Video7:00
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Types of CSS3

Higher Ed
In this video, you will learn about the different types of CSS3 in this video. Explore inline, internal, and external stylesheets and understand when and how to use each type effectively. We will gain insights into the advantages and...
Instructional Video4:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Uses of CSS3

Higher Ed
In this video, we will discover the various uses of CSS3 in web design. Learn how CSS3 is utilized to control the layout, typography, colors, and visual effects of webpages. We will understand the flexibility and versatility of CSS3 for...
Instructional Video13:08
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Examining Block and Inline Elements

Higher Ed
In this video, we will dive deeper into the concept of block and inline elements in HTML. We explore various examples of block and inline elements and learn how they behave in different scenarios and how block elements create line breaks...
Instructional Video3:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Anchor Tags?

Higher Ed
In this video, you will learn about anchor tags and how they are used to create hyperlinks and navigate between different webpages. Understand the attributes such as href, target, and rel to specify the destination and behavior of the...
Instructional Video2:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Commenting Out Code in HTML5

Higher Ed
In this video, we will explore the technique of commenting out code in HTML5 to add comments within our HTML files, providing explanations, temporarily disabling code sections, or troubleshooting issues while maintaining code readability...
Instructional Video3:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML

Higher Ed
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Instructional Video2:05
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Using the useNavigate() Hook

Higher Ed
In this video, we will explore the useNavigate() hook and learn to use it to perform navigation actions in response to user interactions or other events. The video covers scenarios such as redirecting after form submission and...