Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Strings, variables, top down execution flow
Working with lists and exploring functions and methods This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
IDG TECHtalk
Cython's new pure Python syntax: Faster Python made easier
Cython compiles Python to C for speed, but has traditionally used a cumbersome custom syntax. Learn in this video about Cython's "pure Python" mode, a way to use Cython with regular Python syntax so you can continue to use your existing...
Catalyst University
Prone Torsion Test for Lumbar Instability | Rationale & Interpretation
In this video, I explain and demonstrate the prone torsion test, a special test used in the assessment of lumbar rotational instability. More specifically, we cover the hand placement in detail, the testing procedure, and the...
Catalyst University
Prone Instability Test | Rationale & Interpretation
In this video, I explain and demonstrate the prone instability test, a special test used in the classification of patients with low back pain into the stabilization subgroup.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Pull Two-Step Process
This video explains the two-step process of Git pull. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push,...
Brian McLogan
Perform subtraction of two functions and then evaluate
👉 Learn how to add or subtract two functions. Given two functions, say f(x) and g(x), to add (f+g)(x) or f(x) + g(x) or to subtract (f - g)(x) or f(x) - g(x) the two functions we use the method of adding/subtracting algebraic expressions...
Curated Video
Learning Python Web Penetration Testing (Video 7)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Curated Video
RESTful Web API Design with Node.js (Video 2)
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on both...
IDG TECHtalk
How to synchronize goroutines with waitgroups
Waitgroups let you take multiple goroutines and run them all to completion. Learn how to use this synchronization mechanism to keep the async and sync parts of your Go applications in harmony.
Packt
Implementing a Min Stack
This video demonstrates how to implement a min stack. This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min stack.
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part VI
This video is the sixth part of the six-part video that demonstrates how to refactor the game to use a deep copy to prevent issues with a shallow copy. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Curated Video
Practical Jenkins - Understanding Workflow of Jobs and Pipelines
For complex integration and release scenarios, jobs are not just enough. Jobs need to work together to create a sequenced workflow called pipeline. In the new model, Jenkins pipelines are a game changer with all features of pipelines...
Curated Video
Understanding Closure Property: Sets of Numbers
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Curated Video
Learning PHP 7 (Video 28)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Curated Video
Learning PHP 7 (Video 17)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Curated Video
Bash Shell Scripting- Simple Hello World awk script
This video shows how to write a simple Hello World awk script. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Curated Video
Core Java Programming Course- StringBuilder Class
This video explains the StringBuilder class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that...
Schooling Online
Shakespeare Today: Hamlet - Act 2 Summary
Everyone is puzzling to make sense of Hamlet’s increasingly crazed behaviour. Perhaps Hamlet is having some girlfriend trouble? But Hamlet is much more interested in investigating the ghost’s shocking claim that Claudius is a murderer......
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Interactive Rebasing with Squashing in the Local Repository
This video focuses on the interactive rebasing with squashing in the local repository. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Curated Video
Learning PHP 7 (Video 10)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
XKA Digital
Don't let early challenges stop you
As an Regional Director for Page Personnel, Sarah oversees both Page Personnel Secretarial and Business Support and Page Personnel Human Resources across the Midlands, London, Thames Valley, Home Counties and the South West. Sarah is...
Food Farmer Earth
Sharpening Skills: The Craft of Forging Chef Knives
A knife maker shares his journey of learning to make knives in Japan, emphasizing the balance between functionality and aesthetics in crafting kitchen knives. He cites a famous Japanese swordsmith's philosophy that a knife's beauty lies...
Packt
Max Stacks
This video introduces you to max stacks. This clip is from the chapter "Question 3: Max Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a max stack.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood
An introductory look at branching and how it works including real code examples from projects built in the course in later sections This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...