Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
43 results
... how this pattern works nicely with Python's structural pattern matching. GitHub Repository: https://git.arjan.codes/2026/param.
83,666 views
5 days ago
After this video you will fully understand: ✓ What match/case actually does — structural pattern matching (not just a switch) ✓ All ...
11 views
9 days ago
Quantifiers let you match repeating patterns without writing them out by hand. This lesson covers the full spectrum: exact counts ...
2 weeks ago
KMP Fast Pattern Search Tool – Knuth-Morris-Pratt Algorithm Project This project presents an end-to-end implementation of the ...
30 views
1 month ago
... Rust syntax in just 7 minutes, including variables, data types, ownership, borrowing, lifetimes, structs, enums, pattern matching, ...
41 views
4 weeks ago
Learn how to solve LeetCode 44: Wildcard Matching using two structured techniques. This tutorial breaks down a Dynamic ...
31 views
13 days ago
Code Files from this Video on GitHub - https://github.com/TheGigaChat/regex_course/tree/main/regex-shorthands _ _ _ _ _ _ _ _ _ ...
29 views
3 weeks ago
Then we go deeper — using the intrinsic helpers Uppercase, Lowercase, Capitalize, and Uncapitalize, pattern matching strings ...
4 views
Build a creative AI-Like Suggestion UI using HTML, CSS, and JavaScript. In this project, the interface feels intelligent even though ...
14 views
Learn Regular Expressions (Regex) from scratch in this complete visual tutorial. If you are tired of copy-pasting confusing string ...
398 views
What you'll learn: • What Regular Expressions (Regex) are • Common Regex symbols and syntax • Pattern matching techniques ...
0 views
1 day ago
35. Searching - Linear, Binary and String search DSA Made Easy Whether you're preparing for your first coding interview or just ...
3 views
Learn regex anchors (^, $) and word boundaries (\b, \B) and why they match positions, not characters. This hands-on tutorial ...
6 days ago
In this Spring AOP tutorial, you'll learn how to write pointcut expressions that match classes based on their name suffix, such as ...
6 views
Match Case in Python | Control Statement | Core Python | Basics #match #controlstatements #Python, #PythonTutorial, #Learn ...
12 views
... keyword 08:20 How infer pattern matching works 09:15 Inferring function return types 10:15 Inferring function parameters 11:05 ...
22 views
... finding cross-tenant data leakage, auth bypasses, and chained vulnerabilities that classical pattern matching misses. Zero setup ...
44 views
How does a regex engine like those in JavaScript, Python, or Java actually work under the hood? In this hands‑on tutorial we ...
Most regex engines -- including Python's re, JavaScript, Java and PCRE -- match by backtracking, and on certain patterns that ...
19 views
When you put a large language model behind a production API serving thousands of requests per second, the model itself stops ...