Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Testing Library and Jest / 149
In this video, we will continue to implement and test the operator functions by clicking the operator buttons we created on the calculator.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Introduction / 148
Learn software testing with an introduction, software development lifecycle, design, development, testing, quality assurance, and quality control.
Healthcare Triage
There Are Way too Many False Positives in Prenatal Screenings
Prenatal testing can provide valuable information for anyone with a baby on the way. However, a recent report suggests that for some syndromes, these tests are wrong a majority of the time. It’s not because the tests are “bad”, though,...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Functions
This video explains functions in Python. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.
Curated Video
Social Media Automation using Python - Posting Photo with Caption
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...
Curated Video
Social Media Automation using Python - Attaching a File with Email
This video is a practical demonstration of attaching a file or document to an email. Then you will learn to use functions to set parameters to the mail before actually sending the mail. This clip is from the chapter "Email Automation" of...
Curated Video
Social Media Automation using Python - Creating Email Body and Sending
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email. This clip is from the...
Curated Video
Social Media Automation using Python - Linking Gmail with SMTP
This video demonstrates how to link a Gmail account with the SMTP client or server to send automated emails. This clip is from the chapter "Email Automation" of the series "Social Media Automation Using Python".This section focuses on...
Curated Video
Social Media Automation using Python - Sending Message to Group
In this lesson, we will look at sending messages to groups and understand the prerequisites of having admin rights to send messages to groups. You will learn to send messages with links to groups. This clip is from the chapter "WhatsApp...
Curated Video
Social Media Automation using Python - Closing the Tab
Here, you will learn how to close the WhatsApp tab and manipulate the time settings where we can set changes to when messages are sent. We will also send an automated message and close the tab soon after with a time setting. This clip is...
Curated Video
Recommender Systems with Machine Learning - Online Evaluation Techniques
This video talks about the online evaluation techniques of recommender systems. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Setting Up Your Own Webpage
In this video, you will learn how to set up your own webpage. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C...
Curated Video
CISSP Crash Course - Security Controls Testing
This video explains security controls testing and network discovery. This clip is from the chapter "Security Assessment and Testing" of the series "CISSP Crash Course".This section covers domain 6, which focuses on security assessment...
Curated Video
CISSP Crash Course - Analyze Test Output and Reporting
This video explains analyzing test output and reporting. This clip is from the chapter "Security Assessment and Testing" of the series "CISSP Crash Course".This section covers domain 6, which focuses on security assessment and testing.
Curated Video
CISSP Crash Course - Design and Validate Assessment, Test, and Audit
This video explains design and validate assessment, tests, internal and external audits. This clip is from the chapter "Security Assessment and Testing" of the series "CISSP Crash Course".This section covers domain 6, which focuses on...
Curated Video
CISSP Crash Course - Security Controls from Requirements
This video explains common criteria guidelines for security controls. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on architecture and...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Making Recommendations
In this lesson, you will learn to create a recommendation and use a brute-force algorithm to generate the recommendation. This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An...
Curated Video
HashiCorp Certified - Vault Associate Course - Running Vault Dev Server
In this video, we will show you how to run a HashiCorp Vault Dev server, which is a lightweight, single-node instance of Vault that is suitable for development and testing purposes. Running Vault Dev server is a quick and easy way to...
Curated Video
Oracle Database Administration from Zero to Hero - Upgrading Oracle Databases (Part 1 of 2)
In this video, we will explore the first part of upgrading Oracle databases. You will learn about the different methods available for performing an upgrade, understand the Oracle database upgrade roadmap, prepare your database for...
Curated Video
Oracle Database Administration from Zero to Hero - Patching Oracle Databases (1 of 3)
In this video, we will explore the patching process for Oracle databases. You will learn about different patch types for Oracle database versions prior to 12c R2, understand Oracle database version numbers, and gain insights into the...
Curated Video
Alteryx Advanced - Exercise 4
In this exercise, we will make use of expert modeling to build an XGBoost classification model that predicts airline passenger satisfaction. We will set the correct datatypes, clean missing values, remove weakly associated features, and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Monolithic Architecture
Let's explore the advantages and benefits offered by monolithic architecture. We will understand how the centralized nature of monolithic systems simplifies development, deployment, and maintenance processes, providing benefits such as...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Tools for Microservices Deployments
This video explores various CI/CD tools and technologies that are commonly used in microservices deployments. It discusses popular tools such as Jenkins, GitLab CI/CD, and CircleCI, and how they support the automation of building,...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments
In this video, the typical steps involved in a CI/CD pipeline for microservices deployments are discussed. It covers activities such as version control, building container images, running tests, deploying to staging environments, and...