ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

414 results

Drunken Engineer
Singleton In Java | Create | Destroy | Prevent | Interview Questions

This video contains all the interview questions related to Singleton design pattern in java. One of the best book for Interview ...

12:45
Singleton In Java | Create | Destroy | Prevent | Interview Questions

8,959 views

4 years ago

Crack Java
Details discussion of singleton pattern with real life use

Details discussion of singleton pattern with real life use Different ways to create singleton How to break and prevent singleton ...

17:04
Details discussion of singleton pattern with real life use

1,885 views

6 years ago

Java User Group Switzerland
Architecturally-evident Java Applications with jMolecules

Speaker: Oliver Drotbohm Recorded: 2021-10-19 00:00:00 Intro 00:03:26 Talk 01:07:44 Q&A Java applications are usually written ...

1:41:28
Architecturally-evident Java Applications with jMolecules

1,520 views

4 years ago

Drunken Engineer
Factory Design Pattern in Java | Real Time Project Example

This video explain factory design pattern along with real time project usage. One of the best book for Interview Questions Top ...

14:18
Factory Design Pattern in Java | Real Time Project Example

20,175 views

4 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

Java User Group Switzerland
TDD and Clean Architecture - Driven by Behaviour

Speaker: Valentina (Cupać) Jemuović Recorded: 2022-02-01 00:00:00 Intro 00:05:20 The Talk 01:19:34 Questions & Answers ...

1:41:12
TDD and Clean Architecture - Driven by Behaviour

6,928 views

3 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

Tom Mens
Unit Testing and Test Coverage in Java

A video tutorial by Tom Mens about unit testing and test coverage in Java. This video is supplementary course material for a ...

17:23
Unit Testing and Test Coverage in Java

4,244 views

10 years ago

TECH BUZZ BLOGS
Java - Object | TECH BUZZ BLOGS

Follow us for more tutorials GitHub Repository: https://github.com/techbuzzblogs.

7:44
Java - Object | TECH BUZZ BLOGS

92 views

3 years ago

The Coding Gopher
99% of Developers Don't Get RPCs

Inquiries: thecodinggopher@gmail.com ‍ Learn to build Git, Docker, Redis, HTTP ...

9:20
99% of Developers Don't Get RPCs

96,419 views

9 months ago

Red Hat Developer
Revisiting Effective Java in 2019 | DevNation Tech Talk

Joshua Bloch has given us the third edition of Effective Java, but almost 10 years have passed since the last edition. Now we have ...

33:42
Revisiting Effective Java in 2019 | DevNation Tech Talk

1,786 views

Streamed 6 years ago

Gain Java Knowledge
Spring MVC Flow With Example

Hi Friends, #GainJavaKnowledge #Spring #SpringMVC Welcome to this channel Gain Java Knowledge. In this video we will ...

4:28
Spring MVC Flow With Example

9,583 views

5 years ago

beehab learning
Design Pattern shorts 1: Fluent Interface Design Pattern, Method Chaining intro in java language

Java Design Pattern: Fluent interface design This design is domain specific language sets to make the code easily readable.

19:25
Design Pattern shorts 1: Fluent Interface Design Pattern, Method Chaining intro in java language

161 views

5 years ago

Interview DOT
Open Closed Principle Explained - SOLID Design Principles | Example Java Code Demo | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

3:10
Open Closed Principle Explained - SOLID Design Principles | Example Java Code Demo | InterviewDOT

18,497 views

5 years ago

Gaëtan Bloch
Hands on DDD and EDA with Quarkus 3 and Kafka

In this talk, I will be discussing the effectiveness of applying #domaindrivendesign (DDD) and an #eventdrivenarchitecture using ...

50:43
Hands on DDD and EDA with Quarkus 3 and Kafka

799 views

2 years ago

SreenuTech
Solid Principles (with real-time examples) | By Mr. Sreenivas

About Sreenu Technologies: Sreenu Technologies has established in 2013 May. We are experts on Java Realtime Project ...

2:23:22
Solid Principles (with real-time examples) | By Mr. Sreenivas

12,011 views

3 years ago

Peachez Programming
Excel Spreadsheets with Java using Apache POI

Join my Patreon: https://www.patreon.com/PeachezProgramming LinkTree: https://linktr.ee/peachezprogramming We use the ...

18:15
Excel Spreadsheets with Java using Apache POI

1,124 views

1 year ago

Interview DOT
JAVA 8 STREAMS | WRITE A FACTORIAL PROGRAM USING JAVA 8 SYNTAX | EXAMPLE JAVA CODE DEMO|InterviewDOT

JAVA8PROGRAMMING #JAVA8INTERVIEW #JAVA8CODINGDEMO #JAVAEXAMPLECODE #JAVA8FACTORIALPROGRAM ...

1:50
JAVA 8 STREAMS | WRITE A FACTORIAL PROGRAM USING JAVA 8 SYNTAX | EXAMPLE JAVA CODE DEMO|InterviewDOT

1,019 views

4 years ago

Java User Group Switzerland
Unlock Refactoring and Level Up Your Game

Speaker: Victor Rentea Recorded: 2021-03-02 00:00:00 Intro 00:05:50 The Talk 01:03:34 Questions & Answers To survive in a ...

1:07:15
Unlock Refactoring and Level Up Your Game

438 views

4 years ago

Red Hat Developer
Beyond REST and CRUD: Integration patterns in Microservices| DevNation Tech Talk

... design pattern books book that I have somewhere on my bookshelf back there um but it is still accurate and applicable um and ...

1:10:05
Beyond REST and CRUD: Integration patterns in Microservices| DevNation Tech Talk

889 views

Streamed 2 years ago

Engineering Community
MICROSERVICES PATTERNS WITH SPRING BOOT by Anna Bohun

An overview of microservice architecture challenges and patterns we have to solve them. Three patterns - Circuit Breaker, API ...

50:46
MICROSERVICES PATTERNS WITH SPRING BOOT by Anna Bohun

533 views

4 years ago

Barcelona Jug
Apache Camel design patterns learned through blood by Bilgin Ibryam at JBCNConf 2016

http://www.jbcnconf.com/2016/infoSpeaker.html?ref=cibryam.

45:56
Apache Camel design patterns learned through blood by Bilgin Ibryam at JBCNConf 2016

650 views

9 years ago

Devopedia
Functors, Monads and more

Java 8 introduced lambdas and method references. These helped adoption of functional programming in Java. Later versions of ...

1:02:24
Functors, Monads and more

347 views

2 years ago

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

Appsstuff Solutions
006 - Java Design Pattern - Decorator Pattern

Best regard Appsstuff Middleware Company Muhammad Yassein - Cairo - Egypt https://www.linkedin.com/in/appsstuff ...

23:45
006 - Java Design Pattern - Decorator Pattern

206 views

6 years ago