ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9 results

The AI Native Engineer
Why every Python project needs its own virtual environment

Music: "Wallpaper" by Kevin MacLeod (incompetech.com), licensed under CC BY 4.0 #python #pythonprogramming ...

0:57
Why every Python project needs its own virtual environment

84 views

3 weeks ago

CS50
CS50x en Español - Clase 9 - Flask

Dubbed from English with thanks to lingopal.ai. *** From the team that brought you CS50 at Harvard, Yale, and Oxford, this is the ...

2:26:36
CS50x en Español - Clase 9 - Flask

2,887 views

1 month ago

CS50
CS50x em Português - Aula 6 - Python

Dubbed from English with thanks to lingopal.ai. *** From the team that brought you CS50 at Harvard, Yale, and Oxford, this is the ...

2:29:31
CS50x em Português - Aula 6 - Python

1,766 views

4 weeks ago

CS50
CS50x em Português - Aula 9 - Flask

Dubbed from English with thanks to lingopal.ai. *** From the team that brought you CS50 at Harvard, Yale, and Oxford, this is the ...

2:26:36
CS50x em Português - Aula 9 - Flask

1,379 views

4 weeks ago

The AI Native Engineer
JWT vs sessions: why you can't revoke a token

JWT vs sessions, and the difference nobody explains: a JSON Web Token cannot be revoked. You can delete a session in one ...

1:29
JWT vs sessions: why you can't revoke a token

55 views

3 weeks ago

The AI Native Engineer
Redis maxmemory policy: what actually happens when Redis is full

Redis eviction policy, maxmemory, and the thing nobody tells you: the default is not to drop the oldest key. The default is to stop ...

1:20
Redis maxmemory policy: what actually happens when Redis is full

52 views

3 weeks ago

The AI Native Engineer
Express middleware order: why your auth middleware never ran #expressjs #middleware #apisecurity

Express middleware order, middleware scope, and the quietest security bug in a Node app: a route registered above your auth ...

1:06
Express middleware order: why your auth middleware never ran #expressjs #middleware #apisecurity

20 views

3 weeks ago

The AI Native Engineer
Middleware explained: does it run before your handler, or after? #middleware #expressjs #nodejs

Middleware, middleware order, and next(): the answer is both, and the second half is the one nobody draws. Most people read the ...

1:02
Middleware explained: does it run before your handler, or after? #middleware #expressjs #nodejs

62 views

3 weeks ago

The AI Native Engineer
Express middleware: what happens when you never call next()? #expressjs #middleware #nodejs

Express next(), short circuiting, hanging requests and error middleware placement: skipping next() on purpose gives you a guard, ...

0:58
Express middleware: what happens when you never call next()? #expressjs #middleware #nodejs

18 views

3 weeks ago