ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

239 results

GenZ Career
Java Spring Boot 4 Years Experience Interview [With Coding Problems]

This Video contains: java spring boot interview questions for 4 years experience java mock interview for 4 years experience java ...

1:01:50
Java Spring Boot 4 Years Experience Interview [With Coding Problems]

7,020 views

1 year ago

Ben
Why Xcode Is Falling Behind: Agentic Coding & 10 Years of Rot

Apple just dropped Xcode 26.3 with big agentic AI coding agents (Claude & OpenAI Codex integration) — but is it too late?

32:40
Why Xcode Is Falling Behind: Agentic Coding & 10 Years of Rot

50 views

12 days ago

CS50
CS50P - Lecture 8 - Object-Oriented Programming

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

2:47:42
CS50P - Lecture 8 - Object-Oriented Programming

792,725 views

3 years ago

CS50
CS50x 2026 - Artificial Intelligence

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

47:49
CS50x 2026 - Artificial Intelligence

184,442 views

2 months ago

CS50
CS50P - Lecture 0 - Functions, Variables

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

1:45:38
CS50P - Lecture 0 - Functions, Variables

2,320,656 views

3 years ago

CS50
CS50P - Lecture 9 - Et Cetera

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

2:29:04
CS50P - Lecture 9 - Et Cetera

320,285 views

3 years ago

CS50
CS50P - Lecture 3 - Exceptions

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

44:36
CS50P - Lecture 3 - Exceptions

468,817 views

3 years ago

CS50
CS50P - Lecture 2 - Loops

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

1:20:47
CS50P - Lecture 2 - Loops

767,171 views

3 years ago

FilFar
Deep Programming → Cyberium Vibe 🧪 #4

Focus & Concentration (Without Vocals) 4K Genres: Futuristic, Future Garage, Dubstep, Electronic, Djent, Ambient, Deep Bass, ...

1:01:13
Deep Programming → Cyberium Vibe 🧪 #4

433,069 views

2 years ago

CS50
CS50P - Lecture 6 - File I/O

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

1:32:25
CS50P - Lecture 6 - File I/O

463,415 views

3 years ago

Engineerhoon
What is a Code Pairing round? Hands-on demo with TDD | Thoughtworks Interview

Cracking the Code Pairing Round | Complete Guide with Demo and TDD In this video, I walk you through the Code Pairing ...

20:07
What is a Code Pairing round? Hands-on demo with TDD | Thoughtworks Interview

14,280 views

1 year ago

CS50
CS50P - Lecture 4 - Libraries

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

1:17:29
CS50P - Lecture 4 - Libraries

467,517 views

3 years ago

CS50
CS50P - Lecture 5 - Unit Tests

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

50:54
CS50P - Lecture 5 - Unit Tests

375,890 views

3 years ago

Robin Computer Science
20 Pseudocode Object-Oriented Programming Challenges with walk-throughs | A-Level Computer Science

Need real coding practice for Object-Oriented Programming? This video is a concise, exam-focused challenge sprint featuring 20 ...

51:37
20 Pseudocode Object-Oriented Programming Challenges with walk-throughs | A-Level Computer Science

118 views

9 months ago

CS50
CS50P - Lecture 7 - Regular Expressions

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

2:05:00
CS50P - Lecture 7 - Regular Expressions

404,128 views

3 years ago

CS50
CS50P - Lecture 1 - Conditionals

Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on ...

56:08
CS50P - Lecture 1 - Conditionals

775,225 views

3 years ago

Сергей Орлов ||l
Coding on iPad in 2021  | ||↓

Is it possible to write code on a tablet? Of course, it is. Is it convenient? Let's see. TL;DR: it actually is if you pick the right tools.

32:03
Coding on iPad in 2021 | ||↓

630 views

5 years ago

CS50
CS50x 2023 - Lecture 7 - SQL

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:20:29
CS50x 2023 - Lecture 7 - SQL

314,341 views

Streamed 3 years ago

Doctor Lai
Day 629 - Teaching Kids Programming - Smallest Number With Given Digit Product (Greedy Factorization

00:01 Hello, Problem Examples 04:29 "1" is useless 13:07 Can you Summarize Your Approach? 17:09 Try from Right to Left ...

24:30
Day 629 - Teaching Kids Programming - Smallest Number With Given Digit Product (Greedy Factorization

48 views

2 years ago

PragueJS
PragueJS 2023 #9 | Pavel Kepka | Senior frontend developer doesn’t exist!

Have you ever found yourself in a situation where you decided to do a complete rewrite of a frontend application? And the result ...

54:30
PragueJS 2023 #9 | Pavel Kepka | Senior frontend developer doesn’t exist!

59 views

2 years ago

Padho with Pratyush
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

... DSA Pattern series, where each lecture helps you master one pattern deeply — so you can solve 100+ coding questions easily.

41:16
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

31,324 views

4 months ago

Doctor Lai
Day 648 - Teaching Kids Programming - Find the Vertex of Zero Indegree in a Directed Acyclic Graph

00:01 Hello 05:00 Square Matrix 10:57 What are we looking for here? 16:50 Count Zero Indegrees 22:54 max 23:22 filter 23:37 ...

29:48
Day 648 - Teaching Kids Programming - Find the Vertex of Zero Indegree in a Directed Acyclic Graph

38 views

2 years ago

OMLDS
An Intro to Metaprogramming in R

Description: Metaprogramming is a generally useful tool to solve certain kinds of programming and data analysis problems.

40:04
An Intro to Metaprogramming in R

300 views

3 years ago

Doctor Lai
Day 300 - Teaching Kids Programming - One-way Jump Game via Backtracking, DP and Greedy Algorithm

Post: https://helloacm.com/teaching-kids-programming-one-way-jump-game-via-backtracking-dp-and-greedy-algorithm/ If you like ...

32:41
Day 300 - Teaching Kids Programming - One-way Jump Game via Backtracking, DP and Greedy Algorithm

228 views

4 years ago

Doctor Lai
Day 649 - Teaching Kids Programming - Algorithms to Find the Unique Vertex of Zero Indegree in a DAG

00:01 Hello 02:38 Indegree 05:19 Weak Teams Set 10:00 Connected Undirected Graph 18:11 Not Champ 19:32 Sum of All ...

25:59
Day 649 - Teaching Kids Programming - Algorithms to Find the Unique Vertex of Zero Indegree in a DAG

20 views

2 years ago