Hi, what do you want to do?
Curated Video
The Full Stack Web Development - Task List & Tables
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...
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...
Packt
Working with Timestamps
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...
<
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...
Packt
Event Bubbling & Delegation
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...
<
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Thread Pools
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 7)
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 1)
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...
Tarver Academy
How to Create Google Tasks from Gmail
In This Episode, Tyler Teaches Us About How to Create Google Tasks from Gmail
Packt
The User-Task Relationship
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...
<
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...
Packt
Promise Chaining
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...
<
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - What Is a Coroutine?
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Simple Workflow (SWF)
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)...
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS)...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Communication between Threads - join Method
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...
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In...
Rachel's English
Ways to say I'm Busy
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...
Curated Video
Mastering Grunt (Video 27)
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 9)
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...
Curated Video
The Full Stack Web Development - Publications & Subscriptions
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...
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Grouping Tasks with Fork/Join
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Task Continuation
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Coroutines on a Thread Pool
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Adding a Post-Commit Hook
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...
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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 1 – Object Relational Impedance Mismatch
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...
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...
Curated Video
Hands-On Auto DevOps with GitLab CI - Automating Runner Deployment
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...
• Provision virtual machines in AWS using An
sible
• Install and configure GitLab...
Curated Video
UX Design for Web Developers (Video 38)
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 6)
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...