Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating the Page Elements Using JavaScript Code
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Writing HTML Code
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Template Literals in JavaScript using Backticks
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Output Options in JavaScript
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Code Challenge – Output Action Challenge
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...
Packt
Modern Web Design with HTML5, CSS3, and JavaScript - Designing your First HTML Page and Resources for HTML
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Introduction to Front-end Web Design and Development
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Text Formats in HTML
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.
Curated Video
Introduction to IT and Cybersecurity: Application Development Techniques
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...
APMonitor
Logistic Regression from Scratch
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...
APMonitor
Nonlinear Regression in MATLAB
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...
APMonitor
MATLAB Nonlinear Optimization with fmincon
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.
APMonitor
SVM Texture Classification
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...
APMonitor
Regression with MATLAB fmincon
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...
Curated Video
Introduction to Coding: The Language of Computers
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.
Curated Video
Apache Maven Beginner to Guru - Getting the Most out of this Course
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.
APMonitor
Matlab 👩💻 Course with Arduino TCLab
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...
APMonitor
Visual Basic for Applications (VBA) in Excel
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.2: Code Documentation
In this video, we will learn how to generate code documentation in Node.js. • Configure jsdoc • Write code documentation • Explore the generated documentation
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - About the Course
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...
Curated Video
Learn and Master C Programming - Overview of Mixing C with C++
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...
APMonitor
Python Import Export Data
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...
The Wall Street Journal
Medical Testing Is Entering a New Era, Todos Medical CEO Says
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.
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Streaming into Kafka
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...