Instructional Video12:45
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Classes & Objects

Higher Ed
Here, we will understand what classes and objects are and which are the keys to object-oriented programming.
Instructional Video5:27
Curated Video

A Detailed Guide to the OWASP Top 10 - API3:2023 Broken Object Property Level Authorization

Higher Ed
In this session, we will uncover the dangers of Broken Object Property Level Authorization and learn effective prevention techniques.
Instructional Video2:44
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - CloudFormation Properties

Higher Ed
AWS periodically updates properties that can be configured in CloudFormation. This video reviews the latest updates.
Instructional Video10:14
Instructional Video11:16
Instructional Video10:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI

Higher Ed
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Instructional Video11:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow UI

Higher Ed
In this video, we will be implementing the follow and unfollow functionality on the user profile UI.
Instructional Video19:55
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Connecting EditProfileView and UserProfile

Higher Ed
In this video, we will be connecting EditProfileView with UserProfile so that the user can see the updated profile details after editing them.
Instructional Video16:49
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Register User

Higher Ed
This video will guide you through the process of implementing user registration functionality for your Twitter Clone app's backend.
Instructional Video18:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed

Higher Ed
The UserProfile Feed is the heart of any Twitter Clone app's user profile page, showcasing the user's latest tweets, retweets, and other activities; in this video, we will show you how to create a responsive, dynamic UserProfile feed.
Instructional Video4:13
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User and Tweet Relationship

Higher Ed
In this video, we will establish a relationship between users and tweets, and demonstrate how to fetch all tweets by a specific user.
Instructional Video12:20
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - DELETE Notes

Higher Ed
DELETE requests are an essential part of any application that involves user-generated content; in this video, we will walk through how to structure and implement this functionality in your own projects, and offer guidance on how to...
Instructional Video8:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model

Higher Ed
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.
Instructional Video10:56
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request in the App

Higher Ed
In this video, we will walk through how to implement GET requests in a mobile app, and provide examples of how to use this functionality to retrieve and display data from an API.
Instructional Video20:52
Curated Video

The Art of Doing - Web Development for Beginners - CSS Transitions

Higher Ed
In this video, we will explore CSS Transitions, which enables you to smoothly change property values of elements over a specified duration. You will learn how to define transition properties and durations, and how to trigger...
Instructional Video15:50
Curated Video

The Art of Doing - Web Development for Beginners - CSS Selectors

Higher Ed
In this video, you will learn about different CSS selectors such as Universal selector, Element selector, Selector list, Class selector, ID selector, and Descendant selector. We will also understand how CSS properties are inherited...
Instructional Video13:14
Curated Video

The Art of Doing - Web Development for Beginners - Final CSS Project Part 1

Higher Ed
In this video, we will dive into coding our index page and adding styles using the welcome_style.css file. Learn how to create a visually appealing layout and apply CSS styles to your web pages.
<
br/>
This clip is from the chapter...
Instructional Video13:55
Curated Video

The Art of Doing - Web Development for Beginners - CSS Animations

Higher Ed
In this video, we will delve into CSS animations, which are more complex and versatile than transitions. You will learn how to define animations using keyframes and bind them to elements. We will explore the differences between...
Instructional Video13:32
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods

Higher Ed
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC...
Instructional Video18:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create a ToDo List Razor Pages Application

Higher Ed
This is a walkthrough to build a simple Razor ToDoList application with the in-memory collection. The video uses a service layer and dependency injection principles.
<
br/>
This clip is from the chapter "Detailed Look into Razor...
Instructional Video19:50
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes

Higher Ed
This video explains classes in JavaScript.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Instructional Video10:14
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes as Expression

Higher Ed
This video explains classes as an expression in JavaScript.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video4:44
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Static Keyword

Higher Ed
This video explains the static keyword in JavaScript.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Instructional Video13:29
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Prototypal-Chains

Higher Ed
This video explains prototypal-chains.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements...