Instructional Video8:53
Curated Video

Chatbots Development with Amazon Lex - Start Developing Chatbot

Higher Ed
This video demonstrates the process of creating the Amazon Lex chatbot step by step. You will learn to create your ID on Amazon.com and log in. We will get to the interface and start working from there.
Instructional Video10:32
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods

Higher Ed
We will understand a method, a block of code that runs only when called and passes data known as parameters into a method. This helps us reuse code.
Instructional Video5:10
Curated Video

Advanced Chatbots with Deep Learning and Python - Separation and Sequence

Higher Ed
In this video, you will learn to make the train-test story questions and answers. We will then use a for loop to enter the story, question, and answer into the respective parts.
Instructional Video3:01
Curated Video

Advanced Chatbots with Deep Learning and Python - Tokenizer

Higher Ed
You will learn to import the tokenizer with and without filters. We will fit the tokenizer into our vocabulary using the fit_on_texts built-in command.
Instructional Video11:38
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 1

Higher Ed
In Part 1 of the calculated custom fields lesson, we will understand the concept of computed custom fields and how to create them to perform specific calculations related to project data. This clip is from the chapter "Custom Fields" of...
Instructional Video11:08
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Creating a Custom Field

Higher Ed
In this video, we will discover how to create custom data fields in Microsoft Project 2021. We will learn to define and set up custom fields to adapt the software to our unique project management requirements. This clip is from the...
Instructional Video8:39
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Reporting Overview

Higher Ed
In this video, we will explore an overview of the importance of reporting in project management. We will acquire insights into the types of reports available and their significance in project tracking and communication. This clip is from...
Instructional Video4:00
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 11-1

Higher Ed
In this demonstration exercise, we will mark tasks as complete, remove the % work complete column, add the % work complete column, run the work overview report and modify it, and print it to a PDF file. This clip is from the chapter...
Instructional Video5:16
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Work with Reports

Higher Ed
This video demonstrates creating, customizing, and saving reports in Project 2021. We will learn to use the report view to preview and modify reports before printing or sharing them. This clip is from the chapter "Basic Reporting" of the...
Instructional Video5:07
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView

Higher Ed
Here, you will learn to calibrate the “MainEmojiQuoteViewâ€. We will link the emoji to the quotes view and the images to the emoji quotes. When the app is run, we can make the emoji produce a random quote in the bubble and link the...
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 - ShareImageView - Part 1

Higher Ed
This lesson will teach us to share an image view based on the app's device. You will learn to make the images denser, add spacers, be able to scale the image size and text on display, and modify the text color. This clip is from the...
Instructional Video8:02
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View

Higher Ed
This video demonstrates how we can update the image view. We will use binding variables defining the image, color, and size. We will also adjust the image view based on the device that the app will run. This clip is from the chapter...
Instructional Video5:01
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Completing the GridImagesView

Higher Ed
In this video, we will understand how to change the image view. You will learn to create partial views of the images and also be able to scale the text. This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16 Crash...
Instructional Video3:33
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Images View

Higher Ed
Let's understand how to change the image preview in the image view. We will use the repeat function to define the number of times the image view appears and add scroll views. This clip is from the chapter "Emoji App" of the series...
Instructional Video3:59
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Import Images and GridImagesView

Higher Ed
Let's learn to import images and create a dedicated SwiftUI view called the “GridImagesView†and add the parameters to the SwiftUI view to adjust the images and display. This clip is from the chapter "Emoji App" of the series "SwiftUI...
Instructional Video5:30
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Create Context Menu to Copy to Clipboard

Higher Ed
Here, we will understand how to create image constants and a context menu. We will access the images we have chosen for the app, create a grid, and iterate through the images. This clip is from the chapter "Emoji App" of the series...
Instructional Video2:22
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Adding Text to the Speech Bubble View

Higher Ed
In this lesson, we will pick up where we left off in the previous video, where we defined the tail size and bubble radius. We will shift our focus to adding text to the speech bubble view. We will define parameters on how the text...
Instructional Video10:44
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 1

Higher Ed
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it. This clip is from the chapter "Emoji App"...
Instructional Video10:24
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Useful Hotkeys

Higher Ed
In this lesson, we will examine the various hotkeys used in Xcode and explore various tips and tricks we can use while creating new Xcode projects. This clip is from the chapter "Useful Tips" of the series "SwiftUI iOS 16 Crash Course:...
Instructional Video9:24
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Steppers

Higher Ed
In this lesson, we will explore steppers in detail. We will create a SwiftUI view, “StepperExampleViewâ€, to accept user input and display information/messages. This clip is from the chapter "Beyond the Basics" of the series "SwiftUI...
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 Video2:09
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Final Touches

Higher Ed
In this continuation video from the previous four lessons, this final installment focuses on the Swift UI view and buttons. We will test the functionality of the content we have created. This clip is from the chapter "Beyond the Basics"...
Instructional Video9:30
Curated Video

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

Higher Ed
In this lesson, a continuation of the previous video, we will now look at the edit options in more detail. You will learn about the alignment index, and we will test the “text.alignleftâ€, “text.aligncenterâ€, and...