Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage
In this video, we will learn how to look at the coverage of our code. • Install istanbul • Show coverage measurements • Analyze our code coverage
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
The Art Assignment
Which is the Real Girl with a Pearl Earring?
Explore Vermeer's masterpiece "Girl with a Pearl Earring" up close, and see how it's different (and not) from a high-res 3D print of the painting. We visit the Mauritshuis in The Hague and learn what happens when conservation scientists...
Curated Video
Develop a computer program to solve a problem using control structures : Break
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: Break
Curated Video
Complete Python Scripting for Automation - Simple exception handling to changing current working directory
Functions: Simple exception handling to changing current working directory This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code...
Curated Video
C++ Developer - Variables and Data Types - Part 3
This is the third part of a three-part video that explains variables and data types. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
Java 11 Programming for Beginners 2.4: Using Primitive Types
This is a heavyweight video. We do most of the example solving here to showcase primitive types. • Quick run through of the various primitive types in Java • A brief mention of overflow and underflow • A live programming session solving...
National Institute of Standards and Technology
No Strings Attached: NIST Protocol Helps Communicate Biometrics from Anywhere
NIST computer scientist Matt Aronoff describes the NIST Biometrics Web Services project, a new protocol that allows any device that can communicate with the Web to accept data from any biometrics sensors (such as fingerprint scanners,...
The Wall Street Journal
Brandon Blackwood on the Future of Accessible Fashion
Designer Brandon Blackwood discusses the benefits of bringing the customer into the design process and why he’s determined to make fashion accessible.
3D Print General
Lifesized 3D Printed Nefertiti - Scan the World
Scan the World! In this video I print and paint a 19 inch tall, life-sized Nefertiti bust.
Let's Tute
Drawing Animals 3D form with Light & Shadow Effect
In this video we will learn how to draw Animals 3D form with Light & Shadow Effect
Curated Video
Apache Maven Beginner to Guru - Hello World-Java Command Line
This video explains how to write the Hello World program in Java using the Java command line. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Kenhub
8 steps to create your own anatomy flashcards
Best tips on how to put together flashcards to learn anatomy.
Curated Video
Complete Python Scripting for Automation - Raise user Defined Exceptions
Exception Handling: Raise user Defined Exceptions This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined Exceptions.
Curated Video
Beginning Python (Video 20)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Develop a computer program to solve a problem using a sequence of instructions : Advanced If Statements
From the section: JavaScript Basics: Variables and Flow Control. In this section, we’ll learn about the basics of JavaScript. In this lesson, we’re going to continue looking at the if statement. We know about “if” and “else”, but there’s...
3D Print General
Cura Top Layer Ironing - Great 3D Printing Top Surface Quality
I decided to work with Cura's new 2.7 software and test out their experimental ironing feature. This ironing allows for a great top surface quality on 3D prints with flat sections.
3D Print General
How to Print with Extremely Fine Nozzles - Quality Comparison
In this video I test out E3D's 0.15mm and 0.25mm diameter nozzles. I also compare these fine quality prints to 0.4mm and 0.6mm diameter nozzles
Curated Video
C++ Developer - Introduction to Control Statements
This video introduces the control statements. 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.
IDG TECHtalk
How to use the map variable type | Smart Go
Learn about Go's map type, used to store values in a structure that can be quickly accessed with a key -- the Go equivalent of Python's dictionary or Java's HashMap type.
Curated Video
Core Java Programming Course- Two-dimensional (2D) Array Exercise
This video presents an exercise on 2D arrays. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Packt
Removing Hard Coded Paths in Framework by Generating Paths Dynamically
This video explains how to remove hard coded paths in framework by dynamically generating paths. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics...
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...
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...