Curated Video
Time Delay Relays Explained
Time Delay Relays, in this video we learn the basics of how time delay relays work. Looking at time on delay and time off delay using transistors, capacitors and diodes as well as switches, mechanical relays and optical couplings to...
Curated Video
Orden
Este programa de video de accion en vivo es sobre la palabra orden. El programa esta disenado para reforzar y apoyar la comprension y retencion del estudiante de la palabra mediante el uso de secuencias de video, fotografias, diagramas y...
Curated Video
Migrating to Angular 2 (Video 17)
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 Angular 2,...
Curated Video
Cloud Native Development on Azure with Java 5.3: Scale and Autoscale the Application
In this video, we will learn how to scale and autoscale our application, which we deployed to Azure Kubernetes cluster. • Clone the source code for metrics server from the Kubernetes GitHub repository • Autoscale the app with more replicas
Packt
Testing an Express Application: Part I
Testing Node.js (Task App): Testing an Express Application: Part I This clip is from the chapter "Testing Node.js (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Packt
Removing a Note
File System and Command Line Args (Notes App): Removing a Note 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 this section, you will...
Curated Video
Learning Dart (Video 25)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Curated Video
Mastering Grunt (Video 22)
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
All In One Social Media
How To Go Live From Mobile With Streamyard // Host A Live Stream From Your Phone
Streamyard now allows you to HOST a live stream from your mobile, here's how to do it!
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Project Solution: Find a Truck Using Template Matching
From the section: Computer Vision Basics: Part 3. In this section, we’ll cover the advanced features of Computer Vision. Computer Vision Basics: Part 3: [Activity] Project Solution: Find a Truck Using Template Matching
Curated Video
CISSP® Certification Domain 3: Security Architecture and Engineering Video Boot Camp for 2022 - Secure operating systems and software architecture
CISSP Domain 3: Secure operating systems and software architecture. This clip is from the chapter "CISSP Domain 3: System Architecture and Engineering" of the series "CISSP® Certification Domain 3: Security Architecture and Engineering...
KnowMo
Significant Figures and Rounding: A Practical Guide
This video discusses the concept of significant figures and how to round numbers to a certain number of significant figures. The presenter explains how to identify significant digits and decision digits, and follows a clear process for...
Guinness World Records
Jet-Powered Go Kart: Chasing Speed and Achieving the Impossible
This video features a passionate engineer who has a love for speed and a knack for making things go fast. He shares his journey of creating the world's fastest go-kart, powered by a homemade jet engine with an afterburner. This prompts a...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Detect lane lines in colored image
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: [Activity] Detect lane lines in colored image
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - In-order traversal
Step by step display of the functionality of the completed job scheduler project This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Web Development with Node.JS and MongoDB (Video 39)
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 Development with Node.JS and MongoDB (Video 38)
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...
XKA Digital
Sometime ta risk is the safest thing
John started his communications strategy career at agencies JWT and then BMP-DDB where he won the coveted IPA Effectiveness Grand Prix. In the mid-90s he went on to become co-founder and head of strategy at creative agency St Luke's (as...
Packt
Advanced Computer Vision Projects 3.4: Videos and Retraining
In this video, we’ll briefly cover how to extend the model to handle videos and how to retrain the model. • See that we can apply algorithms to videos by running frame-by-frame • Briefly go over instructions to retrain on existing or new...
Curated Video
Mastering Tableau 2018.1, Second Edition 3.3: Using the Data Interpreter
In this video, we’ll see the data interpreter in action. • Load the dataset into Tableau • Apply the data interpreter to the data
Curated Video
Learning D3.JS 5.0 2.1: What Is an SVG?
In this video, we will learn about SVG, what it is, where we use it, what we can do with it, its advantages/disadvantages, and how D3.js handles them. • Understand the definition of SVG • Learn the properties of SVG • Know when we should...
APMonitor
Arduino Setup in GNU Octave
The Arduino forge package facilitates the interface to an Arduino. This tutorial demonstrates: 1. Install Octave 2. Install the Arduino package: pkg install -forge arduino 3. Write the Arduino firmware: arduinosetup 4. Load Arduino...
IDG TECHtalk
Python's Pillow library: Image processing made simple
In this introduction to Python's Pillow image processing library, we'll look at how Pillow makes common image processing jobs easy -- resizing, compositing, converting formats, and modifying image data.