ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

372 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

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

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

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

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

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

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

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

OpenMDAO
Nonlinear and linear systems and solvers

In OpenMDAO terms, your nonlinear system is your model or governing system of equations. Your linear system is a ...

13:15
Nonlinear and linear systems and solvers

1,661 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

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

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

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

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

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

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

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

Stimulsoft
JS Dashboard: Creating Sales Dashboard [Shot on v2019]

This video demonstrates how to: 1 Add chart, map,progress, table on a dashboard panel; 2 Create Sales dashboard.

2:57
JS Dashboard: Creating Sales Dashboard [Shot on v2019]

536 views

6 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,455 views

1 year ago

datalabcc
Big O - Mathematics - 3.1

Big O (for "order") helps you predict the time that operations will take and allows you to create dramatically more efficient ...

5:20
Big O - Mathematics - 3.1

2,522 views

8 years ago

Stimulsoft
Dashboards for ASP.NET, .NET Core, JS, PHP, Blazor apps: Sorting Data by Variation in KPI (2020)

dashboard #analytics #aspnetcore #kpi This video demonstrates how to: 1. Create an indicator element; 2. Set data sorting in the ...

0:52
Dashboards for ASP.NET, .NET Core, JS, PHP, Blazor apps: Sorting Data by Variation in KPI (2020)

188 views

5 years ago

Stimulsoft
ASP.NET, .NET Core, JS, PHP, Java reporting tool for developers. Creating sparklines in reports

reportingtool #sparklines #aspnetcore #java This video demonstrates how to: 1. Create a sparkline component on the report page; ...

2:11
ASP.NET, .NET Core, JS, PHP, Java reporting tool for developers. Creating sparklines in reports

618 views

5 years ago

parlough
Dart Burst - Creating a List With Initial Items

In this edition of Dart Burst, I walk through how to create a list initially filled with some items, also potentially including from another ...

1:51
Dart Burst - Creating a List With Initial Items

28 views

4 years ago

Craig Piercy
Writing GameServlet for the Guessing Game Application - Servlet Edition

We demonstrate how to write a Java Servlet that will act as the Controller and View component of a Java Web Appliction.

28:58
Writing GameServlet for the Guessing Game Application - Servlet Edition

7,441 views

11 years ago