Instructional Video12:50
Curated Video

Apache Maven Beginner to Guru - Developing with Snapshot Versions

Higher Ed
This video explains how to develop with Maven snapshot versions. This clip is from the chapter "Maven in the Real World" of the series "Apache Maven: Beginner to Guru".This section focuses on Maven in the real world.
Instructional Video8:05
Curated Video

Excel VBA Programming The Complete Guide - The Object Data Type

Higher Ed
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Instructional Video3:48
Curated Video

GCSE Secondary Maths Age 13-17 - Number: Upper and Lower Bounds - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video6:39
Curated Video

Removing Unwanted Spaces in Excel

Pre-K - Higher Ed
This video tutorial demonstrates two effective methods for removing unwanted spaces in Microsoft Excel data. The first method involves using the find and replace tool (Ctrl+H) to quickly eliminate extra spaces, while the second method...
Instructional Video5:32
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Cloudflare and Self-Signed Certificate

Higher Ed
In this video, we'll take a look at Cloudflare and the self-signed certificate. 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 Video5:43
Curated Video

Node.js API Masterclass with Express and MongoDB - Error Handler Middleware

Higher Ed
Custom Error Handling & Mongoose Middleware: Error Handler Middleware This clip is from the chapter "Custom Error Handling & Mongoose Middleware" of the series "Node.js API Masterclass with Express and MongoDB".This section is about...
Instructional Video6:28
Curated Video

Introduction to ASP.NET MVC 6 (Video 8)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a new...
Instructional Video4:58
Curated Video

Web Development with Node.JS and MongoDB (Video 29)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video3:13
Curated Video

Web API Development with Flask (Video 24)

Higher Ed
Whether working in the enterprise, building for web or mobile, you will need to build (if you haven't already) RESTful APIs to serve data between different client applications and endpoints. This course delivers the fundamental knowledge...
Instructional Video5:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding

Higher Ed
In this video, we will learn how to write parallel low-level JavaScript code. • Learn about node.green • Show optional catch binding in node.green • Implement optional catch binding
Instructional Video9:46
Curated Video

Django3- Error Handling

Higher Ed
In this video, we will look at error handling. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site 3 - Todo...
Instructional Video14:06
Packt

Wiring up the User Interface

Higher Ed
Accessing API from Browser: Wiring up the User Interface This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to access API...
Instructional Video11:57
Packt

Data Validation and Sanitization: Part II

Higher Ed
REST APIs and Mongoose (Task App): Data Validation and Sanitization: Part II This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Instructional Video3:20
Let's Tute

Microsoft Excel Tutorial: Working with Count Functions

9th - Higher Ed
In this Microsoft Excel tutorial, we will learn about count functions. Count functions are used to count only numbers in a selected range of cells. We will explore the basics of count functions, understand how to use them, and see...
Instructional Video5:39
IDG TECHtalk

FastAPI: Fast and easy JSON APIs with Python

Higher Ed
Learn how Python's FastAPI framework can be used to quickly stand up JSON APIs, using modern Python features like async and type hints.
Instructional Video9:32
Curated Video

Multi-Paradigm Programming with Modern C++ - Constructors and Destructors

Higher Ed
Constructors, destructors, and assignment operators are all about object’s lifetime. Sometimes they are automatically generated, sometimes not. This video, provides instructions on how to deal with them. • The rule of zero: Stick to the...
Instructional Video5:40
Curated Video

Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)

Higher Ed
This video is an explanation and implementation of how constructors are used by the compiler to perform type conversion. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Instructional Video8:20
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 19 - Removing Spring Boot in the Basic Application

Higher Ed
This video demonstrates how to remove Spring Boot from a basic application. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video6:41
Curated Video

Five Ways to Fix #VALUE Errors in Microsoft Excel

Pre-K - Higher Ed
In this tutorial I'll show you five different reasons why you may get #VALUE! error messages in Microsoft Excel and how to fix each of them properly.
Instructional Video2:58
Curated Video

RESTful Web API Design with Node.js (Video 9)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on both...
Instructional Video7:28
Curated Video

Core Java Programming Course- Concept of Main Method

Higher Ed
This video explains the concept of the main method. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different concepts...
Instructional Video12:11
Curated Video

Design test cases to verify a computer program : Unit Tests

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Unit tests let you test your code. You should actually try to break your own code!...
Instructional Video8:58
Curated Video

Advanced Swift 2 Application Development (Video 11)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video16:41
Curated Video

Serverless JavaScript Projects 3.3: Put the Finishing Touches on the Lambda

Higher Ed
We need to bring in IBM Watson. • Install IBM Watson developer tools as a dependency • Add the Watson AssistantV1 call to the Lambda • Send back the response that Watson returns as the new API response