ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

261 results

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,995 views

3 years ago

Stian Soiland-Reyes
2022-08-25 Andreas Pfeil: A Java Library for RO-Crate (ro-crate-java)

Presented in RO-Crate Community Call 2022-08-25 by Andreas Pfeil, Karlsruhe Institute of Technology. Slides and video ...

31:58
2022-08-25 Andreas Pfeil: A Java Library for RO-Crate (ro-crate-java)

44 views

3 years ago

Otavio Santana
Money on Java: Why should we use Money-API in my Java code?

If you work in finance, e-commerce, or any area that needs to represent money, the biggest question is how to do it. We need to ...

20:59
Money on Java: Why should we use Money-API in my Java code?

1,197 views

3 years 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

Vaadin
Why we built Hilla: the modern web framework for Java

Does the world really need yet another frontend framework? We believe it does. With Hilla, you can build enterprise-grade web ...

54:08
Why we built Hilla: the modern web framework for Java

12,955 views

Streamed 3 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,962 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,105 views

3 years ago

Sinhala java tutorials
Java🍵Tutorial for beginners Complete Full Course in Sinhala  | Java Sinhala Tutorial

Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...

8:43:15
Java🍵Tutorial for beginners Complete Full Course in Sinhala | Java Sinhala Tutorial

35,597 views

3 years ago

EmacsConf and Emacs hangouts
EmacsConf 2022: Using SQLite as a data source: a framework and an example - Andrew Hyatt (he/him)

https://emacsconf.org/2022/talks/sqlite 00:00:00.000 Introduction 00:56.220 Why SQLite 02:29.870 The triples package 04:50.209 ...

21:25
EmacsConf 2022: Using SQLite as a data source: a framework and an example - Andrew Hyatt (he/him)

3,525 views

3 years ago

V.b.m
Learn Arrays in java || Introduction part 1.

... in java example i have shown clearely to understand about array. arrays in java;java arrays;java tutorial; #arrays in java,#java ...

30:12
Learn Arrays in java || Introduction part 1.

139 views

3 years ago

DEFCONConference
DEF CON 30 - Jonathan Leitschuh - Scaling the Security Researcher to Eliminate OSS Vulnerabilities

Hundreds of thousands of human hours are invested every year in finding common security vulnerabilities with relatively simple ...

44:21
DEF CON 30 - Jonathan Leitschuh - Scaling the Security Researcher to Eliminate OSS Vulnerabilities

1,087 views

3 years ago

Pat Hawks
I ❤️ Swift

Introduction to the Swift Programming Language, with comparisons to Python and Java https://git.io/GrokSwift.

26:31
I ❤️ Swift

113 views

9 years ago

Nils Berglund
Tutorial: How to use my code

This tutorial explains on a few examples how to use my C code, available on GitHub, to make simulations of the wave equation.

33:58
Tutorial: How to use my code

1,376 views

2 years ago

Vaadin
What is Vaadin? Walk-through and live code examples

In this video, Marcus Hellberg introduces you to Vaadin. Vaadin is a platform for developing modern web apps that connect to ...

26:50
What is Vaadin? Walk-through and live code examples

20,260 views

4 years ago

Vaadin
How does Vaadin Flow work? (deep dive)

In this replay of an internal Vaadin Learn session, Leif Åstrand explains in detail how Vaadin Flow works. 0:00 - Intro 0:16 - What ...

28:18
How does Vaadin Flow work? (deep dive)

4,919 views

3 years ago

JETSCAPE
The Framework - Interactive Session

2022 JETSCAPE Online School https://indico.cern.ch/event/1162218/timetable/ The Framework - Interactive Session.

1:25:52
The Framework - Interactive Session

117 views

3 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...

20:34
CDI Introduction and Exploring Polymorphism

264 views

3 years ago

NPTEL IIT Guwahati
Lec 24: Introduction to Object Oriented Design

Design & Implementation of Human-Computer Interfaces Course URL: https://onlinecourses.nptel.ac.in/noc22_cs125/preview Prof ...

37:10
Lec 24: Introduction to Object Oriented Design

4,840 views

3 years ago

JT Devs
Objects and Arrays Destructuring in Javascript JT Devs 2022

About us ======= JT Devs is a Software consulting and IT College based. We build different types of applications such as web, ...

24:18
Objects and Arrays Destructuring in Javascript JT Devs 2022

158 views

3 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust (part 3)

In this stream series, we're implementing an asynchronous ZooKeeper client library in Rust using the tokio crate and futures.

4:46:19
Building an asynchronous ZooKeeper client in Rust (part 3)

4,140 views

7 years ago

Arpita Shilpi
java Syntax,Variables Data Types|| Lecture 2 #java #arpitashilpi #microsoft #placement CS,IT,BCA,MCA

This complete Java tutorial will explain all the concepts of java in a single video. After watching this java tutorial in one video you ...

22:27
java Syntax,Variables Data Types|| Lecture 2 #java #arpitashilpi #microsoft #placement CS,IT,BCA,MCA

156 views

3 years ago

OmniFish News
Changes in GlassFish 7 Logging System

For GlassFish 7 we completely changed the logging system (GJULE = GlassFish Java Util Logging Extension), fixed many bugs, ...

58:49
Changes in GlassFish 7 Logging System

613 views

2 years ago

DEFCONConference
DEF CON 29 - Jeff Dileo - Instrument and Find Out:  Parasitic Tracers for High Level Languages

Modern programming languages are, more and more, being designed not just around performance, ease-of-use, and ...

21:56
DEF CON 29 - Jeff Dileo - Instrument and Find Out: Parasitic Tracers for High Level Languages

2,191 views

4 years ago

Vaadin
Web Components, Design Systems and Accessibility

Web Components are an excellent basis for building Design Systems, but providing good accessibility can seem like a daunting ...

1:31:14
Web Components, Design Systems and Accessibility

5,650 views

Streamed 4 years ago

Microsoft Visual Studio
Performance Profiling | CPU Usage Tool

A good way to start investigating performance issues in your app is to understand its CPU usage. Profiler PM Esteban Herrera ...

27:14
Performance Profiling | CPU Usage Tool

31,279 views

5 years ago