Instructional Video11:20
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating the Page Elements Using JavaScript Code

Higher Ed
This video demonstrates how to create the page elements using JavaScript code. This clip is from the chapter "JavaScript Document Object Model (DOM)" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section...
Instructional Video7:09
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Writing HTML Code

Higher Ed
This video explains how to write HTML code. This clip is from the chapter "Introduction to Getting Started with Web Design" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section provides an introduction to web...
Instructional Video6:13
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Template Literals in JavaScript using Backticks

Higher Ed
This video focuses on the template literals in JavaScript using backticks. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video6:12
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Output Options in JavaScript

Higher Ed
This video introduces you to the output options in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video6:53
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Code Challenge – Output Action Challenge

Higher Ed
This video presents a JavaScript code challenge focusing on the output action. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to...
Instructional Video7:23
Packt

Modern Web Design with HTML5, CSS3, and JavaScript - Designing your First HTML Page and Resources for HTML

Higher Ed
This video demonstrates how to design your first HTML page and highlights some resources for HTML. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Instructional Video2:09
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Introduction to Front-end Web Design and Development

Higher Ed
This video introduces you to front-end web design and development. This clip is from the chapter "Introduction to Getting Started with Web Design" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section provides...
Instructional Video10:03
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Text Formats in HTML

Higher Ed
This video focuses on the text formats in HTML. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how to create web pages with HTML5.
Instructional Video14:04
Curated Video

Introduction to IT and Cybersecurity: Application Development Techniques

Higher Ed
Part 8/16 of Introduction to IT and Cybersecurity series : This video discusses application development techniques for end users and programmers. It explains the concept of end user development, which is where people who are not...
Instructional Video36:10
APMonitor

Logistic Regression from Scratch

10th - Higher Ed
Logistic regression is a machine learning algorithm for classification. In this algorithm, the probabilities describing the possible outcomes of a single trial are modeled using a logistic function. Logistic regression makes a binary...
Instructional Video15:35
APMonitor

Nonlinear Regression in MATLAB

10th - Higher Ed
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the MATLAB APMonitor toolbox. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared...
Instructional Video14:26
APMonitor

MATLAB Nonlinear Optimization with fmincon

10th - Higher Ed
This step-by-step tutorial demonstrates fmincon solver on a nonlinear optimization problem with one equality and one inequality constraint. Visit http://apmonitor.com/che263/index.php/Main/MatlabOptimization for source code.
Instructional Video16:23
APMonitor

SVM Texture Classification

10th - Higher Ed
Use the texture classifier to distinguish between sand, seed, and stone and then add an additional texture to the classification (your choice). The script uses a Local Binary Pattern (LBP) to create the features and a Support Vector...
Instructional Video17:51
APMonitor

Regression with MATLAB fmincon

10th - Higher Ed
A frequent activity in data science and machine learning is to develop correlations from data. By importing the data into MATLAB, data analysis such as statistics, trending, or calculations can be made to synthesize the information into...
Instructional Video3:00
Curated Video

Introduction to Coding: The Language of Computers

Pre-K - Higher Ed
Coding is the language that powers the technology around us. It's the set of instructions that computers follow to perform their functions. From smartphones and computers to cars and microwaves, code is what makes these devices work.
Instructional Video8:46
Curated Video

Apache Maven Beginner to Guru - Getting the Most out of this Course

Higher Ed
This video explains how to get the most out of this course. This clip is from the chapter "Apache Maven Introduction" of the series "Apache Maven: Beginner to Guru".This section introduces you to Apache Maven.
Instructional Video6:08
APMonitor

Matlab 👩‍💻 Course with Arduino TCLab

10th - Higher Ed
Welcome to this introductory course on MATLAB! This course is intended to help you start programming in MATLAB from little or no prior experience. There are video tutorials for each exercise if you have questions along the way. One of...
Instructional Video6:34
APMonitor

Visual Basic for Applications (VBA) in Excel

10th - Higher Ed
VBA adds programming functionality to Microsoft Excel. A Macro is a VBA program that can be recorded to auto-generate code in VBA. VBA is a simplified form of Visual Basic and lacks full-featured programming support. VBA extends the...
Instructional Video4:57
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.2: Code Documentation

Higher Ed
In this video, we will learn how to generate code documentation in Node.js. • Configure jsdoc • Write code documentation • Explore the generated documentation
Instructional Video3:38
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - About the Course

Higher Ed
In this video, you will get an idea of the course, table of contents etc. This clip is from the chapter "Before you start" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section introduces the course and...
Instructional Video5:31
Curated Video

Learn and Master C Programming - Overview of Mixing C with C++

Higher Ed
We will understand the problem of mixing our C code with C++ code (and projects) and how to address this problem by using extern "C" in our code. This clip is from the chapter "Mixing C with C++ Code" of the series "Learn and Master C...
Instructional Video41:31
APMonitor

Python Import Export Data

10th - Higher Ed
Import data from an Excel spreadsheet, CSV file, PDF report, database, or cloud storage into Python. Data may reside in local storage or obtained through a remote connection to a database, web service, or extracted from a webpage. 0:00...
Instructional Video25:17
The Wall Street Journal

Medical Testing Is Entering a New Era, Todos Medical CEO Says

Higher Ed
Gerald Commissiong describes how the company's new Covid-19 antibody test works and says the future of early cancer diagnosis could lie in blood testing.
Instructional Video5:06
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Streaming into Kafka

Higher Ed
Bringing data streams into Kafka is your first step towards developing real-time stream processing applications. Hence, we dedicate one full section for bringing data into a Kafka cluster as a stream. In this introductory lecture, you...