Hi, what do you want to do?
Curated Video
Bash Shell Scripting- Here Document for Multi-lines or Multi-line block
This video explains how to work with Multi-lines or Multi-line block.<br/<br/>>
This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Curated Video
Bash Shell Scripting- Arithmetic operators
This video provides an overview of arithmetic operators.<br/<br/>>
This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
Curated Video
Complete Java SE 8 Developer Bootcamp - Objects vs. Primitives
A discussion on the different characteristics of Java primitives (such as an int or boolean) and objects. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object...
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 1
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Curated Video
C++ Developer - Project - A Circle Class
This video presents a project on a circle class.<br/<br/>>
This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Packt
MERN E-commerce Environment Variables
This video focuses on environment variables.
r/>
This clip is from the chapter "Serving and Fetching Data from an Express" of the series "MERN E-commerce from Scratch".This section presents an overview of serving and fetching...
r/>
This clip is from the chapter "Serving and Fetching Data from an Express" of the series "MERN E-commerce from Scratch".This section presents an overview of serving and fetching...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Cypress Locator Strategies and How to Construct Them
This video explains Cypress locator strategies and how to construct them.
r/>
This clip is from the chapter "Getting Started with Cypress Test Automation" of the series "Cypress - Modern Automation Testing from Scratch +...
r/>
This clip is from the chapter "Getting Started with Cypress Test Automation" of the series "Cypress - Modern Automation Testing from Scratch +...
Packt
Resources and Environment
This video explains the various resources and environment required for this course.
r/>
This clip is from the chapter "Introduction" of the series "MERN E-commerce from Scratch".This section explains the basic concepts that are...
r/>
This clip is from the chapter "Introduction" of the series "MERN E-commerce from Scratch".This section explains the basic concepts that are...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2
Learn to code a “Car” class with state and behavior. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Curated Video
Mastering Swift 2 Programming (Video 24)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in...
APMonitor
Debugging Python with ipdb and Sypder
A powerful debugging tool for Python is the pdb (or ipdb) tool that is part of the Integrate Development Environment of Spyder (available from the Anaconda download). This exercise shows how to debug code to fix syntax and logical...
Packt
ES6 Aside: Arrow Functions
File System and Command Line Args (Notes App): ES6 Aside: Arrow Functions
<
br/>
This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In...
<
br/>
This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Creating a Database and Table
In this session, we will create a database and a table.
r/>
This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
r/>
This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
Curated Video
Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java
This video demonstrates how to use the third-party jars with the command line in Java.
r/>
This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java...
r/>
This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java...
Curated Video
C++ 20 (2a) New Features - Rationale Behind New Comparison Operator
Define a type that supports all standard relational operators in pre C++20 and using new defaulted three-way comparison operator.
• Define the six member oper
ators
• Define only <=
> operator
• Test
b
oth...
• Define the six member oper
ators
• Define only <=
> operator
• Test
b
oth...
Curated Video
Complete Python Scripting for Automation - working with split, sub and subn operations of re module
Regular expression with re module: working with split, sub and subn operations of re module
r/>
This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this...
r/>
This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this...
Curated Video
Migrating to Angular 2 (Video 18)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to...
Programming Electronics Academy
How to Use and Understand the Arduino Reference :: Open Source Hardware Group Arduino Tutorials
So you just opened up your fancy new gadget -- maybe an awesome DSLR camera, or the newest gaming system, or maybe a new Blu-ray player. As you gladly tear away the packaging -- you notice a small book that...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Conversion
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Literals
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete...
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete...
Curated Video
Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions.
r/>
This clip is from the chapter "Lambda Expressions and Static Imports" of the series...
r/>
This clip is from the chapter "Lambda Expressions and Static Imports" of the series...
Curated Video
C++ Developer - Section Wrap-Up - Control Statements
This video presents a summary of the course.<br/<br/>>
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
Excel VBA Programming The Complete Guide - Object-Oriented Programming in Real Life
VBA is an object-oriented programming language that views an application as a series of interactions between data entities called objects. Objects have properties, which describe its characteristics, and methods, which are actions that...
Curated Video
Migrating to Angular 2 (Video 9)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to...