Instructional Video6:21
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 6)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video6:27
Curated Video

Bug Bounty Program Certification 11.1: About Android App Frontend Penetration

Higher Ed
In this video, you will learn about Android app frontend penetration overview. • Explore frontend penetration techniques • Understand the process of frontend penetration • Learn about the goals of frontend penetration
Instructional Video2:32
Curated Video

Bug Bounty Program Certification 1.1: The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video6:35
Curated Video

Learn and Master C Programming - Understanding Heap Memory

Higher Ed
We talk about heap memory and its main characteristics as well as the functions needed to work with heap memory. This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute...
Instructional Video5:42
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.4: Node Process Manager

Higher Ed
In this video, we will see how to use a process manager to keep our Node.js applications up and running. • Get an introduction to node process manager • Show strongloop • Show pm2
Instructional Video3:39
Curated Video

Predictive Analytics with TensorFlow 9.2: Implementing an RNN for Spam Prediction

Higher Ed
We will see how to implement an RNN in TensorFlow to predict spam/ham from texts. • Construct RNN network • Perform the training • Plot accuracy over time
Instructional Video10:01
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 7)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video4:53
Curated Video

.NET Core Microservices - Synchronous Versus Asynchronous Communication

Higher Ed
This video explains synchronous versus asynchronous communication. This clip is from the chapter "Checkout Functionality" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the...
Instructional Video13:29
Curated Video

Learn and Master C Programming - Using Visual Studio IDE to write our first C Program

Higher Ed
Learn how to write then compile and run our first C program using Visual Studio IDE. This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C Programming For Absolute...
Instructional Video3:14
Curated Video

.NET Core Microservices - Identity Server Terms

Higher Ed
This video explains the identity server terms. This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about identity server.
Instructional Video8:01
Curated Video

Python for Network Forensics 3.1: Enumerating Directories

Higher Ed
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...
Instructional Video7:33
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage

Higher Ed
In this video, we will learn how to look at the coverage of our code. • Install istanbul • Show coverage measurements • Analyze our code coverage
Instructional Video6:17
Curated Video

Learning D3.JS 5.0 8.4: Setting Up a Line Chart

Higher Ed
In this video, we will learn how to set up a basic structure for a line chart. • Understand the HTML file • Understand the CSS file • Understand the app.js file and view the result
Instructional Video8:40
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 8)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video4:52
Curated Video

Learn and Master C Programming - Using 'strcmp' and 'stricmp' functions to compare strings

Higher Ed
We will learn how to use 'strcmp' and 'stricmp' functions to compare strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings...
Instructional Video8:52
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 2

Higher Ed
We will see how we can write code to implement two operations on the command-line while handling input errors. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video3:19
Curated Video

Learn and Master C Programming - Working With Strings - Reviewing Strings in C/C++

Higher Ed
We will kick off this section by a quick review of strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and string function...
Instructional Video5:09
Curated Video

Java 11 Programming for Beginners 5.3: Working with Annotations

Higher Ed
Here we cover annotations and how they help with documentation as well as compile-time and runtime uses. • Add an analysis of financial data based on average spending on each day of week. The new code uses annotations • Explain the...
Instructional Video14:31
Curated Video

Java 11 Programming for Beginners 2.4: Using Primitive Types

Higher Ed
This is a heavyweight video. We do most of the example solving here to showcase primitive types. • Quick run through of the various primitive types in Java • A brief mention of overflow and underflow • A live programming session solving...
Instructional Video6:46
Curated Video

Mastering Tableau 2018.1, Second Edition 7.2: Quick Table Calculations – Running Total and Difference

Higher Ed
In this video, we’ll see the details of running total and difference. • Understand running total and difference • Implement running total and difference
Instructional Video4:59
Curated Video

Bug Bounty Program Certification 10.3: About the Android App Bug Bounty Program

Higher Ed
This video focuses on the information about Android bug bounty program. • Get basic understanding of Android bug bounty program overview • Explore listing tools and resources used • Learn about the process of Android app bug bounty
Instructional Video6:45
Curated Video

Cloud Native Development on Azure with Java 1.1: The Course Overview

Higher Ed
This video will give you a gist of what the course offers you.
Instructional Video7:25
Curated Video

Java 11 Programming for Beginners 4.1: Understanding Assignment and Operators

Higher Ed
Go through assignment and other operators. • We explain the example of a Pig Latin Translator • Explain operators • Implement a Pig Latin translator example
Instructional Video8:38
Curated Video

High Performance Scientific Computing with C 4.4: GPGPU with CUDA

Higher Ed
How can we accelerate our codes using modern GPUs? What is CUDA? • Learn how to add CUDA kernels to our code • See how to use nvcc to compile CUDA code • Learn about tuning CUDA code for performance