Curated Video
Serverless JavaScript Projects 4.1: Creating the UI by Building a Good Front End with Drag and Drop Tiles
This video covers a usable front end UI that works for people to visualize a SCRUM or KANBAN board. • Set up an HTML template with Bootstrap and jQuery • Link the jQuery UI Library for drag and drop functionality • Build a UI that has...
Programming Electronics Academy
Details of Using Arduino Libraries: Arduino Course 6.4
A walk through of using a code library with Arduino.
Curated Video
Learn and Master C Programming - Creating Your First Library Project (.LIB)
We will go over creating our first static library project using Visual Studio and C. You should be able to create your own libraries by the end of this video. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the...
Curated Video
Learn and Master C Programming - Libraries Overview
Learn how to create and distribute static (.LIB) files for our code. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look...
Curated Video
Complete Java SE 8 Developer Bootcamp - Editions and Versions
Evaluate different versions and traditions of JDK available to us. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of Java...
Curated Video
C++ Standard Template Library in Practice - Project - Bitcoin Exchange Program
The aim of this video is to tie all of what we have learned together, using a project. Our project is a Bitcoin exchange rate program, that will fetch the latest exchange rates for multiple currencies. • We need to gather the necessary...
Rachel's English
Real Life - Dad's Office Part 2
If you’re studying English pronunciation and want to enjoy English conversation you’re in the right place! Here you will learn important vocabulary words in English, getting detailed analysis on each word’s use and pronunciation. You’ll...
Curated Video
Using Relative Pronouns: Who and That
Writers use relative pronouns to make their writing more specific and less wordy. Let's practice using the relative pronouns "who" to refer to people and "that" to refer to things.
Schooling Online Kids
A Life Skills Series: Interacting With Others - Verbal Communication - The Loud Library
Life Skills: self-awareness and empathy Bella and Bay are excited to visit the library. There are so many books to choose from! But when Bella starts talking too loudly, Bay gets embarrassed. Even worse, other people start to shush her!...
Packt
Bonus: HTTP Requests Without a Library
Asynchronous Node.js (Weather App): Bonus: HTTP Requests Without a Library This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Get Me Coding
Learn How to Use Loops in Scratch
Begin to learn how to use loops to contol how your sprite behave.
Brainwaves Video Anthology
Richard Ovenden - The Bodleian Library - University of Oxford
Richard Ovenden has been Bodley’s Librarian (the senior Executive position of the Bodleian Libraries, University of Oxford) since 2014. Prior to that Richard held positions at Durham University Library, the House of Lords Library, the...
Programming Electronics Academy
2 Easy fixes to Arduino error: “.h: No such file or directory"
2 Easy fixes to Arduino error: “.h: No such file or directory" Are you trying to run an Arduino sketch, but keep coming across a "No such file or directory" error? This is a pretty common error! Keep watching to learn more about 2 easy...
Packt
What Is Asynchronous Programming?
Asynchronous JavaScript, Ajax & Fetch API: What Is Asynchronous Programming? This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section, you will learn...
APMonitor
Java ☕ Course Overview
Every good programmer must have an understanding of the fundamentals of programming in order to build complex tools. This tutorial steps through core programming skills to build the more complex incubator temperature control. The...
Curated Video
C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library
The user is unfamiliar with I/O in the STL. • Introduce the basic classes and overview of I/O • Talk about how it is an extensible framework • Set up for the next section dealing with Console I/O This clip is from the chapter "I/O in...
Curated Video
Learning PHP 7 (Video 14)
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....
Programming Electronics Academy
How to set up an Arduino Library :: Video #1 :: Arduino Library Series
How to set up an Arduino Library :: Video #1 :: Arduino Library Series
Curated Video
Multi-Paradigm Programming with Modern C++ - Specializing the Template
Our “equal” function uses an epsilon to compare values. This works well with floating point types, but it’s inefficient for fixed point. We can try to specialize the function template, but how to do this in a generic way? • The problem...
Packt
Rendering Messages
Real-Time Web Applications with Socket.io (Chat App): Rendering Messages This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Packt
Custom HTTP Library (Ajax with Callbacks) - Part 1
Asynchronous JavaScript, Ajax & Fetch API: Custom HTTP Library (Ajax with Callbacks) - Part 1 This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section,...
Curated Video
API Testing with Postman - Using tv4 to Validate API Schema
Understand how to use schema definitions as a form of contract testing. • Discuss contract testing and how it fits in with schemas • Show how to setup a test using tv4 schema validation • Change the definition to demonstrate how it works...
Curated Video
C++ Standard Template Library in Practice - Project - Custom Writer Function
This is the third part of the project. • Create custom writer function as data handler • Make changes in the bitcoin class • Compile the project This clip is from the chapter "Introducing the Standard Template Library (STL)" of the...
Curated Video
Comprehensive Android Developer Bootcamp - RecyclerView Adapter and TimeAgo - Part 1
Build a Journal App with Firestore:RecyclerView Adapter and TimeAgo - Part 1 This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how...