ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 results

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,291 views

3 months ago

MP Coding
Understanding C# Pattern Matching with Switch Expressions #csharp #dotnetcore #codingtips

In this quick tutorial, we explore how to use C# pattern matching with switch expressions! Learn how a simple function can identify ...

0:42
Understanding C# Pattern Matching with Switch Expressions #csharp #dotnetcore #codingtips

446 views

1 year ago

Learn with Shikaar
Check whether the characters a and b are separated by exactly 3

Video Title: Checking Separation of Characters (JavaScript) In this tutorial, we'll explore how to check if two specific characters in ...

4:35
Check whether the characters a and b are separated by exactly 3

4 views

1 year ago

Learn with Shikaar
Check a given string contains 2 to 4 numbers of a specified character

Video Title: Check if a Given String Contains 2 to 4 Occurrences of a Specified Character in JavaScript In this tutorial, we'll explore ...

2:12
Check a given string contains 2 to 4 numbers of a specified character

5 views

1 year ago

Bald. Bearded. Builder.
C# '== null': There's a Better Way! #csharp #dotnet

Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...

1:03
C# '== null': There's a Better Way! #csharp #dotnet

2,757 views

3 months ago

Learn with Shikaar
JavaScript Get All Indices of a Value in an Array

Video Title: Find All Indices of a Value in an Array Using JavaScript In this video, you'll learn how to find every index at which a ...

2:52
JavaScript Get All Indices of a Value in an Array

0 views

7 months ago

Learn with Shikaar
JavaScript Program to Check if a String is an Absolute URL

Video Title: Check If a URL is Absolute in JavaScript In this video, you'll learn how to determine whether a given URL is absolute ...

2:15
JavaScript Program to Check if a String is an Absolute URL

2 views

7 months ago

Danny Heap
racket aggregates video 6/6 --- filtering lists to match a criterion

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html explaining how to filter lists in racket to produce a new list ...

3:24
racket aggregates video 6/6 --- filtering lists to match a criterion

3,315 views

12 years ago

Styled JavaScript
Password Strength Meter in pure JS: JavaScript tutorial

Hi! Let's create today a simple password strength meter in pure #JavaScript. If this is your first time here and you want to learn ...

12:27
Password Strength Meter in pure JS: JavaScript tutorial

670 views

5 years ago

Houston FPUG
Richard Feldman, "Millions of Users, Purely Functional Code"

Abstract: At NoRedInk we had a normal React code base. That is, until we tried Elm – a purely functional language that compiles ...

1:48:35
Richard Feldman, "Millions of Users, Purely Functional Code"

8,361 views

4 years ago

makingthematrix
Programming with Functions #4 - unapply and newtype

Design your code around your cats. Data. I mean data. This is a direct continuation of the previous video in this series, the one ...

10:01
Programming with Functions #4 - unapply and newtype

865 views

4 years ago

Jibesh Patra
Semantic Bug Seeding: A Learning-Based Approach for Creating Realistic Bugs

When working on techniques to address the wide-spread problem of software bugs, one often faces the need for a large number ...

9:59
Semantic Bug Seeding: A Learning-Based Approach for Creating Realistic Bugs

287 views

4 years ago

bhavsar_codes
String Matching(Easy) Solution - Dcoder

Code : https://gist.github.com/ameybhavsar24/3600b5ac2f10888f98fe295c566ddd90 Hello, My name is Amey Bhavsar. This is the ...

3:35
String Matching(Easy) Solution - Dcoder

368 views

5 years ago

Confreaks
RubyConf 2015 - Changing the Unchangeable... by Brad Urani

Changing the Unchangeable: The Hows and Whys of Immutable Data Structures by Brad Urani Immutable data structures give us ...

34:42
RubyConf 2015 - Changing the Unchangeable... by Brad Urani

1,724 views

10 years ago

Confreaks
RubyConf 2017: 4 Programming Paradigms in 45 Minutes by Aja Hammerly

Others get simpler when you use constraint solving or pattern matching. Let's go on a whirlwind tour of 4 different programming ...

43:10
RubyConf 2017: 4 Programming Paradigms in 45 Minutes by Aja Hammerly

7,715 views

8 years ago

JSConf
Why I Chose to Modularize the Ducks in My React App // Lauren Lee // CascadiaJS 2018

React and Redux are awesome but the state management can be overwhelming for beginners. This talk is all about how to keep ...

26:14
Why I Chose to Modularize the Ducks in My React App // Lauren Lee // CascadiaJS 2018

4,675 views

7 years ago

UC Computer Science Education
Regular Expressions - 1 - Introduction

Here we intoduce the concept of Regular Expressions; what they're used for and how they're useful. For the whole series on ...

2:03
Regular Expressions - 1 - Introduction

5,044 views

8 years ago

CS50
Section 9: Less Comfortable

I think that's-- JavaScript event handlers don't necessarily relate to Ajax. They can. [student] Yeah, that's another concept that I ...

1:20:48
Section 9: Less Comfortable

609 views

13 years ago

CS50
Section 8: More Comfortable

Usually there's a JavaScript one after this, but calendar change things makes everything 1 week shorter, and we no longer have a ...

1:22:49
Section 8: More Comfortable

796 views

13 years ago

J David Eisenberg
Chapter 4: substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 4: substring() and indexOf() methods

21,360 views

6 years ago