Curated Video
Chatbots Development with Amazon Lex - Start Developing Chatbot
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods
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.
Curated Video
Advanced Chatbots with Deep Learning and Python - Separation and Sequence
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.
Curated Video
Advanced Chatbots with Deep Learning and Python - Tokenizer
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.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 1
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Creating a Custom Field
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Reporting Overview
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 11-1
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Work with Reports
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView
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...
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 - ShareImageView - Part 1
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Completing the GridImagesView
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Images View
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Import Images and GridImagesView
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Create Context Menu to Copy to Clipboard
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Adding Text to the Speech Bubble View
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 1
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"...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Useful Hotkeys
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:...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Steppers
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...
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 - Final Touches
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"...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Options
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...