ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

425 results

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

Gentleman Programming
The myth of the full-stack web programmer that you haven't been told before 😱 #webprogramming

The myth of the full-stack web programmer that you haven't been told before 😱 #gentlemanprogramming #webdevelopment ...

0:59
The myth of the full-stack web programmer that you haven't been told before 😱 #webprogramming

169,038 views

1 year ago

Gentleman Programming
There's little work for junior programmers #programming #frontend #backend #webprogramming

There's little work for junior programmers #programming #learnprogramming #gentlemanprogramming #webdevelopment ...

0:58
There's little work for junior programmers #programming #frontend #backend #webprogramming

60,957 views

1 year ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,854 views

5 years ago

Otavio Santana
Java Reflection Advanced with Proxy: Creating a more robust code

In this video, we'll give a next on Java reflection with Proxy. If you like me and enjoy good framework API, you might love Spring ...

11:23
Java Reflection Advanced with Proxy: Creating a more robust code

455 views

2 years ago

iter
How HOTP and TOTP work

Note that the SHA-1 hash is truncated in a needlessly, in a process the spec calls "dynamic truncation". There is no need for the ...

4:20
How HOTP and TOTP work

30,208 views

5 years ago

tef ebooks
Programming is terrible—Lessons learned from a life wasted. EMF2012

http://programmingisterrible.com/ https://mastodon.social/@tef A bad programmer talks about bad programming, from EMF 2012 ...

1:06:44
Programming is terrible—Lessons learned from a life wasted. EMF2012

1,703,395 views

13 years ago

Gentleman Programming
The truth about getting a job as a junior programmer #programming #frontend #backend

The truth no one tells you about getting your first job as a programmer Did you know that your first programming interview ...

0:52
The truth about getting a job as a junior programmer #programming #frontend #backend

60,101 views

1 year ago

Gentleman Programming
Did you know your SaaS could be illegal? #programming #frontend #backend #webprogramming

Could your SaaS app be illegal without you knowing it? In this video, I'll tell you all about the legal requirements you ...

0:43
Did you know your SaaS could be illegal? #programming #frontend #backend #webprogramming

54,466 views

1 year ago

Gentleman Programming
Quitting your freelance job to get your life back #programming #frontend #backend #webprogramming

Is Freelance Work Worth Sacrificing Your Health? 🚨 Find out why you should reconsider your priorities NOW In this video, we ...

0:49
Quitting your freelance job to get your life back #programming #frontend #backend #webprogramming

18,328 views

1 year ago

J David Eisenberg
Chapter 11: Visibility modifiers in Java

Find out how to specify which classes can and cannot access the methods and properties in other classes. Note: narration at 1:54 ...

2:20
Chapter 11: Visibility modifiers in Java

129 views

5 years ago

CS75
Building Dynamic Websites at Harvard - Section 6
1:30:11
Building Dynamic Websites at Harvard - Section 6

157 views

10 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,037 views

5 years ago

Kaloyan Karaivanov
Kotlin - Solving a sample coding interview problem

Useful Kotlin Idioms You Should Know: - Data classes - Named and default arguments - Expressions - Null-safety - Extension ...

11:08
Kotlin - Solving a sample coding interview problem

2,787 views

3 years ago

YAWL User Group
Advanced YAWL: Dynamic Task Instances

How can YAWL add tasks at runtime and stop early with thresholds? This video explores advanced features of multiple instance ...

5:58
Advanced YAWL: Dynamic Task Instances

505 views

5 years ago

Otavio Santana
Java Reflection Annotation: what is the difference between Retension vs Target.

shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...

0:42
Java Reflection Annotation: what is the difference between Retension vs Target.

275 views

2 years ago

Geoffrey's OptaPlanner channel
The Vehicle Routing Problem with OptaPlanner

Twitter: https://twitter.com/GeoffreyDeSmet LinkedIn: https://www.linkedin.com/in/ge0ffrey/ Learn more about OptaPlanner: ...

6:23
The Vehicle Routing Problem with OptaPlanner

6,811 views

3 years ago

Codexpanse with Rakhim
Typing: Static vs Dynamic, Weak vs. Strong / Intro to JavaScript ES6 programming, lesson 16

Learn about dynamic vs static and weak and strong typing. Watch this to learn about pure functions ...

7:22
Typing: Static vs Dynamic, Weak vs. Strong / Intro to JavaScript ES6 programming, lesson 16

61,824 views

8 years ago

Khan Academy Computing
Memoized Recursive Fibonacci Calls (Diagrammed)

This diagram traces the calls that the computer makes while executing a memoized recursive algorithm to calculate Fibonacci ...

0:19
Memoized Recursive Fibonacci Calls (Diagrammed)

7,658 views

6 years ago

YAWL User Group
Dynamic Workflows with YAWL Worklets

What are YAWL worklets and how do they make your workflows more flexible and dynamic? This video explains the concept and ...

5:54
Dynamic Workflows with YAWL Worklets

774 views

5 years ago

Houston FPUG
Rafal Dittwald, “Data Oriented Programming”

The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?

1:44:01
Rafal Dittwald, “Data Oriented Programming”

7,624 views

3 years ago

Khan Academy Computing
Recursive Fibonacci Calls (Diagrammed)

This diagram traces the calls that the computer makes while executing a recursive algorithm to calculate Fibonacci numbers for an ...

0:19
Recursive Fibonacci Calls (Diagrammed)

2,118 views

6 years ago

Apne Wale Coders
Mastering LeetCode 133: Graph Cloning with DFS

Master LeetCode 133 with our DFS tutorial. Clone graphs effortlessly! ▶️ LeetCode Link to the Problem:- ...

14:59
Mastering LeetCode 133: Graph Cloning with DFS

14 views

2 years ago

Denis Kuzmin
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...

28:04
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

14,085 views

7 years ago

Codexpanse with Rakhim
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...

4:38
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

116,332 views

9 years ago