Instructional Video1:25
XKA Digital

Get a reptation for being reliable

Higher Ed
Zoe has been at Softwire Technology, which provides bespoke software solutions, since 2000, in which time she has made it her mission to hold every role in the company; developer, project manager, consultant, sales, Operations Manager...
Instructional Video15:21
Packt

Structuring a REST API

Higher Ed
REST APIs and Mongoose (Task App): Structuring a REST API
<
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...
Instructional Video8:49
Packt

Resource Updating Endpoints: Part II

Higher Ed
REST APIs and Mongoose (Task App): Resource Updating Endpoints: Part II
<
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,...
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 Video2:59
Curated Video

Does the IELTS Examiner Care About Your Task 2 Conclusion?

9th - Higher Ed
Today you’ll find out what the examiner wants to see in your conclusion for Writing Task 2.
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 Video5:44
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Thread Utility Methods and Synchronized Keyword - Sleep, Yield

Higher Ed
In this session, we will learn about thread utility methods and synchronized keyword - sleep, yield.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete...
Instructional Video4:43
Curated Video

Agile Project Management - Characteristics of a Development Team

Higher Ed
This video explains the characteristics of a development team.
<
br/>
This clip is from the chapter "Scrum Roles - Understanding the Characteristics of Each Role" of the series "Agile Project Management".This section explains 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...
Instructional Video4:35
Curated Video

Introduction to ASP.NET MVC 6 (Video 5)

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 Video4:51
Curated Video

Mastering Grunt (Video 17)

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 Video5:28
Curated Video

The Full Stack Web Development - Mark & Delete From Collection

Higher Ed
App Development with Meteor.js: Mark & Delete From Collection
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 Video5:08
Curated Video

Complete Modern C++ - std::future Wait Functions

Higher Ed
In this video, understand the different types of wait functions provided by std::future and how to use them.
r/>
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about...
Instructional Video0:43
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Assignment - Company JS Controller and Repository

Higher Ed
In this video, we'll take an assignment for company JS controller and repository.
r/>
This clip is from the chapter "Company and User" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look...
Instructional Video2:03
Poetry Foundation

Anjali Sachdeva reads "Self-Portrait"

Pre-K - Higher Ed
Anjali Sachdeva reads Kiki Petrosino's poem "Self-Portrait
Instructional Video2:27
The Business Professor

Relevant Costs Explained

Higher Ed
A relevant cost is the opposite of a sunk cost. The relevant cost is a cost affected by a single management decision. Thus the decision will have an effect on the future cost.
Instructional Video3:21
Curated Video

B1 English Listening Practice - Procrastination

Pre-K - Higher Ed
This video serves as English listening comprehension practice for intermediate-level students. In this video, a native English speaker talks in a natural way about the topic of procrastination. The subtitles are included at the bottom of...
Instructional Video13:00
Curated Video

Windows PowerShell Hands-On Training for Beginners - Manage Windows Services - Filtering the Services

Higher Ed
This video explains how to manage Windows services – filtering the services.
r/>
This clip is from the chapter "Administering Windows Services Using PowerShell" of the series "Windows PowerShell Hands-On Training for...
Instructional Video3:42
Bill Carmody

Budget Planning with Project Management Information Systems

Higher Ed
This video discusses the importance of budget planning with project management information systems. The speaker highlights how project management information systems can assist in managing projects effectively, especially when multiple...
Instructional Video10:34
Music Matters

Can You Name the Key of this Piece of Music? - Music Theory

9th - 12th
Can you name the key this piece of music is in? This music theory lesson explains how to look at a short extract of music and figure out the key without hearing it. This types of exercises are often met in theory exams, where you are...
Instructional Video12:21
Packt

Async-Await

Higher Ed
REST APIs and Mongoose (Task App): Async/Await
<
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 REST...