Instructional Video23:37
Global Health with Greg Martin

Global Health Journalism - the Pulitzer Center

Higher Ed
This week we return to bring you en episode on the importance of journalism in Global Health, featuring discussion with Emily Baumgaertner of the Pulitzer Center, and a talk with esteemed reporter and health-related journalist, Joanne...
Instructional Video10:48
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Social Engineering Attacks

Higher Ed
Social engineering attacks can take place over the phone, in person, or through technology. This episode discusses concepts such as spam, phishing and DNS URL redirection. This clip is from the chapter "Testing Infrastructure" of the...
Instructional Video12:02
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Practice Exercise Continuation on Product Sum Values with JavaScript Methods

Higher Ed
This video is a practice exercise continuation on product sum values with JavaScript methods. This clip is from the chapter "Cypress Framework Part 3- Configuration Properties and Environmental Variables" of the series "Cypress - Modern...
Instructional Video41:31
APMonitor

Python Import Export Data

10th - Higher Ed
Import data from an Excel spreadsheet, CSV file, PDF report, database, or cloud storage into Python. Data may reside in local storage or obtained through a remote connection to a database, web service, or extracted from a webpage. 0:00...
Instructional Video13:22
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Mock HTTP Responses to Generate Stub Data To Test Edge Scenarios

Higher Ed
This video explains mock HTTP responses to generate stub data. This clip is from the chapter "Mocking HTTP Requests/Responses with Cypress (XHR Testing)" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Instructional Video8:37
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Data Protection

Higher Ed
Data is not all the same. Whether data is at rest, in use, or in transit will affect how you can best secure it. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This...
Instructional Video5:21
Curated Video

Translation

Higher Ed
In this video, we will cover translation. This clip is from the chapter "Natural Language Processing (NLP) Workloads on Azure (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section, we will...
Instructional Video12:06
Packt

Importance of Locator Identifiers in Selenium

Higher Ed
This video explains the importance of locator identifiers in Selenium. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:22
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- AWS Cost Management Tools

Higher Ed
In this video, we'll learn about AWS cost management tools. This clip is from the chapter "Billing and Pricing" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".Learn about AWS pricing and how it works.
Instructional Video12:42
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Symmetric Cryptosystems

Higher Ed
In this episode, Mike describes encrypting and decrypting data with the same key. He also covers how symmetric algorithms can either be block or streaming and use various types of ciphers depending on which one is used. This clip is from...
Instructional Video13:44
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- AWS Cost Calculators

Higher Ed
In this video, we'll learn about AWS cost calculators. This clip is from the chapter "Billing and Pricing" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".Learn about AWS pricing and how it works.
Instructional Video10:36
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Monitoring Test Execution Videos and Screenshots through Cypress Dashboard

Higher Ed
This video explains monitoring test execution. This clip is from the chapter "Cypress Framework Part 4- Dashboard Feature with Video Recording and Screenshots" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video22:07
Curated Video

Data Science and Machine Learning with R - Data Import/Export

Higher Ed
This video explains how to import and export data in R. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video12:48
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Asymmetric Cryptosystems

Higher Ed
In this episode, Mike describes encrypting and decrypting data with different keys and the magic that happens when key pairs are generated. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification...
Instructional Video28:57
The Wall Street Journal

Beeple: Behind the Digital Art Boom

Higher Ed
Mike Winkelmann, known as “Beeple," discusses the value of both physical and digital art, his new studio, the impact of the “crypto winter” on NFT art and the potential uses of blockchain technology for artists.
Instructional Video36:29
Curated Video

Data Science and Machine Learning with R - Data Manipulation Section Introduction

Higher Ed
This video introduces you to data manipulation. This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation...
Instructional Video5:18
Curated Video

UX Design for Web Developers (Video 23)

Higher Ed
User experience (UX) design is a theoretical understanding of how users interact with websites. The major challenge developers building a company website face is finding the right balance that fulfills the objectives of the company as...
Instructional Video24:59
friEdTech

Happy FORMSgiving!

Higher Ed
Topics: Basic Form Creation Conditional Formatting Automatic Grading with Flubaroo Extension: Forms+ Getting credit via eduphoria! workshop eCourse
Instructional Video45:22
friEdTech

Edu on Air: Sharing is caring with free Google Chrome extensions and apps

Higher Ed
This session is about useful (can we say necessary?) Apps and Extensions for educators. How and why do you install them? What do they do? How do they open up a world of potential for your classroom? I'll show you in this session! This...
Instructional Video17:39
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Grabbing the Text for Validations Using Cypress Text Command

Higher Ed
This video explains grabbing the text for validations using Cypress text command. This clip is from the chapter "Deep Diving into Cypress Commands and its Asynchronous Nature" of the series "Cypress - Modern Automation Testing from...
Instructional Video3:39
Curated Video

Migrating to Angular 2 (Video 21)

Higher Ed
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Instructional Video13:28
APMonitor

Interactive Python with Widgets

10th - Higher Ed
An IPython widget allows a user to input a value or perform a function. Widgets enhance user interaction with the IPython notebook. See http://apmonitor.com/che263/index.php/Main/PythonWidgets to download the example IPython notebook and...
Instructional Video7:40
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Understanding Digital Certificates

Higher Ed
Digital certificates are used in many different places to verify the identity of a public key owner. They can also include verification from third parties for an added layer of security. This clip is from the chapter "Cryptography" of...
Instructional Video8:00
Packt

Identifying Objects with Text using XPATH Locators

Higher Ed
This video explains how to identify objects with Text using XPATH locators. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...