Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Styling with Templating Engines
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Resource Overallocations
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....
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Use Team Planner to Assign Resources
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...
Curated Video
Chatbots Development with Amazon Lex - Complete Chatbot with Response Cards
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 3 - Adding Sliders
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 2 - Image and Color Picker section.screenflow
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Emoji Ninja Can Quote
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Get the Emoji SVG, Separate Parts, and Import to Xcode
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Buttons, Buttons, Buttons
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Text Section
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...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Principle of Least Privilege
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Creating Layers
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...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Working with Layers and Blocks
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...
Curated Video
The Art of Doing - Web Development for Beginners - Forms
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...
Curated Video
The Art of Doing - Web Development for Beginners - Interactive Tags
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts
In this video, we will be covering the process of creating user accounts for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow UI
In this video, we will be implementing the follow and unfollow functionality on the user profile UI.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Edit Profile and Follow Buttons
In this video, we will be working on the Edit Profile and Follow buttons of the Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Connecting EditProfileView and UserProfile
In this video, we will be connecting EditProfileView with UserProfile so that the user can see the updated profile details after editing them.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView
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...