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
153 results
The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?
7,656 views
3 years ago
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,741 views
Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover ...
179 views
2 years ago
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
Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...
29,300 views
I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.
95,409 views
3 months ago
The video shows how to code an Electric Bill program that inputs kilowatt hours used (kWh) and break it down into three billing ...
217 views
Design & Implementation of Human-Computer Interfaces Course URL: https://onlinecourses.nptel.ac.in/noc22_cs125/preview Prof ...
4,862 views
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
4 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
Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...
19,319 views
5 years ago
Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...
173 views
9 months 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
Interceptors are a pattern in the Clojure community that help with state management, error handling, and asynchronous ...
702 views
The new Java features like records, sealed classes and pattern matching have all been added to support the Data Oriënted ...
109 views
s/regex/DSLs/: What Regex Teaches Us About DSL Design by Betsy Haibel Many Ruby domain-specific languages go for beauty ...
889 views
10 years ago
This video is part 2 of the discussion for the Java ATM project. Part 2 gives a very detailed description of the Java code. Code and ...
31 views
10 months ago
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
Create and analyze a program in Java for computing a paycheck.
296 views
Don't miss this special episode of Dartisans! Hosts JJ Behrens and Seth Ladd, with special guest Gilad Bracha, talk about Dart's ...
2,781 views
Streamed 13 years ago
The Hitchhiker's Guide to Ruby GC by Eric Weinstein When Ruby programs slow down, the usual culprits—database queries, ...
3,031 views
CDI enables you to get several good practices on OOP, such as the SOLID principle. The SOLID are five regulations of OOP class ...
267 views
I've regularly had people ask me to do a live-stream on Noria, a database prototype I've been developing in Rust as part of my ...
21,394 views
Modern programming languages are, more and more, being designed not just around performance, ease-of-use, and ...
2,191 views
A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...
33 views
1 year ago