Instructional Video7:20
Curated Video

The Full Stack Web Development - Task List & Tables

Higher Ed
Markdown- The formatting markup language: Task List & Tables
r/>
This clip is from the chapter "Markdown- The formatting markup language" of the series "The Full Stack Web Development".Markdown is a markup language very simple...
Instructional Video6:49
Packt

Working with Timestamps

Higher Ed
Sorting, Pagination, and Filtering (Task App): Working with Timestamps
<
br/>
This clip is from the chapter "Sorting, Pagination, and Filtering (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video13:45
Packt

Event Bubbling & Delegation

Higher Ed
DOM Manipulation & Events: Event Bubbling & Delegation
<
br/>
This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the...
Instructional Video12:37
Curated Video

Multi-Paradigm Programming with Modern C++ - Thread Pools

Higher Ed
Thread pool is a collection of threads that execute incoming jobs or tasks. Clients push tasks on the queue, and threads pick them one at a time. This provides an abstraction for background tasks. In addition, there is a single...
Instructional Video5:17
Curated Video

Introduction to ASP.NET MVC 6 (Video 7)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
Instructional Video2:22
Curated Video

Introduction to ASP.NET MVC 6 (Video 1)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
Instructional Video1:18
Tarver Academy

How to Create Google Tasks from Gmail

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Create Google Tasks from Gmail
Instructional Video5:26
Packt

The User-Task Relationship

Higher Ed
API Authentication and Security (Task App): The User/Task Relationship
<
br/>
This clip is from the chapter "API Authentication and Security (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video7:20
Packt

Promise Chaining

Higher Ed
REST APIs and Mongoose (Task App): Promise Chaining
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video5:05
Curated Video

Multi-Paradigm Programming with Modern C++ - What Is a Coroutine?

Higher Ed
Coroutine is a function whose execution can be suspended and resumed. Suspension saves the state of the function, then the caller can execute as if the function has returned. Resumption loads the saved state back and continues...
Instructional Video6:52
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Simple Workflow (SWF)

Higher Ed
This video explains how the AWS SWF helps you to implement workflows management, which allows you to have logic in a processing flow.
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS)...
Instructional Video3:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Communication between Threads - join Method

Higher Ed
In this session, we will learn about communication between threads - join method.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video7:42
Rachel's English

Ways to say I'm Busy

6th - Higher Ed
Are you trying to learn English phrases? In this English lesson I’ll teach you 15 English phrases that you can use to say “I’m busy”. If you incorporate these phrases into your spoken English you’ll sound more like a native speaker and...
Instructional Video4:42
Curated Video

Mastering Grunt (Video 27)

Higher Ed
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...
Instructional Video3:31
Curated Video

Introduction to ASP.NET MVC 6 (Video 9)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
Instructional Video12:55
Curated Video

The Full Stack Web Development - Publications & Subscriptions

Higher Ed
App Development with Meteor.js: Publications & Subscriptions
r/>
This clip is from the chapter "App Development with Meteor.js" of the series "The Full Stack Web Development".For Meteor.js framework that runs on both ends and...
Instructional Video8:34
Curated Video

Multi-Paradigm Programming with Modern C++ - Grouping Tasks with Fork/Join

Higher Ed
Fork/Join builds on top of continuation. The idea is that not one, but multiple parallel tasks can consume results of the previous one. And after those tasks are finished, another task aggregates the results. In this video we will...
Instructional Video9:32
Curated Video

Multi-Paradigm Programming with Modern C++ - Task Continuation

Higher Ed
Continuation is when an asynchronous task consumes results of the previous one. In this video we will implement and use such pattern. Additionally, we will see how to handle exceptions and propagate them to the caller of a...
Instructional Video6:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Coroutines on a Thread Pool

Higher Ed
We had implemented a concurrent tasks framework in Section 9. Back then we observed that threads had to wait on each other, which reduces concurrency. In this section, we will create a tasks framework that uses coroutines to achieve...
Instructional Video3:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Adding a Post-Commit Hook

Higher Ed
This video demonstrates how to add a post-commit hook.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It...
Instructional Video4:43
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 1 – Object Relational Impedance Mismatch

Higher Ed
This video explains about object relational impedance mismatch.
r/>
This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Instructional Video12:37
Curated Video

Hands-On Auto DevOps with GitLab CI - Automating Runner Deployment

Higher Ed
To have proper control over our custom CI infrastructure, we need deployment automation so we can create CI infrastructure automatically.

• Provision virtual machines in AWS using An
sible
• Install and configure GitLab...
Instructional Video5:12
Curated Video

UX Design for Web Developers (Video 38)

Higher Ed
User experience (UX) design is a theoretical understanding of how users interact with websites. The major challenge developers building a company website face is finding the right balance that fulfills the objectives of the...
Instructional Video4:39
Curated Video

Introduction to ASP.NET MVC 6 (Video 6)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...