ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

481 results

Java Hangout
Custom Immutable Class In Java | Rules to create Custom Immutable Class in Java

How to Create Custom Immutable Class In Java. Rules to create Custom Immutable Class in java.

24:29
Custom Immutable Class In Java | Rules to create Custom Immutable Class in Java

83 views

5 years ago

CppNow
C++Now 2017: Juanpe Bolivar “Postmodern Immutable Data Structures"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

45:38
C++Now 2017: Juanpe Bolivar “Postmodern Immutable Data Structures"

7,209 views

8 years ago

SouJava
Reduce system complexity in Java with Data-Oriented programming

Traditionally in Java, we mix data and code in objects. While being beneficial in some cases, data encapsulation has a tendency ...

34:46
Reduce system complexity in Java with Data-Oriented programming

1,540 views

Streamed 4 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,453 views

2 years ago

Payilagam
Java in Tamil - String Introduction - String is Immutable, String Methods in Tamil - Payilagam

String Introduction - String is Immutable, String Methods in Tamil - Java Full Course in Tamil. Full Video Tutorial:- ...

58:58
Java in Tamil - String Introduction - String is Immutable, String Methods in Tamil - Payilagam

56,289 views

5 years ago

Randomly Typed
23 - Immutable Data Structures

Most data structure are only useful if you can modify them. Today, JS and Lance talk about immutable data structure which don't ...

24:40
23 - Immutable Data Structures

9 views

5 years ago

JCConf Taiwan
402CD 3 Simplifying Java Build Tooling with Object Oriented Programming by Li Haoyi

Uh hi everyone So this presentation is about Java build tools Um so the motivation for this talk is that although Java is known to be ...

47:43
402CD 3 Simplifying Java Build Tooling with Object Oriented Programming by Li Haoyi

24 views

2 months ago

Barcelona Jug
Immutability Against the Machine

Immutability has taken over the software world. Programmers are using immutable values to make their products more ...

50:09
Immutability Against the Machine

107 views

3 years ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

907 views

7 months ago

Docker
Immutable Awesomeness - Wild Card Track

This presentation will show the combination of two ideas that can create 2 to 3 order of magnitude efficiencies in service delivery.

42:04
Immutable Awesomeness - Wild Card Track

1,152 views

9 years ago

Bulgarian Java User Group
Enough java.lang.String to Hang Ourselves, Heinz Kabutz

Is it better to write "" + 42 or Integer.toString(42)? How much memory can you save if you intern() all of your strings? How can ...

51:24
Enough java.lang.String to Hang Ourselves, Heinz Kabutz

157 views

6 years ago

J David Eisenberg
Mini-Lecture: Chapter 10 (Mutable Objects)

Template we'll call this points without objects. java so instead of using the one that's built into the point. Class. Let's say I wanted to ...

37:14
Mini-Lecture: Chapter 10 (Mutable Objects)

23 views

1 year ago

Barcelona Jug
Do We Really Do Functional Programming in Java? by Ben Evans at JBCNConf 2021

Many developers believe that Functional Programming (FP) arrived in Java 8, with the addition of the Streams API. But is this ...

39:32
Do We Really Do Functional Programming in Java? by Ben Evans at JBCNConf 2021

645 views

4 years ago

Zürich Friends of Haskell
HaskellerZ - January 2019 - Michal Terepeta - Implementing Immutable Vectors in Haskell

Zurich Haskell meetup on implementing Relaxed-Radix-Balanced vectors. meetup: ...

1:31:45
HaskellerZ - January 2019 - Michal Terepeta - Implementing Immutable Vectors in Haskell

365 views

6 years ago

Devirtualize
Value Objects para Juniors

A veces a los perfiles Junior les cuesta entender ciertos problemas porque aún no los han vivido. En este vídeo explico los ...

33:40
Value Objects para Juniors

540 views

2 years ago

Toronto Java Users Group
2014-01 Introduction to Scala

The main presentation starts at 6:03. Christian Sadilek and Donny Nadolny provide an introduction to the Scala programming ...

1:28:14
2014-01 Introduction to Scala

25,991 views

11 years ago

Vasil Ilyuk
Axel Fontaine - Immutable Infrastructure Rise of the Machine Images

Speaker: Axel Fontaine Topic: Immutable Infrastructure: Rise of the Machine Images Abstract: The cloud is the new normal and it ...

58:19
Axel Fontaine - Immutable Infrastructure Rise of the Machine Images

41 views

8 years ago

Barcelona Jug
From object oriented to functional and back by Mario Fusco at JBCNConf'19

Object Oriented Programming dominated the software development landscape in the last decade of XX century and in the first of ...

51:51
From object oriented to functional and back by Mario Fusco at JBCNConf'19

1,371 views

6 years ago

Java
Overview of Java 8 and Lambda Streams

Stuart Marks shows you how to effectively use Lambda expressions, Streams, Date & Time, etc to make your life easier.

1:40:09
Overview of Java 8 and Lambda Streams

16,578 views

11 years ago

Ravindra Dangar
String handling functions in Java

This video demonstrates use of String handling functions used in Java.

1:22:39
String handling functions in Java

81 views

3 years ago

Bulgarian Java User Group
Java collections puzzlers, Maurice Naftalin && Dmitry Vyazelenko

The Java Collections Framework is the most widely used API – probably in your application too. You use it all the time, but do you ...

52:06
Java collections puzzlers, Maurice Naftalin && Dmitry Vyazelenko

116 views

2 years ago

Heapspace
Java’s new paradigm - Ties van de Ven

The new Java features like records, sealed classes and pattern matching have all been added to support the Data Oriënted ...

31:48
Java’s new paradigm - Ties van de Ven

109 views

1 year ago

Payilagam
Java in Tamil - String Immutable, String[] args in main method in Tamil - Muthuramalingam -Payilagam

Java in Tamil. Here our trainer discusses about String Immutable property and Why do we have String[] args in main method in ...

52:10
Java in Tamil - String Immutable, String[] args in main method in Tamil - Muthuramalingam -Payilagam

2,978 views

4 years ago

Ember Videos
Immutable Data Trees in JavaScript, by Szymon Witamborski @ Ember London

From the February 2014 Ember London meetup. See more at http://emberlondon.com.

40:03
Immutable Data Trees in JavaScript, by Szymon Witamborski @ Ember London

85 views

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

174 views

2 years ago