ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

303 results

Yegor Bugayenko
Immutable Objects vs. Common Sense (webinar #2)

One hour webinar about immutable objects and their pros and cons in a modern object-oriented environment; the discussion was ...

1:00:26
Immutable Objects vs. Common Sense (webinar #2)

5,508 views

Streamed 10 years ago

Yegor Bugayenko
Gradients of Immutability (webinar #20)

We discussed what immutability really was, with a few example in Java and EO (new language we're developing now).

48:28
Gradients of Immutability (webinar #20)

1,210 views

Streamed 9 years ago

SDET- QA
Session 9- Java Strings | String Immutability | String,StringBuilder, StringBuffer

java#selenium#strings#sdet#programming ######################################### Udemy Courses ...

1:21:39
Session 9- Java Strings | String Immutability | String,StringBuilder, StringBuffer

130,868 views

1 year ago

Yegor Bugayenko
How Immutability Helps in OOP (in Russian with English subtitles)

JEEConf 2016; Kiev, Ukraine; 21 May 2016. Original blog post is here: ...

46:46
How Immutability Helps in OOP (in Russian with English subtitles)

3,048 views

9 years ago

Yegor Bugayenko
How Much Immutability Is Enough (webinar #45)

Immutability is a virtue in object-oriented programming, but very often it is being confused with constants. Those are different ...

52:25
How Much Immutability Is Enough (webinar #45)

1,694 views

Streamed 6 years ago

Yegor Bugayenko
The Pain of OOP Lecture #4: Setters and object mutability [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...

1:24:50
The Pain of OOP Lecture #4: Setters and object mutability [object oriented programming crash course]

3,725 views

2 years ago

Chaman jain
How to create immutable class in java

What is an immutable class #ImmutableClasses #Immutableclassinjava #whyImmutableclassneedstobefinal ...

20:38
How to create immutable class in java

43 views

4 years ago

Yegor Bugayenko
Takes, Java Web Framework, Intro (webinar #12)

This was be a very practical Java coding webinar. We created jare.io, a web system, using Takes Framework, immutable objects ...

1:05:52
Takes, Java Web Framework, Intro (webinar #12)

2,286 views

Streamed 9 years ago

AashishAcademy
Immutable classes in java    Want to Master Java Basics? Learn About IMMUTABLE CLASSES

Looking to master Java basics? Learn about immutable classes and Java concurrency in this video tutorial. Get a solid ...

37:09
Immutable classes in java Want to Master Java Basics? Learn About IMMUTABLE CLASSES

39 views

2 years ago

Yegor Bugayenko
PainOfOOP, Innopolis University, 2024, 8 lectures in one video

Eight lectures were presented to BSc students of the Innopolis University, in 2024. This is a quick summary of the most interesting ...

1:42:11
PainOfOOP, Innopolis University, 2024, 8 lectures in one video

3,849 views

9 months ago

Yegor Bugayenko
The Pain of OOP, Lecture #5: -ER Suffix is Evil [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...

1:20:32
The Pain of OOP, Lecture #5: -ER Suffix is Evil [object oriented programming crash course]

4,453 views

2 years ago

Rakesh Kuchana
Unlocking Java Cloning: The Ultimate Guide

Learn everything you need to know about cloning objects in Java, from shallow to deep cloning. Perfect for developers at all levels ...

35:50
Unlocking Java Cloning: The Ultimate Guide

127 views

1 year ago

Java
All New Java Language Features Since Java 21 #RoadTo25

Java 25 ships with a number of new language features, many of which fit under the umbrella of data-oriented programming, ...

35:09
All New Java Language Features Since Java 21 #RoadTo25

42,191 views

4 months ago

EliteTest Automations
Strings | String Class & String Methods | Strings in Java | String and String Buffer | Immutable

What is string ? String Methods? What is StringBuffer and its methods and it's difference What is Immutable and mutable? What is ...

34:07
Strings | String Class & String Methods | Strings in Java | String and String Buffer | Immutable

141 views

3 years ago

Yegor Bugayenko
Naked Data in OOP (webinar #22)

We discussed the problem of data presence in object-oriented code and how their negative effect could be neutralized.

48:21
Naked Data in OOP (webinar #22)

2,631 views

Streamed 8 years ago

Tales from the jar side
Ranking Java Features Added from Versions 8 to 21!

Ranking Java Features from Java 8 to 21 | Ken Kousen's Ultimate Tier List Join Ken Kousen in 'Tales from the Jar Side' as he ...

27:03
Ranking Java Features Added from Versions 8 to 21!

44,263 views

1 year ago

Yegor Bugayenko
Aspect Oriented Programming: Pros and Cons (Webinar #47)

AOP is a very powerful technique, which is so easily can be abused. We discuss how it works, what is it for, and how to use it ...

52:14
Aspect Oriented Programming: Pros and Cons (Webinar #47)

2,284 views

Streamed 6 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,463 views

2 years ago

TheCoders TV
Singleton VS Immutable Class in Java | What is Singleton Design Pattern #interview

Singleton vs. Immutable Class in Java Singleton Design Pattern: Definition: Ensures only one instance of a class exists ...

23:17
Singleton VS Immutable Class in Java | What is Singleton Design Pattern #interview

142 views

1 year ago

JavaJourneyWithMadhavi
Lesson 34 User-defined Methods - Part 4 Pass by Value and Pass by  Reference - Methods with Objects

The concept Swapping the contents of two variables is discussed in two programs to explain call by value and call by reference.

25:00
Lesson 34 User-defined Methods - Part 4 Pass by Value and Pass by Reference - Methods with Objects

21 views

1 year ago

JSConf
Learning Functional Programming with JavaScript - Anjana Vakil - JSUnconf

Anjana's next talk at JSConf EU in May: ...

29:57
Learning Functional Programming with JavaScript - Anjana Vakil - JSUnconf

2,953,751 views

9 years ago

Yegor Bugayenko
When do you validate your objects? (Webinar #35)

Very often we need to validate our objects for consistency, before working with them. A file may be absent, a database connection ...

46:34
When do you validate your objects? (Webinar #35)

1,842 views

Streamed 7 years ago

Yegor Bugayenko
The Pain of OOP Lecture #1: The Intent object thinking [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The previous lecture in 2020 in MIPT (Moscow, Russia) is here: ...

1:15:26
The Pain of OOP Lecture #1: The Intent object thinking [object oriented programming crash course]

11,075 views

2 years ago

Yegor Bugayenko
What Is Cohesion in OOP? (Webinar #49)

There are two important metrics in OOP: cohesion and coupling. The first one is the most interesting one since it can be measured.

26:32
What Is Cohesion in OOP? (Webinar #49)

2,918 views

Streamed 5 years ago

Marcus
java.util.LinkedList with Coding session

In episode 26 of my free Java video course, I give you a detailed overview of the LinkedList class. I compare ArrayList to ...

27:57
java.util.LinkedList with Coding session

10,564 views

10 years ago