The Wall Street Journal
The Future of Gaming at Microsoft
Microsoft Gaming CEO Phil Spencer discusses growth in cloud gaming, gaming subscriptions and the planned $69 billion acquisition of Activision Blizzard.
APMonitor
Install Python 3.7 on Windows or Linux
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....
Packt
What is Implicit Wait? Explain with Real Time Scenario
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...
Packt
Handling Window Authentication Pop-ups with Selenium
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Virtual Private Networks (VPNs)
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Common Attacks
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Request Forgery Attacks
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...
Curated Video
CISSP®- Governance, Management, Standards, and Frameworks
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®...
Curated Video
World of Computer Networking Your CCNA start - Introduction "What is a Computer Network?"
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...
Curated Video
Mastering Grunt (Video 8)
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...
Packt
List computer networking media : Firewalls and Servers
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...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Amazon Route53 and DNS
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.
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Secure Web and E-mail
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...
Curated Video
Learning Dart (Video 21)
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...
Packt
List computer networking media : Virtual Private Networks (VPNs)
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...
Packt
How to Handle Frames?
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...
Curated Video
Learning PHP 7 (Video 12)
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....
APMonitor
Matlab in Jupyter Lab Notebook
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Understanding WebAssembly and C++
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...
Packt
Selenium Features – What You Need to Know
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Experimenting with WebGL
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Exploring Web Debugging
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Generate a Self-Signed Certificate Using OpenSSL
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,...
Curated Video
Hands-On WebAssembly for C++ Programmers - Performing in Parallel by Threading
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 •...