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
232 results
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
2 years ago
Create and analyze a program in Java for computing a paycheck.
296 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.
91,080 views
2 months ago
In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...
13,502 views
6 years ago
This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...
10,938 views
Watch me while I implement a simple algorithm as a screening test for a Java developer position. You may find interesting the ...
91 views
10 years ago
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
Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...
943 views
Learn Array in Java | introduction part 1 #arraysinjava#javaarray#javaarrays;arrays Hi in this session we are going to learn about ...
139 views
3 years ago
I accidentally turned off the audio during the Zoom session, so I have re-recorded the remainder of the lecture (and it's probably ...
93 views
Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...
171 views
8 months ago
In the last 18 years I was programming almost exclusively on JVM - Java, Scala, Kotlin etc. This year, I moved to different ...
194 views
This tutorial explains on a few examples how to use my C code, available on GitHub, to make simulations of the wave equation.
1,381 views
In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...
50,039 views
4 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,124 views
7 years ago
Zb (Zbigniew) Tenerowicz: what's the algorithm about. Kris “Cowbert” Kowal: So. boneskull: Don't make me answer!
44 views
Starting with netbeans, junit5 and assertj.
580 views
5 years ago
Problem solving is what this course is really about. Instead of going into detail about Java, this lecture talks about how to plan a ...
36 views
The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?
7,640 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 ...
524 views