Curated Video
Chatbots Development with Amazon Lex - Responses with Boto
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
Curated Video
Chatbots Development with Amazon Lex - Lex Bot Overview
In this video, we will look at the Amazon Lex bot. Here, we will briefly overview its architecture, define the chat experience and the processes involved, and deploy the chatbot.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program
We will learn to use the IF statement to check if a block of conditions is true and the ELSE statement if false and write a program to evaluate test scores.
Curated Video
Supercharge Scala Future | FP-Tower - Refactoring
This video explains the concept of refactoring. This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
Curated Video
Supercharge Scala Future | FP-Tower - Error Handling with IO
This video talks about error handling with IO. This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
Curated Video
Supercharge Scala Future | FP-Tower - What Is an IO?
This video provides an overview about IO (Input/Output). This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
Curated Video
Supercharge Scala Future | FP-Tower - Evaluation
This video demonstrates how code is executed in Scala and how to delay an execution to an appropriate time. You will start by reviewing the techniques to define a code expression in Scala. This clip is from the chapter "Actions with...
Curated Video
Advanced Chatbots with Deep Learning and Python - Module Introduction-1
This introduction video elaborates on the concepts to be covered in this module, including comparing chatbots, the conventional versus AI chatbots, and use of chatbots in various fields of applications.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Use Task Inspector to Identify Issues
This video demonstrates how to use the Task Inspector feature in Project 2021 to identify and resolve issues with project schedules, navigate the Task Inspector pane, and use the suggestions provided by the Task Inspector to make changes...
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 - 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...
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
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Content-Based Filtering
In this lesson, we will understand the first model of filtering, content-based filtering, and learn its pros and cons.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Multiple Permissions
To understand practical permissions, you must understand multiple permissions. Permissions can come from multiple sources, and they aggregate to form practical or applied permissions. In this video, you will explore multiple permissions.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Principals
With any identity and access management solution, it is essential to understand the principal that can be managed, such as users and groups. This video introduces you to the principals you will manage in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Take the Exam
The final step is to take the exam. Here are a few good exam tips to help you pass with confidence.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Policy Conditions
Policy conditions impact when and how a policy is applied in AWS. In this video, you will see how to create an IAM policy and define policy conditions.
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
ChatGPT for Creatives - Neural Text
In this video, the author talks about an AI writing tool called Neural Text. It uses artificial intelligence to help writers generate content by suggesting sentences and phrases based on the input text. The author demonstrates how to use...
Curated Video
ChatGPT for Creatives - Rytr
In this video, the author introduces Rytr, an AI-powered writing assistant that generates content using advanced natural language processing techniques. The author explains how Rytr can be used to quickly generate content for different...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Super Copy Commands
Every CLI provides a basic copy command to move files from one location to another. These basic tools lack special features such as copying entire folder structures. That's where special "Super†copy commands come in. This clip is from...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method
This video explains the code to delete a customer from the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build Hands-On Web...