ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

63 results

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

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,422 views

6 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,856 views

5 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,330 views

7 years ago

Lisk
What is Hashing? Hash Functions Explained Simply

What is hashing? In this video we explain how hash functions work in an easy to digest way. Hashing is the process of converting ...

2:36
What is Hashing? Hash Functions Explained Simply

446,024 views

7 years ago

Otavio Santana
Java Reflection Annotation: what is the difference between Retension vs Target.

shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...

0:42
Java Reflection Annotation: what is the difference between Retension vs Target.

269 views

2 years ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,333 views

8 years ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

99 views

4 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 12.3.2018. Hashing and Maps

Hash tables, maps, and some theory behind hashing. https://cs125.cs.illinois.edu/learn/2018_12_03_hashing_and_maps.

50:55
CS 125 Fall 2018: Mon 12.3.2018. Hashing and Maps

903 views

7 years ago

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

Otavio Santana
Why do we have reflection on Java?

shorts Java reflection is excellent for creating extensibility on runtime. If you're using Jakarta EE, MicroProfile, or Spring, you're ...

0:50
Why do we have reflection on Java?

2,106 views

2 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Wed 12.5.2018. Generics

Wrap up of hashing and a discussion of how to program with Java generics.

51:02
CS 125 Fall 2018: Wed 12.5.2018. Generics

450 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

117,755 views

5 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,736 views

3 years ago

Drunken Engineer
java 8 Interview Questions | Theoretical

This video contains java 8 interview questions and answers. One of the best book for Interview Questions Top 1000 Java Interview ...

10:38
java 8 Interview Questions | Theoretical

29,802 views

4 years ago

DeepSource
Setup static analysis on thousands of repositories effortlessly

The all-new Auto Onboard feature is a quick and easy way to activate analysis on multiple repositories at once. This makes it ...

2:06
Setup static analysis on thousands of repositories effortlessly

323 views

4 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust (part 2)

In this stream, we continue implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

5:24:49
Lock-Free to Wait-Free Simulation in Rust (part 2)

12,629 views

4 years ago

TAA NISGTC (Grant)
Image Map
3:39
Image Map

228 views

11 years ago

Md. Sakibur Rahman
List vs Hashset in C# - Bangla tutorial #List #Hashset #csharp

List vs Hashset in C# - Bangla tutorial #List #Hashset #csharp In C#, a #List and #HashSet have some differences: In C, the ...

5:32
List vs Hashset in C# - Bangla tutorial #List #Hashset #csharp

10 views

1 year ago

Craig Piercy
Introduction to JavaBeans

A quick introduction to a special Java class called a JavaBean.

10:03
Introduction to JavaBeans

127,310 views

10 years ago

Samir Paul
Inheritance and Abstract Classes

ADSB 05_06.

8:32
Inheritance and Abstract Classes

789 views

10 years ago

Drunken Engineer
Singleton In Java | Create | Destroy | Prevent | Interview Questions

This video contains all the interview questions related to Singleton design pattern in java. One of the best book for Interview ...

12:45
Singleton In Java | Create | Destroy | Prevent | Interview Questions

8,958 views

4 years ago

Adam Gaweda, Dr. Sensei
2-3 (a,b) Trees - Lookup
2:51
2-3 (a,b) Trees - Lookup

580 views

8 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

246,122 views

6 years ago

Jon Gjengset
Porting flamegraph to Rust — part 1

In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.

5:37:11
Porting flamegraph to Rust — part 1

52,297 views

6 years ago

Drunken Engineer
StringJoiner Interview Questions

StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...

5:45
StringJoiner Interview Questions

7,588 views

4 years ago