ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

61,065 results

JSConf
Pattern Matching in JS - Juan Caicedo - JSConf US 2018

... front of tc39 that's reached stage 1 for introducing pattern matching into JavaScript so what pattern matching would be doing is it ...

27:47
Pattern Matching in JS - Juan Caicedo - JSConf US 2018

4,642 views

7 years ago

The PrimeTime
Pattern Matching In JavaScript?? | Prime News

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen Article: https://github.com/tc39/proposal-pattern-matching MY MAIN ...

40:39
Pattern Matching In JavaScript?? | Prime News

49,345 views

2 years ago

Jesse Warden
Function Composition with Pipes & Pattern Matching in JavaScript

Slides: https://docs.google.com/presentation/d/1w_2R6GPO_p62BBhSIOW_wPO1dcUEum9Dumn7MQyP0N4/edit?usp=sharing.

1:00:43
Function Composition with Pipes & Pattern Matching in JavaScript

1,127 views

3 years ago

dcode
An Easy Way to Do Regex - JavaScript String Match (In 2 Mins)

The string "match" method in JavaScript lets you conveniently apply regular expression searches to your strings, including support ...

2:35
An Easy Way to Do Regex - JavaScript String Match (In 2 Mins)

2,153 views

1 year ago

CodeLucky
JavaScript Regex Tutorial: Mastering the match() Method for Pattern Matching 🚀

Unlock the power of regular expressions in JavaScript with our comprehensive guide to the `match()` method! This tutorial is ...

4:23
JavaScript Regex Tutorial: Mastering the match() Method for Pattern Matching 🚀

22 views

4 months ago

Fireship
Regular Expressions (RegEx) in 100 Seconds

Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...

2:22
Regular Expressions (RegEx) in 100 Seconds

684,613 views

5 years ago

Code, Data and Tech with Alex Merced
AM Coder - How to Pattern Matching in Javascript using RegEx & Switch Statements

Code from the Video https://gist.github.com/AlexMercedCoder/bbf87033d27c96987349759cc72d940c Learn more at ...

20:28
AM Coder - How to Pattern Matching in Javascript using RegEx & Switch Statements

128 views

4 years ago

People also watched

midulive
Callbacks vs. Promises in JavaScript. Understand the differences and the importance of each!

What are callbacks? What are they used for? Are they still used? In 10 minutes, I'll explain what callbacks are and how to ...

10:09
Callbacks vs. Promises in JavaScript. Understand the differences and the importance of each!

223,027 views

4 years ago

Balamurugan Nagarajan
Master Ethers js with me...

learn ethers js for BlockChain development!

3:59
Master Ethers js with me...

74 views

2 years ago

Sahil & Sarra
8 patterns to solve 80% Leetcode problems

Try my free email crash course to crush technical interviews: Interview Master (now called InstaByte) - https://instabyte.io/ ▻ For ...

7:30
8 patterns to solve 80% Leetcode problems

1,013,175 views

1 year ago

Impure Pics
The Functional Alternative to Every GoF Pattern

Let's go through each of the 23 GoF patterns and see which one I actually see being used and what the functional alternatives are ...

1:09:36
The Functional Alternative to Every GoF Pattern

9,059 views

9 days ago

Code Mentor
Pattern Matching in JavaScript in Urdu Hindi

In this video I described, how to find characters in string.

16:14
Pattern Matching in JavaScript in Urdu Hindi

354 views

3 years ago

The Coding Train
2.6: Regular Expressions: test() and match() - Programming with Text

In this video, I discuss how to use regular expressions with theJavaScript programming language. I discuss the difference ...

16:50
2.6: Regular Expressions: test() and match() - Programming with Text

95,330 views

9 years ago

TypeScript with Benny Code
Stop the Switch Case Suffering in TypeScript!

The switch statement can become dangerous to you and your code. Luckily, TypeScript comes with a type checking feature to ...

6:33
Stop the Switch Case Suffering in TypeScript!

675 views

3 years ago

DevSage
Javascript Design Patterns #1 - Factory Pattern

What is the Factory design pattern? The factory pattern is a creational design pattern that uses factory methods to create objects ...

10:12
Javascript Design Patterns #1 - Factory Pattern

178,812 views

6 years ago

Learning Journal
Scala Tutoraial - Pattern Matching

Spark Programming and Azure Databricks ILT Master Class by Prashant Kumar Pandey - Fill out the google form for Course ...

10:20
Scala Tutoraial - Pattern Matching

33,651 views

8 years ago

logicBase Labs
Learn Regular Expressions Fast - JavaScript Regex Tutorial for Developers

Master Regular Expressions in JavaScript with this in-depth, beginner-friendly tutorial. Learn patterns, flags, character classes, ...

25:39
Learn Regular Expressions Fast - JavaScript Regex Tutorial for Developers

1,464 views

4 weeks ago

Java Code Shorts
0059 Optmization: UNLOCK the power of pattern matching in Java!  #trending  #coding #shorts

UNLOCK the power of pattern matching in Java! In this quick tip, we'll dive into how pattern matching can simplify your code ...

0:32
0059 Optmization: UNLOCK the power of pattern matching in Java! #trending #coding #shorts

90 views

1 year ago

NeetCode
Regular Expression Matching - Dynamic Programming Top-Down Memoization - Leetcode 10

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

27:56
Regular Expression Matching - Dynamic Programming Top-Down Memoization - Leetcode 10

225,396 views

4 years ago

Theo - t3․gg
I Want This JS Feature So Badly...

I might feel this way due to my time in Elixir, but MAN do I want pattern matching in JavaScript. LINK TO PROPOSAL: ...

7:02
I Want This JS Feature So Badly...

44,453 views

2 years ago

Code, Data and Tech with Alex Merced
AM Coder - Pattern Matching in Javascript using "alexmerced-patternmatcher"

Learn more at AlexMercedCoder.com Follow on Twitter @alexmercedcoder Join the developer community at devNursery.com ...

27:28
AM Coder - Pattern Matching in Javascript using "alexmerced-patternmatcher"

38 views

4 years ago

Vesa Karvonen
A pattern matcher in JavaScript

A presentation I held at a company internal functional programming CoP meeting on the implementation of simple pattern ...

53:27
A pattern matcher in JavaScript

173 views

7 years ago

Web Dev Simplified
Learn Regular Expressions In 20 Minutes

Having the ability to search through text, validate text, and replace text using an advanced set of rules is exactly what Regex is for.

20:52
Learn Regular Expressions In 20 Minutes

1,458,848 views

6 years ago

Corey Schafer
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are ...

37:55
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

1,344,314 views

8 years ago

Borstch
Master URL Pattern Matching in JS #WebDevelopment

Unlock the secrets of URL pattern matching ⬇️ - Learn how to create dynamic web applications - Understand the power of regex ...

1:58
Master URL Pattern Matching in JS #WebDevelopment

42 views

1 year ago

Suvi's Tech School
Pattern Matching using Regular Expressions in JavaScript
6:53
Pattern Matching using Regular Expressions in JavaScript

1,660 views

2 years ago

TypeWithMe
Enhance switch statements with Pattern Matching

ECMAScript 2025 is bringing some exciting new features to JavaScript—and one of the most promising is Pattern Matching!

3:34
Enhance switch statements with Pattern Matching

36 views

9 months ago

Borstch
Master Param Path Matching in JS #JavaScript

Create a Parameterized Path Matcher in JS ⬇️ - Understand URL parsing - Learn pattern matching - Master parameter ...

2:54
Master Param Path Matching in JS #JavaScript

8 views

1 year ago

BCA GCC
Pattern Matching in javascript

Good morning everyone today um we shall see the uses of pattern matching and characters matching um i think uh we have gone ...

18:29
Pattern Matching in javascript

60 views

4 years ago

Radzion Dev
Mastering Pattern Matching in TypeScript: Goodbye switch-case

Hey everyone, Radzion here. Today I'll show you how I replace switch-case with practical pattern matching techniques in ...

7:59
Mastering Pattern Matching in TypeScript: Goodbye switch-case

6,090 views

6 months ago