Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
The author dives into syntax and usage of primitive data types. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards,...
Curated Video
Learning Scala Web Development (Video 13)
The Scala programming language has gained a lot of traction in the last couple of years because of its functional orientation and conciseness. The industry has a strong interest in using Scala in modern production systems, and as such,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else
Learn more about conditionals that allow us to write blocks of code that are executed if a certain state is true or false This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 18 - Understanding Primitive Variable Types in Java
This video talks about understanding primitive variable types in Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Django3- If Statements and Comments
In this video, we will look at If statements and comments. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Packt
ES6 Sets
Other Newer Features - ES2015+: ES6 Sets This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of JavaScript like...
Curated Video
Complete Modern C++ - Type Traits (C++11)
This video shows you a few type traits and how to use them. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Java Boolean Data Type - Relational and Logical Operators
In this video, we will learn about Java Boolean data type - relational and logical operators. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Learning PHP 7 (Video 5)
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....
Curated Video
The Modern JavaScript Bootcamp (2019) - Methods
In this video, you’re going to learn about methods. A method is nothing more than an object property with a value set to a function. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Logical Operators
This video explains how to perform various logical operations on variables and literals in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Curated Video
TypeScript for Beginners - Extending Interfaces
This video demonstrates how to extend interfaces. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Curated Video
.NET Core Microservices - Create DTOs Inside Product API
This video focuses on create DTOs inside product API. This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn products API...
Curated Video
Excel VBA Programming The Complete Guide - Review of Application.EnableEvents
The Application.EnableEvents property is used to enable and disable Excel events (automatic actions that are triggered by user interactions). In this lesson, we discuss the benefits of temporarily disabling this feature in an event...
Curated Video
How to Embed a Clock into PowerPoint without Flash
In this video, Justin demonstrates how to embed a clock into a PowerPoint presentation without using flash. He provides step-by-step instructions on creating a text box, formatting the time, and adding code to start and stop the clock....
IDG TECHtalk
Python lists: Sorting lists, either in-place or by creating new lists
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Curated Video
.NET Core Microservices - Product API Controller POST PUT DELETE
This video explains the concept of product API controller POST PUT DELETE. This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Java Arrays - Puzzles - Arrays of Objects, Primitive Data Types, toStr
In this session, we will learn about Java arrays - puzzles - arrays of objects, primitive data types, toStr. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - JavaScript Data types
JavaScript Crash Course: JavaScript Data types This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript,...
Curated Video
Excel VBA Programming The Complete Guide - The Variant Data Type
In this lesson, we use the TypeName method from the VBA object to track the data type of a Variant variable as we assign different values to it. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA...
Curated Video
Excel VBA Programming The Complete Guide - The Application.InputBox Method
The Application.InputBox method offers some additional flexibility when collecting user input. In this lesson, we provide a custom Type argument to collect a Range input from the user. We then color the range with an assorted collection...
Curated Video
Learn Go in 3 Hours - Numeric Types
Go provides a rich set of built-in numeric types that behave differently than numbers in other languages. • This video covers the primitive numeric types in Go, how to declare them, and how to convert between them. • Explore the integer...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction
In this video, we will learn about Java ternary operation - an introduction. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals...
Curated Video
Django3- List Todos
In this video, we will look at list Todos. 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 Woo.