Instructional Video11:11
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Styling with Templating Engines

Higher Ed
This video demonstrates how to do CSS styling with templating engines. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video6:15
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Resource Overallocations

Higher Ed
Here, the focus is on resource overallocations, which occurs when a resource is assigned to more work than they can realistically complete in the given timeframe. Resource overallocations can lead to delays, and increased project costs....
Instructional Video4:35
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Use Team Planner to Assign Resources

Higher Ed
This video focuses on using the Team Planner view to assign resources to tasks, a useful tool in project management because it allows project managers to view and manage resource assignments across multiple tasks and projects in one...
Instructional Video10:14
Curated Video

Chatbots Development with Amazon Lex - Complete Chatbot with Response Cards

Higher Ed
This video will teach us to create complete response cards and check the created slot types with options best suited for enhanced user experience. We will test the bot for the full functionality of the intended tasks.
Instructional Video9:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run

Higher Ed
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Instructional Video3:06
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 3 - Adding Sliders

Higher Ed
In this video, you will learn to apply some modifiers. We will create buttons with action and label with options to save the image to a photo album. We will also create an option for a new renderer to render the image. This clip is from...
Instructional Video3:47
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 2 - Image and Color Picker section.screenflow

Higher Ed
Now, we will focus on learning how to resize the image. You will learn to add a slider that accepts a value, which will be the dimension of the screen display where the image gets displayed. We can resize the image and the font using the...
Instructional Video1:55
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Emoji Ninja Can Quote

Higher Ed
In this video, you will learn to add the bubble to the ninja emoji and test the ninja to display a quote when it functions. We will create a button to activate the ninja to display a random quote. This clip is from the chapter "Emoji...
Instructional Video6:08
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Get the Emoji SVG, Separate Parts, and Import to Xcode

Higher Ed
In this lesson, you will learn to create an emoji SVG by downloading an emoji of choice from Figma and then customizing or modifying the same using vectors to our preference and saving it on Xcode. This clip is from the chapter "Emoji...
Instructional Video12:59
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Buttons, Buttons, Buttons

Higher Ed
In this video, we will create a SwiftUI view, “ButtonsExampleViewâ€, and learn to create buttons, add features, and test their functionality. You will learn to add spacers, paddings, and colors, and make them more presentable. This...
Instructional Video4:37
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Text Section

Higher Ed
This is a continuation of the lesson from where we left off in the previous video. In this video, we will examine the text section. We will create a text field to input text. This clip is from the chapter "Beyond the Basics" of the...
Instructional Video4:19
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries

Higher Ed
In this video, we will demonstrate how to implement an animal input state update for OpenAI queries, allowing your chatbot to provide more personalized and engaging responses for animal-related topics.
Instructional Video5:02
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Principle of Least Privilege

Higher Ed
One of the biggest and most common mistakes made in security management is granting too many permissions to a user. The principle of least privilege can assist in preventing this and it is covered in this video.
Instructional Video3:47
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Creating Layers

Higher Ed
In this video, we will cover the creation and management of layers in AutoCAD 2D, which are essential for organizing and controlling the visibility of objects in the drawing. You will learn how to create layers, assign properties such as...
Instructional Video6:18
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Working with Layers and Blocks

Higher Ed
In this video, we will explore the concept of layers and blocks in AutoCAD 2D, which are essential for organizing and managing your drawings. You will learn how to create and manage layers, set layer properties, and work with blocks for...
Instructional Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Forms

Higher Ed
In this video, you will learn how to create HTML forms using the form tag and add different input elements to them. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video16:45
Curated Video

The Art of Doing - Web Development for Beginners - Interactive Tags

Higher Ed
In this video, you will learn about interactive tags such as buttons, input fields, radio buttons, select menus, and checkboxes, and how to use them in web forms. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video5:52
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts

Higher Ed
In this video, we will be covering the process of creating user accounts for our application.
Instructional Video12:13
Curated Video

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

Higher Ed
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.
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 Video13:02
Curated Video

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

Higher Ed
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.
Instructional Video11:22
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Edit Profile and Follow Buttons

Higher Ed
In this video, we will be working on the Edit Profile and Follow buttons of the Twitter Clone app.
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 Video19:41
Curated Video

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

Higher Ed
In this video, we will be creating an EditProfileView where users can update their profile information. We will cover the creation of the view layout, adding form fields for user input, and creating a ViewModel to handle the logic behind...