Instructional Video5:19
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Introduction to Java Method Arguments – Exercises

Higher Ed
In this video, you will learn about an introduction to Java method arguments with exercises.
Instructional Video10:36
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Introduction to Java Methods - Arguments and Parameters

Higher Ed
In this video, we will see an introduction to Java methods—arguments and parameters.
Instructional Video4:25
Curated Video

Deep Learning - Crash Course 2023 - Contour Plots

Higher Ed
In this video, you will learn how to create Contour plots. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Instructional Video8:19
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Mongoose and MongoDB

Higher Ed
In this video, we will show you how to use Mongoose, a popular Node.js library, to build and manage a MongoDB database.
Instructional Video9:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Integrating Serilog for Web API Logging

Higher Ed
This video explains the steps for integrating Serilog for Web API logging. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section explains how to...
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Non-Member Strategy Pointer

Higher Ed
In this video, we will see one more alternative to the strategy pattern, where the pointer is passed as an argument into the function, instead of being a member of the class. This clip is from the chapter "Strategy" of the series...
Instructional Video6:19
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Rest Parameters

Higher Ed
This video explains the rest parameters. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a...
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Containers - I (Array)

Higher Ed
In this video, you will implement an array class as a dynamic array. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video6:20
Curated Video

Behavioral Design Patterns in C++ - Boolean Interpreter - I

Higher Ed
This video helps in the implementation of the Boolean Interpreter design pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:57
Curated Video

Behavioral Design Patterns in C++ - Generic Acycle Visitor - II

Higher Ed
In this video, you will go ahead and build on the previous video of implementing the generic Acycle Visitor completely. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video4:08
Curated Video

Behavioral Design Patterns in C++ - TextPad - VIII

Higher Ed
This video demonstrates how to use the command pattern to handle commands/events and also achieve loose coupling between the classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video2:46
Curated Video

Behavioral Design Patterns in C++ - TextPad - VI

Higher Ed
In this video, we will use the menu class with the application class. You will be able to see how the classes are loosely coupled. This implementation uses a pointer to function as callback and does not use an object-oriented approach....
Instructional Video3:36
Healthcare Triage

Do Oreos Lower Cholesterol? No.

Higher Ed
According to a recent study, “Oreo Cookie Treatment” is better at lowering LDL cholesterol (the “bad” cholesterol) than high-intensity therapy with cholesterol-lowering drugs called statins. ARE OREOS A HEALTH FOOD NOW?!
Instructional Video10:41
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Regression Notebook

Higher Ed
In this video, we will understand linear regression by proving the Mosse law true. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Instructional Video7:23
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Regression Theory)

Higher Ed
In this video, we will take a crash course in linear regression for TensorFlow 2.0. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Instructional Video10:51
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Transfer Learning Code (Part 1)

Higher Ed
In this video, we will dive into action and look at codes for transfer learning with data augmentation. This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning - Convolutional Neural Networks...
Instructional Video6:50
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST

Higher Ed
In this video, we will start with implementing CNN with the fashion MNIST dataset. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Instructional Video3:10
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - PDF and CDF

Higher Ed
In this video, you will learn how to calculate PDF and CDF under normal distribution. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will...
Instructional Video4:36
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Scatterplot

Higher Ed
In this video, you will learn about a scatterplot. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video14:07
Curated Video

Oracle Database Administration from Zero to Hero - Using Password File Authentication

Higher Ed
In this video, you will learn about password file authentication. You will understand the concept, create a password file, set the REMOTE_LOGIN_PASSWORDFILE parameter, explore the relationship between OS authentication and password file...
Instructional Video11:58
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - forEach Method and Callbacks / 035

Higher Ed
This video explains the forEach method and callbacks in JavaScript. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions, arguments,...
Instructional Video5:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Functions and Methods / 034

Higher Ed
This video explains functions and methods in JavaScript. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions, arguments, and...
Instructional Video15:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arguments and Parameters / 031

Higher Ed
This video explains arguments and parameters in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video24:03
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Callbacks and Callback Hell / 184

Higher Ed
This video explains callbacks and how they work as a synchronous and asynchronous element and also explains callback hell. This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready...