ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 results

Drunken Engineer
Builder Design Pattern in java | Real Time Project Usage

This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...

22:37
Builder Design Pattern in java | Real Time Project Usage

6,604 views

4 years ago

CS50
Pattern Matching with Regular Expressions

Regular expressions is primarily a tool, but also sometimes used in code actively to essentially match patterns and strings.

26:01
Pattern Matching with Regular Expressions

12,892 views

13 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,966 views

3 years ago

Denis Kuzmin
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...

28:04
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

14,114 views

7 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...

20:34
CDI Introduction and Exploring Polymorphism

265 views

3 years ago

Craig Piercy
java review 1

First of several reviews of basic Java concepts.

45:16
java review 1

9,410 views

13 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,477 views

3 years ago

Houston FPUG
Steven Proctor, "The Interceptor Pattern"

Interceptors are a pattern in the Clojure community that help with state management, error handling, and asynchronous ...

2:09:39
Steven Proctor, "The Interceptor Pattern"

702 views

3 years ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

684 views

1 year ago

Aaron J Newman
06 - for Loops

A `for` loop executes commands once for each value in a collection. - A `for` loop is made up of a collection, a loop variable, and a ...

38:52
06 - for Loops

520 views

4 years ago

Confreaks
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

Messenger: The (Complete) Story of Method Lookup by Jay McGavren You call a method on an object, and it invokes the instance ...

28:48
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

957 views

10 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Fri 10.12.2018. Object References

An introduction to object references, their implications for Java programming, and a bit about Java memory management.

50:38
CS 125 Fall 2018: Fri 10.12.2018. Object References

475 views

7 years ago

CS 125 @ Illinois
CS 125 Spring 2018: Fri 9.28.2018. Getters and Setters

More about Java objects, including static methods and variables and object modeling.

39:12
CS 125 Spring 2018: Fri 9.28.2018. Getters and Setters

558 views

7 years ago

Jon Gjengset
Crust of Rust: Iterators

In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...

1:26:27
Crust of Rust: Iterators

119,039 views

5 years ago

Loading Channel
Penjelasan segitiga terbalik dengan metode java eclipse

Berikut merupakan penjelasan terkait tugas Ujian Tengah Semester perihal pembuatan segitiga terbalik dengan metode coding ...

21:29
Penjelasan segitiga terbalik dengan metode java eclipse

54 views

5 years ago

Confreaks
RubyConf 2018 - Beating Mastermind: Winning with the help of Donald Knuth by Adam Forsyth

RubyConf 2018 - Beating Mastermind: Winning with the help of Donald Knuth by Adam Forsyth Come solve logic games with ...

37:55
RubyConf 2018 - Beating Mastermind: Winning with the help of Donald Knuth by Adam Forsyth

4,937 views

7 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

A continued discussion of polymorphism and practice with inheritance and class design.

49:11
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

577 views

7 years ago

CS50
Section 9: Less Comfortable

Let's see if it has-- It will have our query string somewhere. Request URL. Yeah. Original query, ignore bad query, second pass, ...

1:20:48
Section 9: Less Comfortable

613 views

13 years ago

nptelhrd
Mod-03 Lec-01 Finite Automata

Formal Languages and Automata Theory by Dr. Diganta Goswami & Dr. K.V. Krishna,Department of Mathematics,IIT Guwahati.

51:10
Mod-03 Lec-01 Finite Automata

2,349 views

11 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,935 views

6 years ago