Curated Video
Apache Maven Beginner to Guru - Developing with Snapshot Versions
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.
Curated Video
Excel VBA Programming The Complete Guide - The Object Data Type
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...
Curated Video
GCSE Secondary Maths Age 13-17 - Number: Upper and Lower Bounds - Explained
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...
Curated Video
Removing Unwanted Spaces in Excel
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Cloudflare and Self-Signed Certificate
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,...
Curated Video
Node.js API Masterclass with Express and MongoDB - Error Handler Middleware
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 8)
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...
Curated Video
Web Development with Node.JS and MongoDB (Video 29)
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...
Curated Video
Web API Development with Flask (Video 24)
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding
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
Curated Video
Django3- Error Handling
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...
Packt
Wiring up the User Interface
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...
Packt
Data Validation and Sanitization: Part II
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...
Let's Tute
Microsoft Excel Tutorial: Working with Count Functions
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...
IDG TECHtalk
FastAPI: Fast and easy JSON APIs with Python
Learn how Python's FastAPI framework can be used to quickly stand up JSON APIs, using modern Python features like async and type hints.
Curated Video
Multi-Paradigm Programming with Modern C++ - Constructors and Destructors
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...
Curated Video
Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 19 - Removing Spring Boot in the Basic Application
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...
Curated Video
Five Ways to Fix #VALUE Errors in Microsoft Excel
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.
Curated Video
RESTful Web API Design with Node.js (Video 9)
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...
Curated Video
Core Java Programming Course- Concept of Main Method
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...
Curated Video
Design test cases to verify a computer program : Unit Tests
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!...
Curated Video
Advanced Swift 2 Application Development (Video 11)
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...
Curated Video
Serverless JavaScript Projects 3.3: Put the Finishing Touches on the Lambda
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