Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
37 results
Interceptors are a pattern in the Clojure community that help with state management, error handling, and asynchronous ...
702 views
3 years ago
This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...
6,608 views
4 years ago
In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...
119,515 views
5 years ago
Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...
2,132 views
Regular expressions is primarily a tool, but also sometimes used in code actively to essentially match patterns and strings.
12,895 views
13 years ago
Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...
14,145 views
7 years ago
This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.
1,490 views
Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...
2,967 views
This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...
10,948 views
6 years ago
Talk given at Full Stack Fest 2017: https://fullstackfest.com Think about the new tools that are taking over the Javascript ecosystem: ...
4,048 views
8 years ago
Abstract: At NoRedInk we had a normal React code base. That is, until we tried Elm – a purely functional language that compiles ...
8,370 views
First of several reviews of basic Java concepts.
9,410 views
More about Java objects, including static methods and variables and object modeling.
558 views
In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...
684 views
1 year ago
An introduction to object references, their implications for Java programming, and a bit about Java memory management.
475 views
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 ...
526 views
Messenger: The (Complete) Story of Method Lookup by Jay McGavren You call a method on an object, and it invokes the instance ...
960 views
10 years ago
Formal Languages and Automata Theory by Dr. Diganta Goswami & Dr. K.V. Krishna,Department of Mathematics,IIT Guwahati.
2,353 views
11 years ago
As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...
267 views
Let's see if it has-- It will have our query string somewhere. Request URL. Yeah. Original query, ignore bad query, second pass, ...
613 views