ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

32 results

Vaadin
Vaadin makes building forms so easy in 2026

Vaadin Flow makes building forms in your Java web app easy by providing the components and layouts needed to quickly ...

1:42
Vaadin makes building forms so easy in 2026

176 views

13 hours ago

Programming threads
zip() Silently Deleted Your Data

Python's zip() silently drops data when your lists are different lengths. It stops at the shortest input, so rows disappear with no error ...

0:46
zip() Silently Deleted Your Data

1,226 views

3 weeks ago

Future-proof Architect
05. Evaluation datasets - Building with the Claude API

Walkthrough of Anthropic's "Building with the Claude API" course using Anthropic's TypeScript SDK. Project repo: ...

5:49
05. Evaluation datasets - Building with the Claude API

38 views

3 weeks ago

Programming threads
Counter Does In One Line What You Write In Six

Counting things is the most common loop in Python, and almost nobody uses the tool built for it. collections.Counter does the ...

1:03
Counter Does In One Line What You Write In Six

1,109 views

2 weeks ago

Programming threads
Set Difference

Python set difference only looks one way, and that is how a comparison quietly reports that nothing changed. set(a) minus set(b) ...

1:01
Set Difference

1,121 views

12 days ago

EmmsDan
Building simple Web page html part 2

Please, do subscribe and share it with your friends.

11:05
Building simple Web page html part 2

4 views

Streamed 4 weeks ago

Programming threads
Python Default Arguments Leak Between Calls

A Python mutable default argument leaks between calls. Give a function an empty list as its default and every call shares one list, ...

0:48
Python Default Arguments Leak Between Calls

944 views

3 weeks ago

Programming threads
Python Thinks True And 1 Are The Same Key

In Python, True and 1 are the same dictionary key. bool is a subclass of int, so True does not merely equal 1, it hashes identically ...

0:51
Python Thinks True And 1 Are The Same Key

1,085 views

2 weeks ago

Programming threads
Python Generators Are Empty The Second Time

A Python generator can only be read once. Run the exact same line twice and the second one hands you an empty list, with no ...

1:08
Python Generators Are Empty The Second Time

256 views

2 weeks ago

Vaadin
Spring Boot + Vaadin Tutorial: Build a Java Web App UI (2026)

Vaadin is an open source Java web framework for building web app UIs entirely in Java — no JavaScript, no HTML. In this ...

1:03:16
Spring Boot + Vaadin Tutorial: Build a Java Web App UI (2026)

3,538 views

2 weeks ago

Programming threads
This Tuple Raises An Error And Mutates Anyway

An exception is not a rollback. Doing += on a list stored inside a Python tuple raises TypeError and mutates the list anyway.

0:43
This Tuple Raises An Error And Mutates Anyway

1,139 views

3 weeks ago

Programming threads
Dict Comprehensions Drop Duplicate Keys Silently

A Python dict comprehension is not a copy, it is a merge, and merges lose things. Feed it three pairs where a key repeats and you ...

0:51
Dict Comprehensions Drop Duplicate Keys Silently

610 views

2 weeks ago

Kimz
AI Agent 原生簡報框架

讓AI Agent 自動幫你做完簡報——這個開源工具有6517 顆星。 open-slide 是目前唯一專為AI Coding Agent 打造的簡報框架。

2:21
AI Agent 原生簡報框架

6 views

3 weeks ago

Chrome for Developers
Third-party tools for Chrome DevTools for Agents

Find out how to build custom third-party tools for Chrome DevTools for Agents. By doing this, you can expose your application's ...

6:35
Third-party tools for Chrome DevTools for Agents

5,713 views

7 days ago

Kimz
讓 AI Agent 無法被偵測的 Stealth 瀏覽器

【Camofox Browser】讓AI Agent 像真人一樣瀏覽網頁,徹底繞過bot 偵測。 本報告全面拆解: - C++ 層反偵測:所有指紋偽造 ...

5:11
讓 AI Agent 無法被偵測的 Stealth 瀏覽器

19 views

3 weeks ago

Birat Datta
Reflex: turning a government website into  WebMCP tools in 47 seconds

Most websites were built before WebMCP, so AI agents are stuck clicking pixels. But those sites already describe what they do ...

0:48
Reflex: turning a government website into WebMCP tools in 47 seconds

13 views

10 days ago

Programming threads
What's Actually Inside an LLM

A language model has exactly one move: guess the next token. It picks one, appends it, looks at everything again — including ...

1:21
What's Actually Inside an LLM

358 views

3 weeks ago

Programming threads
sum() Of Floats Never Reaches 1.0

Adding 0.1 to itself ten times in Python does not give you 1.0. It gives 0.9999999999999999, and comparing that to 1.0 with ...

0:45
sum() Of Floats Never Reaches 1.0

1,364 views

2 weeks ago

Stimulsoft
How to use multi-column labels in the parameter drop-down list in Blazor reporting tool [2026]

reportingtool #blazor #net #dataanalytics This video shows how to use multi-column labels in the parameter drop-down list.

1:35
How to use multi-column labels in the parameter drop-down list in Blazor reporting tool [2026]

77 views

2 weeks ago

Programming threads
Python Says NaN Is Not Equal To Itself, Then Finds It Anyway

In Python, NaN is not equal to itself. Comparing float('nan') to itself with == returns False, which is deliberate and part of IEEE 754.

0:51
Python Says NaN Is Not Equal To Itself, Then Finds It Anyway

1,114 views

2 weeks ago