ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43 results

ArjanCodes
Too Many Parameters? Use This Pattern

... how this pattern works nicely with Python's structural pattern matching. GitHub Repository: https://git.arjan.codes/2026/param.

13:42
Too Many Parameters? Use This Pattern

83,666 views

5 days ago

CodeToAGI
Stop Writing elif Chains — Use match/case Instead | Ep 44 | CodeToAGI

After this video you will fully understand: ✓ What match/case actually does — structural pattern matching (not just a switch) ✓ All ...

7:05
Stop Writing elif Chains — Use match/case Instead | Ep 44 | CodeToAGI

11 views

9 days ago

Joe Maddalone
JavaScript Regular Expressions: Quantifiers (Greedy vs. Lazy)

Quantifiers let you match repeating patterns without writing them out by hand. This lesson covers the full spectrum: exact counts ...

5:24
JavaScript Regular Expressions: Quantifiers (Greedy vs. Lazy)

11 views

2 weeks ago

CodeNeuron
KMP PATTERN SEARCH PROJECT WITH FULL SOURCE CODE -ADVANCED DATA STRUSTURE PROJECT

KMP Fast Pattern Search Tool – Knuth-Morris-Pratt Algorithm Project This project presents an end-to-end implementation of the ...

11:03
KMP PATTERN SEARCH PROJECT WITH FULL SOURCE CODE -ADVANCED DATA STRUSTURE PROJECT

30 views

1 month ago

Curiosphere
All Rust Syntax in 7 Minutes | Ownership, Lifetimes, Enums & Unsafe Explained

... Rust syntax in just 7 minutes, including variables, data types, ownership, borrowing, lifetimes, structs, enums, pattern matching, ...

8:22
All Rust Syntax in 7 Minutes | Ownership, Lifetimes, Enums & Unsafe Explained

41 views

4 weeks ago

Leetcode Unlocked
44. Wildcard Matching | Leetcode Unlocked - Python

Learn how to solve LeetCode 44: Wildcard Matching using two structured techniques. This tutorial breaks down a Dynamic ...

5:03
44. Wildcard Matching | Leetcode Unlocked - Python

31 views

13 days ago

Codeimas
Learn Regex by Solving Challenges #2: Short-Hands

Code Files from this Video on GitHub - https://github.com/TheGigaChat/regex_course/tree/main/regex-shorthands _ _ _ _ _ _ _ _ _ ...

16:21
Learn Regex by Solving Challenges #2: Short-Hands

29 views

3 weeks ago

Sukrid LearnHub
TypeScript Template Literal Types: String Magic at Compile Time

Then we go deeper — using the intrinsic helpers Uppercase, Lowercase, Capitalize, and Uncapitalize, pattern matching strings ...

10:09
TypeScript Template Literal Types: String Magic at Compile Time

4 views

2 weeks ago

Visual Runtime
AI-Like Suggestion UI with HTML, CSS & JavaScript

Build a creative AI-Like Suggestion UI using HTML, CSS, and JavaScript. In this project, the interface feels intelligent even though ...

7:00
AI-Like Suggestion UI with HTML, CSS & JavaScript

14 views

2 weeks ago

CodingLab
Regex is Easy (Finally) | The Simple Regular Expression Tutorial

Learn Regular Expressions (Regex) from scratch in this complete visual tutorial. If you are tired of copy-pasting confusing string ...

11:34
Regex is Easy (Finally) | The Simple Regular Expression Tutorial

398 views

3 weeks ago

CODE PILOT
Master Regular Expressions (Regex) in 15 Minutes | Complete Beginner's Guide

What you'll learn: • What Regular Expressions (Regex) are • Common Regex symbols and syntax • Pattern matching techniques ...

10:18
Master Regular Expressions (Regex) in 15 Minutes | Complete Beginner's Guide

0 views

1 day ago

Puneeth P
35. Searching - Linear, Binary and String search

35. Searching - Linear, Binary and String search DSA Made Easy Whether you're preparing for your first coding interview or just ...

15:31
35. Searching - Linear, Binary and String search

3 views

9 days ago

TechTooniya
Regex Anchors ^ $ and Word Boundaries \b \b Explained with grep Hands-On Demo

Learn regex anchors (^, $) and word boundaries (\b, \B) and why they match positions, not characters. This hands-on tutorial ...

4:10
Regex Anchors ^ $ and Word Boundaries \b \b Explained with grep Hands-On Demo

3 views

6 days ago

Gyan Darpan
Spring AOP Pointcuts: Classes Ending with Service, Dao, or Any Suffix​ - Part 173.5

In this Spring AOP tutorial, you'll learn how to write pointcut expressions that match classes based on their name suffix, such as ...

14:23
Spring AOP Pointcuts: Classes Ending with Service, Dao, or Any Suffix​ - Part 173.5

6 views

6 days ago

Konda Tutorials
Match Case in Python | Control Statement | Core Python | Basics

Match Case in Python | Control Statement | Core Python | Basics #match #controlstatements #Python, #PythonTutorial, #Learn ...

11:26
Match Case in Python | Control Statement | Core Python | Basics

12 views

5 days ago

Sukrid LearnHub
TypeScript Conditional Types & infer Explained (2026)

... keyword 08:20 How infer pattern matching works 09:15 Inferring function return types 10:15 Inferring function parameters 11:05 ...

14:23
TypeScript Conditional Types & infer Explained (2026)

22 views

2 weeks ago

codeant-ai
AI Exploitation: Find Real Vulnerabilities in Your Code Before Attackers Do | CodeAnt AI

... finding cross-tenant data leakage, auth bypasses, and chained vulnerabilities that classical pattern matching misses. Zero setup ...

4:51
AI Exploitation: Find Real Vulnerabilities in Your Code Before Attackers Do | CodeAnt AI

44 views

9 days ago

IntSkyll
Build a Regex Engine from Scratch in Java

How does a regex engine like those in JavaScript, Python, or Java actually work under the hood? In this hands‑on tutorial we ...

4:04
Build a Regex Engine from Scratch in Java

4 views

2 weeks ago

Codez Up
Build a Regex Engine From Scratch in Python (Thompson NFA, No Backtracking)

Most regex engines -- including Python's re, JavaScript, Java and PCRE -- match by backtracking, and on certain patterns that ...

8:32
Build a Regex Engine From Scratch in Python (Thompson NFA, No Backtracking)

19 views

2 weeks ago

Sukrid LearnHub
AI Gateway Patterns: Routing, Caching & Rate Limiting at Scale

When you put a large language model behind a production API serving thousands of requests per second, the model itself stops ...

14:06
AI Gateway Patterns: Routing, Caching & Rate Limiting at Scale

22 views

3 weeks ago