ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

338 results

Confreaks
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

Messenger: The (Complete) Story of Method Lookup by Jay McGavren You call a method on an object, and it invokes the instance ...

28:48
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

957 views

10 years ago

Dandalf
Java Paycheck Lab Project

Create and analyze a program in Java for computing a paycheck.

25:23
Java Paycheck Lab Project

296 views

2 years ago

Craig Piercy
Java Review 3

3rd Java Review Session for my MIST4630 course at UGA.

34:29
Java Review 3

4,056 views

13 years ago

Craig Piercy
java review 1

First of several reviews of basic Java concepts.

45:16
java review 1

9,409 views

13 years ago

Drunken Engineer
Builder Design Pattern in java | Real Time Project Usage

This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...

22:37
Builder Design Pattern in java | Real Time Project Usage

6,601 views

4 years ago

The Mentor CodeLab
Setup & Build Java Project - Java Tutorial | #2

Java Tutorial: Setup & Build Java Project I always prefer to setup and set the settings of my IDE and project as the very first thing in ...

32:58
Setup & Build Java Project - Java Tutorial | #2

63 views

2 years ago

Code Master
Pruebas Unitarias en Java con Mockito: Mini Tutorial  🚀

Descubre cómo implementar pruebas unitarias en tus proyectos de Java usando Spring y Mockito de manera fácil y efectiva.

27:56
Pruebas Unitarias en Java con Mockito: Mini Tutorial 🚀

315 views

1 year ago

DevExpert - Programación Android y Kotlin
🔹 What is REACTIVE Programming 👉 [Coroutines Flow Part 1]

I show you how to learn everything about Kotlin in this free training: 👉 https://antonioleiva.com/free-training 🔹 What is ...

22:57
🔹 What is REACTIVE Programming 👉 [Coroutines Flow Part 1]

15,368 views

5 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,847 views

5 years ago

Otavio Santana
Get more flexibility in your Java code by exploring reflection.

Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover ...

28:14
Get more flexibility in your Java code by exploring reflection.

179 views

2 years ago

Confreaks
RubyConf 2018 - JRuby 2018: Real World Performance by Thomas Enebo & Charles Nutter

RubyConf 2018 - JRuby 2018: Real World Performance by Thomas Enebo & Charles Nutter This year has been big for JRuby!

39:33
RubyConf 2018 - JRuby 2018: Real World Performance by Thomas Enebo & Charles Nutter

1,259 views

7 years ago

Developers Association
From Beginner to Pro: The Ultimate Free Java Course | Java Lecture 2

The Ultimate Free Verified Java Course Guarantying Job Placements from top companies. Either You're a beginner or an ...

25:18
From Beginner to Pro: The Ultimate Free Java Course | Java Lecture 2

13 views

1 year ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

24,561 views

1 year 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,740 views

3 years ago

DEFCONConference
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

This is accomplished by hooking Java methods via the Java Native Interface (JNI) and typecasting the handle to a C-style pointer.

41:59
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

35,849 views

2 years ago

Confreaks
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta Some people love Ruby and some people love Javascript. Both will ...

35:08
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

10,595 views

7 years ago

Dandalf
Java ATM Part 2 - Java code description

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 ...

29:25
Java ATM Part 2 - Java code description

31 views

9 months ago

Craig Piercy
Creating Your First Java Eclipse Project

The basics of how to start a project in Eclipse and start writing a few Java classes.

29:36
Creating Your First Java Eclipse Project

301,345 views

12 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,471 views

3 years ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,117 views

3 years ago

The Mentor CodeLab
Temp Mod Main Classes - Fabric Modding Minecraft 1.20.4 | #2

Modding Minecraft 1.20.4 - Fabric: Temp Mod Main Classes Let's start adding the main classes we need in every mod from now ...

45:02
Temp Mod Main Classes - Fabric Modding Minecraft 1.20.4 | #2

429 views

2 years ago

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,289 views

5 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,964 views

3 years ago

Heapspace
Java 11 to 21 evolution! - Mohamed Taman

Java is innovative with each release, and to become a creative engineer for your company, you should know what is new in your ...

37:58
Java 11 to 21 evolution! - Mohamed Taman

184 views

1 year ago

Vaadin
Testing Vaadin Applications Made Easy

Modern web applications require robust and efficient testing methods to ensure reliability and user satisfaction. However, testing ...

47:35
Testing Vaadin Applications Made Easy

1,183 views

2 years ago