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
161 results
hack2hire #codinghumor #interviewfail #techinterview #sideproject #coding #codinglife #sdeprep #devtok #interviewprep #oa ...
5,823 views
11 months ago
Learn how to debug your code If this feels a little too relatable, you're not alone Don't forget to like, share and subscribe for ...
152 views
2 months ago
I thought this JavaScript project would be a quick win… but it ended up testing my patience, my problem-solving skills, and my ...
506 views
10 months ago
They say coding can’t make you happy… until you fix that one bug at midnight 💻✨ A relatable moment for every developer ...
1,406 views
2,130 views
9 months ago
Developers don't panic. We sip tea ☕ and try again. One cup for the bug. One cup for the frustration. One cup for the fix.
1,289 views
3 months ago
Think this function returns an object? Think again! JavaScript's Automatic Semicolon Insertion (ASI) strikes again. A simple line ...
849 views
4 weeks ago
let x = 10; function test(x = x) { console.log(x); } test(); Looks simple… but what's the output? ❌ Not 10 ❌ Not undefined It ...
364 views
1 month ago
How to properly Debug JavaScript using the built-in VS Code debugger to identify errors and inspect variables. Links ...
21 views
2 days ago
The Error Is Lying To You. Most students debug where the error appears. Senior developers debug where the error started.
27 views
9 days ago
Log values at runtime without changing code or redeploying. Logpoints make debugging faster and cleaner.
1,658 views
6 months ago
Think this prints 1 2? Think again This JavaScript snippet confuses even experienced developers: let b = 1; (function (a = b, ...
222 views
ChatGPT is not seeing your code. It's seeing your question. And if your question has no environment details, ChatGPT is forced to ...
43 views
8 days ago
For the full tekcerpt on YouTube, go to https://youtu.be/2bBeya6Vi3k For updates, follow us on, Twitter - https://twitter.com/tekcerpts ...
68 views
2 years ago
Good news: you know TypeScript now, so no more hours lost to debugging. ✨ In the Software Engineering + AI/ML Immersive ...
1,102 views
8 months ago
40 views
4 months ago
This JavaScript code looks harmless… but it hides a dangerous bug function foo() { a = 2; } No let, no const, no var… yet it still ...
357 views
Encore's local development dashboard comes with built-in local tracing and an API explorer, making debugging your event-driven ...
525 views
Interview Question: Your UI works perfectly on your local machine. But in production the browser freezes. How do you debug it?
183 views
Suraj's X (Twitter): https://x.com/jarusll Subscribe for our upcoming events. https://reactmumbai.dev X ...