ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,592 results

Kiki's Bytes
I ACED my Technical Interviews knowing these System Design Basics

In this video, we're going to see how we can take a basic single server setup to a full blown scalable system. We'll take a look at ...

9:41
I ACED my Technical Interviews knowing these System Design Basics

375,278 views

1 year ago

strager
DRY makes your code 500% better · intermediate Java code review

Learn to Don't Repeat Yourself (DRY) your code. Write more readable and maintainable programs. This lesson is in Java, but the ...

11:57
DRY makes your code 500% better · intermediate Java code review

33,800 views

4 years ago

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

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

486,749 views

9 months ago

Noob Nerd
Our Runtime Annotation in Action - Java Annotations Crash Course 4/7

This is the 4th video of series Java Annotation Crash Course. This video gives you an idea about how you will make use of your ...

11:50
Our Runtime Annotation in Action - Java Annotations Crash Course 4/7

2,637 views

6 years ago

Noob Nerd
A Deeper Dive into the Concepts - Java Annotations Crash Course 2/7

This is the 2nd video of series Java Annotation Crash Course. This video gives you an in depth knowledge about terms and ...

8:42
A Deeper Dive into the Concepts - Java Annotations Crash Course 2/7

2,477 views

6 years ago

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

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

171,627 views

3 months ago

Alex The Analyst
Database vs Data Warehouse vs Data Lake | What is the Difference?

Database vs Data Warehouse vs Data Lake | Today we take a look at these 3 different ways to store data and the differences ...

5:22
Database vs Data Warehouse vs Data Lake | What is the Difference?

1,033,613 views

3 years ago

Noob Nerd
Say Hello to Annotations - Java Annotations Crash Course 1/7

This is the first video of series Java Annotation Crash Course. This video gives you an overview about what annotations are and ...

7:16
Say Hello to Annotations - Java Annotations Crash Course 1/7

20,889 views

6 years ago

InRhythm
Java for JavaScript Developers | James Woods

Even though it's a dynamic vs. statically typed language, there are still several 1 to 1 and 1 to 0.7 relationships from imports and ...

9:06
Java for JavaScript Developers | James Woods

753 views

7 years ago

The Coding Gopher
Docker vs. Kubernetes: The ONLY Video You Need to Finally Understand Containers!

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher Join my free newsletter on Go & backend ...

5:51
Docker vs. Kubernetes: The ONLY Video You Need to Finally Understand Containers!

284,293 views

1 year ago

Noob Nerd
Theory: Compile Time Annotations - Java Annotations Crash Course 5/7

This is the 5th video of series Java Annotation Crash Course. This video gives you an overview about the concepts you need ...

10:32
Theory: Compile Time Annotations - Java Annotations Crash Course 5/7

638 views

6 years ago

Gain Java Knowledge
Java 8 Optional Class Best Practices

Hi Friends, #GainJavaKnowledge Welcome to this channel Gain Java Knowledge. We are providing best content of Java in ...

11:58
Java 8 Optional Class Best Practices

1,870 views

4 years ago

TU Delft Learning for Life
Software Testing in Java - Introduction to JUnit

Read more about his onine course: https://www.edx.org/course/automated-software-testing-practical-skills-for-java-developers.

7:52
Software Testing in Java - Introduction to JUnit

2,459 views

7 years ago

Tutorial Quest 127.0.0.1
Java Script English tutorial 1 : First JavaScript Program

If you're looking for a crash course that helps you get started with JavaScript quickly, this course is for you. ⭐️TABLE OF ...

7:08
Java Script English tutorial 1 : First JavaScript Program

21 views

4 years ago

The Coding Gopher
gRPC and Protocol Buffers in 6 Minutes

In this video, we break down the basics of gRPC - a powerful framework that allows services to communicate across different ...

5:28
gRPC and Protocol Buffers in 6 Minutes

9,024 views

1 year ago

internet-class
What does JavaScript have to do with Java?

In short—​nothing. But the two languages make a fascinating comparison. Java was developed over multiple years to achieve ...

5:31
What does JavaScript have to do with Java?

324 views

9 years ago

Ariel Weinberger
JWT Explained In Under 10 Minutes (JSON Web Tokens)

JWT (JSON Web Tokens) explained in under 10 minutes! Authentication, authorization, refresh tokens, statelessness, and more.

9:18
JWT Explained In Under 10 Minutes (JSON Web Tokens)

47,502 views

1 year ago

OktaDev
An Illustrated Guide to OAuth and OpenID Connect

OAuth 2.0 and OpenID Connect (OIDC) are internet standards that enable one application to access data from another.

16:36
An Illustrated Guide to OAuth and OpenID Connect

748,651 views

6 years ago

codemaster.rakesh
Java Calculator Program| Java demo|#javaprograming

... full course,python programing,how to learn programming,python basics,python crash course,python turtle,python from scratch ...

9:06
Java Calculator Program| Java demo|#javaprograming

23 views

1 year ago

To The Core
My Java SE Tech Stack - AssertJ's fundamentals

Summary :::::::::: There's nothing wrong with JUnit5's assertions, but we can do way better. That's why in this video we're going to ...

4:23
My Java SE Tech Stack - AssertJ's fundamentals

444 views

5 years ago

To The Core
My Java SE Tech Stack - PIT's fundamentals

Summary :::::::::: Here, we cover a wonderful tool for performing mutation testing in Java. Mutations are tiny changes automatically ...

6:29
My Java SE Tech Stack - PIT's fundamentals

125 views

5 years ago

DuMV - Android Studio Programmer
2.Java tutorial -  What Java Is and How It Works

Cùng học cùng vui Website : https://dumv.tech/ Facebook : https://www.facebook.com/DumvJavaCode Pinterest ...

12:56
2.Java tutorial - What Java Is and How It Works

32 views

5 years ago

Vaadin
Java web app course 2/6 - Implementing the backend with JPA

In this video, Alejandro Duarte demonstrates how to implement a backend with database connectivity using JPA and Spring Data.

5:30
Java web app course 2/6 - Implementing the backend with JPA

13,109 views

4 years ago

Christopher Stevens
Exception Handling in Java

Exception handling is a crucial part of writing robust and error-free programs. It allows you to handle runtime errors, providing a ...

11:19
Exception Handling in Java

34 views

1 year ago

TokyoEdtech
Intro to Java / AP Computer Science A: Getting Started

In this new video series, I'll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I'll show you ...

13:34
Intro to Java / AP Computer Science A: Getting Started

2,790 views

2 years ago