Hi, what do you want to do?
XKA Digital
Get a reptation for being reliable
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...
Packt
Structuring a REST API
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...
<
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...
Packt
Resource Updating Endpoints: Part II
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,...
<
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,...
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
Does the IELTS Examiner Care About Your Task 2 Conclusion?
Today you’ll find out what the examiner wants to see in your conclusion for Writing Task 2.
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
Java Programming for Complete Beginners - Java 16 - Step 07 - Thread Utility Methods and Synchronized Keyword - Sleep, Yield
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...
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete...
Curated Video
Agile Project Management - Characteristics of a Development Team
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...
<
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...
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 5)
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
Mastering Grunt (Video 17)
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
The Full Stack Web Development - Mark & Delete From Collection
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...
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
Complete Modern C++ - std::future Wait Functions
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...
r/>
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Assignment - Company JS Controller and Repository
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...
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...
Poetry Foundation
Anjali Sachdeva reads "Self-Portrait"
Anjali Sachdeva reads Kiki Petrosino's poem "Self-Portrait
The Business Professor
Relevant Costs Explained
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.
Curated Video
B1 English Listening Practice - Procrastination
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...
Curated Video
Windows PowerShell Hands-On Training for Beginners - Manage Windows Services - Filtering the Services
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...
r/>
This clip is from the chapter "Administering Windows Services Using PowerShell" of the series "Windows PowerShell Hands-On Training for...
Bill Carmody
Budget Planning with Project Management Information Systems
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...
Music Matters
Can You Name the Key of this Piece of Music? - Music Theory
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...
Packt
Async-Await
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...
<
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...