Curated Video
Get Hired: Technical Interview
What is a technical interview? It is when you are required to perform a specific activity or assignment to demonstrate your knowledge, ability, and method from start to finish. The variance of tasks may depend on your vocation and are...
Curated Video
Practical Cyber Hacking Skills for Beginners - Web Attack - Cross-Site Scripting
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.
Curated Video
Practical Cyber Hacking Skills for Beginners - OWASP Top 10
Let's learn about an awareness document representing a broad consensus about web applications' most critical security risks.
Curated Video
Practical Cyber Hacking Skills for Beginners - HTML, CSS, JavaScript and PHP
Here, we will understand more about hypertext markup language (HTML), JavaScript, and the hypertext preprocessor.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal
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. This clip is from the chapter "Create a CRUD Application in Blazor"...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Pass Parameter to Components and Prevent Default Action
In this video, you will be able to pass parameters to top-level components and prevent default keypress inputs to be registered for a Blazor 3.1 server project. These features were released on December 3 by Microsoft and enhance Blazor...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnAfterRender and OnAfterRenderAsync
This lecture shows a demo code for illustrating these two Blazor lifecycle methods: OnAfterRender and OnAfterRenderAsync. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Blazor Hosting Models
This video explains different hosting models for the Blazor framework and makes you aware of their pros and cons before deciding to go ahead with one or the other. This clip is from the chapter "Introduction to ASP.NET Core 3.1 Blazor"...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - What Is Blazor?
This is an introduction to the ASP.NET Core 3.1 Blazor web framework. Through this lecture, you will be able to have an overview of Blazor and get answers to common questions such as: What is Blazor? Why should I learn Blazor? This clip...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Introduction and Features
In this introductory video, you will understand what Blazor is in a nutshell and understand the highlights of this course. This clip is from the chapter "Introduction" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Stories Section
Learn how to recreate the captivating stories section within the Instagram UI clone, gaining valuable insights into its construction and adding a dynamic element to your project.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections
In this video, we will tackle the creation of the Model Y and Accessories sections within the Tesla UI clone, adding depth and detail to the overall user interface.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Hello World
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Applying JavaScript: Smooth Scroll and Image Slider
We will continue to add more features to our website and make it more functional by learning to add a smooth scroll bar and an image slider. We will instruct ChatGPT to provide us with the JS code for the same and modify it as necessary...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive
After learning how to create a basic website, you will now learn to make the website more presentable, interactive, and enjoyable. We will use JavaScript. We will instruct ChatGPT to help us with the JavaScript code required to redesign...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Constructor Functions
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is OOP?
In this video, we will define object-oriented programming and explore its fundamental concepts, including objects, classes, and inheritance. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Speech Synthesis API - Text to Speech
In this video, you will learn about the Speech Synthesis API. We will see how to create a project that converts text to speech using the Speech Synthesis API. This clip is from the chapter "Web Browser APIs" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly. This clip is from the chapter "Web Browser...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Web Animations API - Ball Project
In this video, you will learn about the Web Animations API. We will see how to create animations using the Web Animations API and how to control them using JavaScript. This clip is from the chapter "Web Browser APIs" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Video Player Project
In this video, you will learn how to create a video player using the Video API. We will see how to customize the video controls and add a progress bar. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...