Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
236,143 results
A real GitHub Actions workflow can genuinely run the exact same lint commands on every single real pull request, automatically.
0 views
11 days ago
Stylelint does for real CSS what ESLint does for JavaScript -- a real config file, and real, genuine rule enforcement. Steps covered ...
1 view
Sometimes you don't want a derived value, you want to actually DO something when data changes, like calling an API or writing to ...
3 views
5 days ago
Before fetch() existed, XMLHttpRequest was the only real way to make an AJAX call -- and it's still a real, working browser API ...
A script can run perfectly fine and still hide a real, genuine bug -- linting catches it before it ever ships, without running the code at ...
2 views
Postgres genuinely tracks its own structure as real, queryable data -- let's ask it directly what tables and columns actually exist.
13 days ago
You need exactly ONE commit from another branch, not the whole thing -- cherry-pick copies just that single change over.
8 views
3 weeks ago
A real ESLint config is just one real JavaScript file -- let's write one and confirm it's genuinely working. Steps covered in this video: ...
As we build our first interactive web page, let's dive into a fundamental concept that makes JavaScript truly dynamic: the this ...
One real INSERT statement can add one row, or genuinely add dozens at once -- let's see both, for real. Steps covered in this ...
A real, wrong Content-Type header can make a perfectly valid real JSON body genuinely fail to parse on the server.
Redundant shorthand, duplicate properties, inconsistent color case -- real, common CSS issues Stylelint genuinely catches and ...
Python's for loop iterates over real, actual values -- not an index counter you manage by hand -- and enumerate(), zip(), break, ...
9 days ago
A real VIEW re-runs its query live every time -- a real MATERIALIZED VIEW genuinely stores the result and must be refreshed on ...
ddev start is the single command that turns a config.yaml into a fully running web container, database container, and HTTPS URL ...
2 weeks ago
Need Redis, Elasticsearch, or a specific CMS's dev tooling? Someone has probably already packaged it as a DDEV add-on -- one ...
In this video, we'll build a JavaScript function that listens for keyboard events and responds with dynamic output - let's dive in!
6 views
Real programs need to make decisions, run this code only when something's true, that code otherwise. In this video you'll write ...
4 days ago
A real FormData object and a real multipart request body -- the same real mechanism an actual file-upload form uses.
Input lets a parent component pass real data down into a child component, the same way an HTML attribute passes a value into a ...