ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

144 results

Otavio Santana
Unlocking Performance: Exploring Java 21 Virtual Threads

In this Java 21 tutorial, we delve into the world of virtual threads, a game-changer for developers. Learn how virtual threads differ ...

9:53
Unlocking Performance: Exploring Java 21 Virtual Threads

1,415 views

2 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,404 views

1 year ago

TechShare
disadvantage of using platform threads for IO operations  #javadevelopment #threads #java

this video talks about the disadvantage of using platform threads for executing I/O operations.

0:33
disadvantage of using platform threads for IO operations #javadevelopment #threads #java

74 views

1 year ago

AppliedGo
Applied Go Quick Bits 007: Are goroutines threads?

Struggling with concurrent programming? Take a look at the Concurrency Deep Dive course at https://appliedgo.com Goroutines ...

5:11
Applied Go Quick Bits 007: Are goroutines threads?

4,894 views

3 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

25:04
Rust vs Java: A Staff Engineer's perspective

28,923 views

3 years ago

Chrome for Developers
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)

To achieve a truly responsive experience, developers have to execute their code in 10ms chunks. That's nearly impossible. In this ...

33:08
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)

14,423 views

7 years ago

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

361 views

2 years ago

NPTEL IIT Bombay
Lecture 08: Threads

Week 2: Lecture 08: Threads.

35:57
Lecture 08: Threads

2,636 views

3 years ago

Design Patterns Lectures
The Thread-Specific Storage Design Pattern

In this video, a short overview for the Thread-Specific Storage software design pattern is given (also called "Thread-Local").

1:36
The Thread-Specific Storage Design Pattern

751 views

5 years ago

Inria Learning Lab
🐥 Messages for Java Programmers [W2S2-EN]

Mooc "Immersive Object Programming with Pharo" - English voice over Pharo (http://pharo.org) is a pure dynamic and reflective ...

9:09
🐥 Messages for Java Programmers [W2S2-EN]

1,031 views

5 years ago

Pinceladastic
🛠️ Crea las Operaciones Generadoras en Pilas Dinámicas con Java Paso a Paso 🚀

En este video aprenderás a implementar las operaciones generadoras de una pila dinámica en #Java, centrándonos en los ...

5:58
🛠️ Crea las Operaciones Generadoras en Pilas Dinámicas con Java Paso a Paso 🚀

27 views

7 months 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,460 views

2 years ago

NPTEL IIT Bombay
Lecture 26: Multithreaded application design

Week 6: Lecture 26: Multithreaded application design.

32:16
Lecture 26: Multithreaded application design

2,445 views

3 years ago

wikipedia tts
Thread (computing) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Thread_(computing) 00:00:48 1 Single vs ...

33:16
Thread (computing) | Wikipedia audio article

19 views

7 years ago

Otavio Santana
What is AssertJ? Explore the Java test with elegance

shorts What is AssertJ? Explore the Java test with elegance Fluent API wit Java Test, which is the formula of AssertJ. #Java ...

0:37
What is AssertJ? Explore the Java test with elegance

296 views

2 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.5.2 - Intro to Coding in Java

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

1:43
[Intro to App Design] 1.5.2 - Intro to Coding in Java

183 views

10 years ago

Pinceladastic
#Implementación de la Interfaz #Pila mediante la Gestión de Memoria Dinámica en #Java

Continuemos el aprendizaje de Pilas en Java! En este video, vamos a ver cómo implementar en Java, la interfaz Pila usando ...

7:58
#Implementación de la Interfaz #Pila mediante la Gestión de Memoria Dinámica en #Java

43 views

7 months ago

Programming threads
Call Stack: The Secret Behind How Code Runs

Call Stack In this video we are going to present the call stack data structure and how it is used to track the code execution. The call ...

3:25
Call Stack: The Secret Behind How Code Runs

51 views

1 year ago

Fabrice Kordon
016 — La classe Thread

The Thread class is the basic object that enables parallel processing in Java. You will find an equivalent idea in all languages, ...

12:13
016 — La classe Thread

2,850 views

9 years ago

MechanicaLEi
What is Thread Designation?

Welcome back MechanicaLEi, did you know that thread designations drastically help reduce drawing times and make up for a ...

2:15
What is Thread Designation?

1,540 views

7 years ago

Programming threads
Easy Trick for Naming Functions (and Why It Matters)

Every programmer should know this easy trick for naming functions irrespective of the programming language he uses. Naming ...

1:00
Easy Trick for Naming Functions (and Why It Matters)

163 views

1 year ago

Otavio Santana
What is Jakarta EE? and why it does matter for Java enterprise?

shorts Jakarta EE is the specification of the enterprise Java. If you're using Spring, Micronaut, or Quarkus, thus, you are using ...

0:54
What is Jakarta EE? and why it does matter for Java enterprise?

2,156 views

2 years ago

Chrome for Developers
Using WebAssembly and Threads (Chrome Dev Summit 2018)

WebAssembly enables new experiences that we've never been able to get on the Web before and now WebAssembly threads ...

22:13
Using WebAssembly and Threads (Chrome Dev Summit 2018)

23,641 views

7 years ago

Fabrice Kordon
017 — Les threads anonymes

The idea is to create a thread without really naming it. This mechanism is not just a Java one, you can find it in in many other ...

3:26
017 — Les threads anonymes

1,678 views

9 years ago

Pinceladastic
¿Qué es una pila en #Java? (Parte 2) #pilas #interfazpila #operacionespilas #pinceladastic

Compartiendo tecnología, fotografía, aficiones y mucho más Creado por: @pinceladastic ...

4:03
¿Qué es una pila en #Java? (Parte 2) #pilas #interfazpila #operacionespilas #pinceladastic

16 views

7 months ago