Instructional Video32:19
The Wall Street Journal

The Future of Gaming at Microsoft

Higher Ed
Microsoft Gaming CEO Phil Spencer discusses growth in cloud gaming, gaming subscriptions and the planned $69 billion acquisition of Activision Blizzard.
Instructional Video19:39
APMonitor

Install Python 3.7 on Windows or Linux

10th - Higher Ed
Follow these steps to install Python 3.7 on Windows: 1. Remove old Python distributions 2. Browse to python.org and download installer 3. Install to C:\Python37 4. Add to PATH Environment Variable a. C:\Python37 b. C:\Python37\Scripts 5....
Instructional Video11:45
Packt

What is Implicit Wait? Explain with Real Time Scenario

Higher Ed
This video explains Implicit Wait with a real-time scenario. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video7:58
Packt

Handling Window Authentication Pop-ups with Selenium

Higher Ed
This video explains how to handle window authentication pop-ups with Selenium. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video10:07
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Virtual Private Networks (VPNs)

Higher Ed
VPNs provide an encrypted network tunnel over the Internet to provide secure access to a remote network. Client-to-site VPNs allow individual device access where site-to-site VPNs can securely link branch offices over the Internet or...
Instructional Video9:05
Curated Video

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

Higher Ed
Staying up-to-date with the latest types of security attacks is form of attack mitigation. Keeping systems hardened helps protect against zero-day attacks. Software developers must adhere to secure coding practices to ensure deployed...
Instructional Video4:57
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Request Forgery Attacks

Higher Ed
Hijacked authenticated user sessions can result in Cross-Site Request Forgery (CSRF) attacks. This episode explains how these attacks occur and how they can be mitigated. This clip is from the chapter "Securing Dedicated Systems" of the...
Instructional Video11:25
Curated Video

CISSP®- Governance, Management, Standards, and Frameworks

Higher Ed
This video focuses on governance, management, standards, and frameworks. This clip is from the chapter "Certified Information Systems Security Professional CISSP Domain 1 - Security and Risk Management" of the series "CISSP®...
Instructional Video3:10
Curated Video

World of Computer Networking Your CCNA start - Introduction "What is a Computer Network?"

Higher Ed
This video provides an introduction to the course. This clip is from the chapter "What is a Computer Network?" of the series "World of Computer Networking: Your CCNA start".This section introduces you to the concept of computer networks...
Instructional Video3:51
Curated Video

Mastering Grunt (Video 8)

Higher Ed
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
Instructional Video6:16
Packt

List computer networking media : Firewalls and Servers

Higher Ed
From the section: The Internet. Here, we explore our internet options. In this episode, Mike begins the discussion of Application-layer protocols. Starting with a review of the interaction between IP packets and servers, the episode...
Instructional Video19:53
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- Amazon Route53 and DNS

Higher Ed
In this video, we'll learn about Amazon Route53 and DNS. This clip is from the chapter "Amazon Route53" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about Amazon Route53 and DNS.
Instructional Video11:58
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Secure Web and E-mail

Higher Ed
This episode covers how to harden web and e-mail servers using load balancers, proxy servers and NAT. POP, IMAP, SMTP, and S/MIME are also covered. This clip is from the chapter "Securing Dedicated Systems" of the series "CompTIA...
Instructional Video6:00
Curated Video

Learning Dart (Video 21)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video7:59
Packt

List computer networking media : Virtual Private Networks (VPNs)

Higher Ed
From the section: The Internet. Here, we explore our internet options. In this episode, Mike shows how virtual private networking (VPN) works and why people use VPN connections. He discusses the types of protocols and clients that make...
Instructional Video11:00
Packt

How to Handle Frames?

Higher Ed
This video demonstrates how to handle frames. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video3:45
Curated Video

Learning PHP 7 (Video 12)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video11:55
APMonitor

Matlab in Jupyter Lab Notebook

10th - Higher Ed
Project Jupyter is a web-browser Integrated Development Environment that started with Python but now supports many languages. This tutorial shows how to set up Matlab and Octave to run in a Jupyter Notebook or in Jupyter Lab...
Instructional Video6:25
Curated Video

Hands-On WebAssembly for C++ Programmers - Understanding WebAssembly and C++

Higher Ed
You may not understand what WebAssembly is or how it is used. You also may not know how it interacts with C++. • Learn about the deficiencies of JavaScript • Learn what WebAssembly is • Determine how WebAssembly achieves speedier...
Instructional Video10:18
Packt

Selenium Features – What You Need to Know

Higher Ed
This video provides a walk-through of the various features of Selenium. This clip is from the chapter "Selenium Introduction" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section introduces you to...
Instructional Video4:58
Curated Video

Hands-On WebAssembly for C++ Programmers - Experimenting with WebGL

Higher Ed
How do we get more advanced graphics, especially anything that uses OpenGL? • Learn about OpenGL conversions to WebGL • Compile examples from Emscripten related to OpenGL • See WebGL drawn graphics in the browser This clip is from the...
Instructional Video7:32
Curated Video

Hands-On WebAssembly for C++ Programmers - Exploring Web Debugging

Higher Ed
What tools are available to us in the web browser for debugging? • Explore HTML and Debug code • Profile CPU and network calls • Introspect memory and storage This clip is from the chapter "Debugging Techniques in WebAssembly" of the...
Instructional Video14:07
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Generate a Self-Signed Certificate Using OpenSSL

Higher Ed
In this video, we'll learn how to generate a self-signed certificate using OpenSSL. This clip is from the chapter "Creating a Self-Signed Certificate Using OpenSSL" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section,...
Instructional Video6:11
Curated Video

Hands-On WebAssembly for C++ Programmers - Performing in Parallel by Threading

Higher Ed
How do we convert threaded C++ code to execute in a single-threaded JavaScript environment? • Discuss the usage of threads and pthreads and how they map to web concepts • Comprehend the restrictions around threading in WebAssembly •...