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
336 results
In this video tutorial, we'll explore the powerful Java Function interface, and go deep into its specializations, such as BiFunction ...
303 views
3y ago
ADSB 05_03.
832 views
11y ago
In this video tutorial, we'll explore the powerful Java Consumer interface and learn how it can help you generate new values by ...
1,012 views
In this video tutorial, we'll explore the powerful Java Supplier interface and learn how it can simplify your code by generating data ...
500 views
Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...
30,670 views
Java Tutorial: Using Interfaces Interface is a class that is completely abstracted. In other words, when you define a class as an ...
20 views
1y ago
This video contains one of the most asked coding questions related to java 8. One of the best book for Interview Questions Top ...
11,527 views
5y ago
Abstract: At NoRedInk we had a normal React code base. That is, until we tried Elm – a purely functional language that compiles ...
8,391 views
Michael Snoyman spoke and delivered a full day workshop at Functional Conf 2019 . He shares what he sees the benefits of ...
468 views
4y ago
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
851 views
In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...
29,396 views
2y ago
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 ...
19,379 views
9y ago
In this video tutorial, we'll explore the powerful Java Predicate interface and learn how it can simplify your code and improve its ...
804 views
Result* is a Java library to handle success and failure without exceptions. https://result.leakyabstractions.com/ _This podcast was ...
76 views
As Java doesn't allow multiple inheritance, we hit a problem. We've also seen that the concept of interface can remedy this type of ...
2,178 views
10y ago
"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...
368 views
Learn when to use System.out.print() and when to use System.out.println().
2,265 views
6y 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,659 views
A brief description of what the Java compiler is on about.
1,085 views
7y ago
Design & Implementation of Human-Computer Interfaces Course URL: https://onlinecourses.nptel.ac.in/noc22_cs125/preview Prof ...
7,241 views
In this video, Marcus Hellberg shows you how to call a REST endpoint in Java using the Spring RestClient library, how to create ...
21,456 views
00:00 Preface 03:38 Inheritance: what the type is 09:49 Composition: what the type can do 14:07 Mocking frameworks 16:32 ...
464 views
In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...
700 views
7,705 views
Namaste everyone, in this video we've shown 3 very important things that you should know to leverage the power of RxJava.
12,652 views
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,175 views
https://emacsconf.org/2022/talks/rde 00:00:00.000 Introduction 00:52.040 The challenge 03:34.840 Functional package managers ...
1,076 views
This video shows two different integrated development environments for Java.
1,733 views
Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...
953 views
This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...
5,945 views
Those of you who have done functional programming will see that Java is an imperative-style object-oriented language, even ...
1,936 views
Throughout our 17 year history, Vaadin has given developers a simple, component-based way of building Web Applications.
4,546 views
8y ago
You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...
1,278 views
Composite over inheritance is an OOP design principle we've followed for several years. Like me, you might have seen it in the ...
505 views
1,560 views
13y ago
Day 3 of the Arbiter Learning Journey: packaging logic into reusable, callable methods — covered from both angles at once, the ...
7 views
1mo ago
Java is innovative with each release, and to become a creative engineer for your company, you should know what is new in your ...
191 views
Can you really Master AWS Lambda with Java 17 in 2 Mins? This video shares THE key insight or trick that will make you feel ...
1,056 views
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta Some people love Ruby and some people love Javascript. Both will ...
10,674 views
Handling Images in a Java GUI Application Creating an application form Adding package for image Displaying the image ...
962 views
What if instead of building your own mental model of how data flows through your application, you could actually see the data ...
14,257 views
In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...
22,631 views
Adding more functionalities to the Admin Section Page Listing all the users Checkout/Return a book Modifications in the ...
942 views
When my team decided it was time to migrate one of our web apps away from AngularJS [^1], Blazor seemed like a good fit.
630 views
Embark on a data-oriented programming journey with Java 21! In this video, we unveil the game-changing JEPs 440 and 441, ...
694 views
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 ...
120 views
In this screencast we show how to add new files to our IntelliJ project and bring the entire project under Git version control.
1,332 views
Functional programming is gaining popularity and partly because of this people have been switching to Kotlin. Although it fits ...
274 views
Purdue AP Computer Science A.
4,866 views
Neo4j 3.0 not only introduced a new binary protocol called Bolt, but also the ability to extend the database with user defined ...
18,890 views
Filmed as a part of the UPL Lightning Talks in October 2024. By Austin Schneider (github/fallow64) Produced by Andrew Moses ...
124 views
The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?
7,906 views
This video is second in the 2-part video on evive's plug and play interface. We are going to explore the inbuilt tools that make ...
2,619 views
softwaretestengineer #testing #selenium #agile #sdet #qatester #software #api #apipostman #restassured #postman ...
99 views
Unison is a new programming language and platform. This talk zooms in on just one aspect of Unison: its support for building ...
8,104 views
1,578 views
In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.
53,986 views
You need to use methods from the String class to compare strings for equal, less than, and greater than.
362 views
Optimize a Vaadin Grid loading 1000000 rows to reduce the load time from ~8 seconds to less than 1 second. We cover ...
784 views
1d ago
In the last 18 years I was programming almost exclusively on JVM - Java, Scala, Kotlin etc. This year, I moved to different ...
195 views
Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...
944 views
python #flask #reportingtool #businessintelligence Stimulsoft Reports.PYTHON comprises a set of components for creating, ...
In the fifth and final part of our series on building an element in Polymer 2, Elliott adds logic to the element to make the checklist ...
27,006 views
StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...
7,659 views
A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther Submitted for your approval: a circle of torment ...
642 views
Java Tutorial: Method Overload In this video we will talk about overloading methods. Using method overload is a very powerful ...
21 views
56 views
En este Webinar vamos a recibir una Introducción a Kotlin para Desarrolladores Java. Kotlin es un lenguaje que ha llegado para ...
381 views
ADSB 05_08.
Ruby Preserves by Craig Buchek How simple can we make an Object-Relational Mapper (ORM) that's still useful? What if we just ...
717 views
As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...
268 views
This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Closure_(computer_programming) 00:00:47 1 ...
13 views
ArrayLists let you store an arbitrary number of items, unlike Arrays, which have a fixed length. Here are some of the most-used ...
253 views
A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...
2,173,690 views
These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...
129 views
There's Nothing.new under the sun by Justin Searls and Josh Greenwood Quick: say something about Ruby that hasn't already ...
1,165 views
Jake and Surma take a look at some of the in-development-and-may-never-happen JavaScript proposals, and give each one an ...
18,121 views
https://media.ccc.de/v/ASG2018-172-fearless_multimedia_programming Whether you are interested in multimedia programming ...
341 views
RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV Act 1 - State of Grace After many years of Ruby, ...
12,789 views
Surma and Jake take a look at 'weak' JavaScript, specifically WeakMap, WeakSet, and the new and shiny WeakRefs. Surma ...
25,748 views
1,388 views
In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...
13,732 views
OOP Encapsulation in C++. Public and Private data members, getters and setters and describing class interface using a header ...
246 views
RubyConf 2018 - Uncoupling Systems by Jeremy Hanna We tackle unique business challenges but are solving similar problems, ...
981 views
Tutorial: Reactica architecture This is the third of a four-part interactive tutorial on reactive programming and Vert.x. The tutorial ...
1,217 views
RubyConf 2017: JRuby: What Why How ... Do it Now! by Thomas Enebo & Charles Nutter Do you know JRuby? Built on the JVM ...
1,275 views
Have you ever been given a health data extract that contains just codes, but no display terms? Pathling is your friend! The display ...
78 views
Find some gumption and learn some functions. We have used built-in functions all the time. Now let's see how we can write our ...
979 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,972 views
Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.
250 views
Sequoia (https://sequoia-pgp.org) is a new OpenPGP implementation currently being developed by three former GnuPG ...
1,362 views
Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.
2,470 views
Useful Kotlin Idioms You Should Know: - Data classes - Named and default arguments - Expressions - Null-safety - Extension ...
2,792 views
When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...
1,025 views
Learn all about native ES modules, and whether it's safe to use them today, untranspiled (it is!!)
6,299 views
JRuby 9000 Is Out; Now What? by Thomas Enebo and Charles Nutter JRuby 9000 is here! After years of work, JRuby now ...
1,369 views