ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

Coding in Flow
When you open VS Code through the command line #webdev #programmingmemes #programmingmeme

How I feel when I open VS Code through the command line (like a hacker) ⭐ Get my full-stack Next.js with Express ...

0:28
When you open VS Code through the command line #webdev #programmingmemes #programmingmeme

12,739 views

5 months ago

Coding in Flow
Avoid This Stripe Webhook Bug 💀 #webdeveloper #stripe #webdev #backendwebdevelopment

Stripe can send webhook events out of order and you have to handle that. ⭐ Get my full-stack Next.js with Express & TypeScript ...

0:32
Avoid This Stripe Webhook Bug 💀 #webdeveloper #stripe #webdev #backendwebdevelopment

6,077 views

11 months ago

Coding in Flow
Professional developer vs Chad developer #webdev #programmingmemes #programmingmeme #developermemes

Wireframes, Figma, and preparation vs a Chad developer who just wings it. ⭐ Get my full-stack Next.js with Express & TypeScript ...

0:16
Professional developer vs Chad developer #webdev #programmingmemes #programmingmeme #developermemes

2,201 views

11 months ago

Coding in Flow
Learn Programmatic SEO In Next.js 🏆

Learn programmatic SEO in Next.js with this free tutorial on YouTube: https://www.youtube.com/watch?v=290Ytj96vL4 ⭐ Get my ...

0:23
Learn Programmatic SEO In Next.js 🏆

2,896 views

10 months ago

Coding in Flow
You Can Style The Browser Scrollbar 🤯 #css #frontend #frontenddevelopment #webdev #reactjs

How to style the browser scrollbar using CSS. You can change the width and color. ⭐ Get my full-stack Next.js with Express ...

0:32
You Can Style The Browser Scrollbar 🤯 #css #frontend #frontenddevelopment #webdev #reactjs

7,638 views

11 months ago

Coding in Flow
Unauthorized & Forbidden Pages In Next.js 15 💡 #nextjs #nextjs15 #nextjstutorial

Next.js 15 has two new special file types: unauthorized and forbidden. Here is how to activate and use them. ⭐ Get my full-stack ...

0:20
Unauthorized & Forbidden Pages In Next.js 15 💡 #nextjs #nextjs15 #nextjstutorial

15,387 views

9 months ago

Coding in Flow
Taking down production with 1 line of code #programmerhumor #programmingmemes #webdeveloper

Me taking down prod with one line of untested code . ⭐ Get my full-stack Next.js with Express & TypeScript course: ...

0:15
Taking down production with 1 line of code #programmerhumor #programmingmemes #webdeveloper

1,321 views

11 months ago

Coding in Flow
How To Create A Dark Mode Version Of Your Website Logo (CSS, Tailwind CSS) #css #tailwindcss #webdev

How to create a dark-mode version of your website logo with only two (Tailwind) CSS attributes. ⭐ Get my full-stack Next.js with ...

0:21
How To Create A Dark Mode Version Of Your Website Logo (CSS, Tailwind CSS) #css #tailwindcss #webdev

14,532 views

9 months ago

Coding in Flow
Current Year In Website Footer (10x Dev Approach) #webdevelopment #frontend #frontenddeveloper

How to show the current year in your website's footer. PS: This is a joke. ⭐ Get my full-stack Next.js with Express & TypeScript ...

0:19
Current Year In Website Footer (10x Dev Approach) #webdevelopment #frontend #frontenddeveloper

8,806 views

10 months ago

Coding in Flow
What ACTUALLY Is An API? 💡 #webdev #webdevelopment #frontenddeveloper #backenddeveloper

What is an API (application programming interface) explained in 40 seconds. ⭐ Get my full-stack Next.js with Express ...

0:42
What ACTUALLY Is An API? 💡 #webdev #webdevelopment #frontenddeveloper #backenddeveloper

5,836 views

9 months ago

Coding in Flow
TypeScript Discriminator Fields Explained 💡 #typescript #webdevelopment #reactjs #javascript

What are discriminator fields in TypeScript and when do you need them? ⭐ Get my full-stack Next.js with Express & TypeScript ...

0:32
TypeScript Discriminator Fields Explained 💡 #typescript #webdevelopment #reactjs #javascript

18,835 views

9 months ago

Coding in Flow
Never fetch in useEffect! #reactjs #reactjsinterviewquestions #reactdeveloper #webdevelopment

Why you shouldn't fetch data in useEffect in React and what to use instead. ⭐ Get my full-stack Next.js with Express & TypeScript ...

1:31
Never fetch in useEffect! #reactjs #reactjsinterviewquestions #reactdeveloper #webdevelopment

18,059 views

11 months ago

Coding in Flow
Return Void vs Never #javascript #typescript #nextjs #webdevelopment

What's the difference between return void and return never in TypeScript? And what are their practical uses? ⭐ Get my full-stack ...

0:38
Return Void vs Never #javascript #typescript #nextjs #webdevelopment

9,027 views

10 months ago

Coding in Flow
JavaScript FlatMap Explained 💡 #javascript #javascriptinterviewquestions #reactjs #webdevelopment

What is the Array.flatMap function in JavaScript and when do we use it over normal map? ⭐ Get my full-stack Next.js with Express ...

0:43
JavaScript FlatMap Explained 💡 #javascript #javascriptinterviewquestions #reactjs #webdevelopment

11,738 views

11 months ago

Coding in Flow
TypeScript Template Literal Types 🤯 #typescript #typescriptdevelopment #typescripttutorial #webdev

How to create template literal types for type-safe string concatenation in TypeScript. ⭐ Get my full-stack Next.js with Express ...

0:25
TypeScript Template Literal Types 🤯 #typescript #typescriptdevelopment #typescripttutorial #webdev

4,631 views

11 months ago

Coding in Flow
Don't Use && In React ⚠️ (Conditional Rendering) #reactjs #reactdeveloper #reactjsinterviewquestions

Why React developers avoid the logical AND operator (&&) in JSX code and what to use instead. ⭐ Get my full-stack Next.js with ...

0:42
Don't Use && In React ⚠️ (Conditional Rendering) #reactjs #reactdeveloper #reactjsinterviewquestions

22,147 views

10 months ago

Coding in Flow
Multiple Prisma Schema Files 💡 #nextjs #webdevelopment

How to use multiple Prisma schema files in your project. ⭐ Get my full-stack Next.js with Express & TypeScript course: ...

0:33
Multiple Prisma Schema Files 💡 #nextjs #webdevelopment

12,032 views

11 months ago

Coding in Flow
When To Use Server Actions vs API Route Handlers In Next.js #nextjs #nextjs15 #reactjs #webdev

What's the difference between server actions and route handlers (route.ts files) in Next.js and when should you use which?

1:00
When To Use Server Actions vs API Route Handlers In Next.js #nextjs #nextjs15 #reactjs #webdev

4,425 views

10 months ago

Coding in Flow
Exponential Backoff Explained 💡 #webdev #webdevelopment #webdeveloper #fullstack #reactjs

What is exponential backoff and why is it used to retry failed webhook events? ⭐ Get my full-stack Next.js with Express ...

1:10
Exponential Backoff Explained 💡 #webdev #webdevelopment #webdeveloper #fullstack #reactjs

3,706 views

11 months ago

Coding in Flow
Number() vs ParseInt() - All Differences #javascript #frontenddeveloper #webdevelopment #reactjs

All differences between JavaScript's parseInt and Number functions. ⭐ Get my full-stack Next.js with Express & TypeScript course: ...

0:39
Number() vs ParseInt() - All Differences #javascript #frontenddeveloper #webdevelopment #reactjs

3,356 views

10 months ago

Coding in Flow
Report Bugs Like A Pro (Jam.Dev) #webdev #webdevelopment #frontenddeveloper

Why you should use jam.dev to make screen recordings for your bug reports. ⭐ Get my full-stack Next.js with Express ...

0:30
Report Bugs Like A Pro (Jam.Dev) #webdev #webdevelopment #frontenddeveloper

6,420 views

11 months ago

Coding in Flow
TypeScript: Avoid Optional Arguments ⚠️ #typescript #typescriptdevelopment #webdeveloper #javascript

When and why you should avoid optional arguments and props in TypeScript. ⭐ Get my full-stack Next.js with Express ...

0:31
TypeScript: Avoid Optional Arguments ⚠️ #typescript #typescriptdevelopment #webdeveloper #javascript

15,006 views

9 months ago

Coding in Flow
React Suspense Avoid Popcorn Effect 🍿 #reactjs #react19 #nextjs #nextjs15 #webdevelopment

How to avoid the "popcorn effect" where each server component pops up at a different time when using React suspense.

0:47
React Suspense Avoid Popcorn Effect 🍿 #reactjs #react19 #nextjs #nextjs15 #webdevelopment

7,634 views

10 months ago

Zen Echoes Studio
Coding in Flow 💻 | Lo-Fi Beats to Focus & Create #shorts

lofi #lofibeats #chill Beats #studybeats #relaxingmusic #lofihiphop #lofimusic #aestheticmusic #sleepmusic #focusmusic ...

0:10
Coding in Flow 💻 | Lo-Fi Beats to Focus & Create #shorts

107 views

1 month ago

Coding in Flow
Correctly Destructure Unused Array Values In JavaScript 💡 #javascript #javascriptinterviewquestions

Lint shows an error when you try to destructure an unused variable from an array? Do this instead! ⭐ Get my full-stack Next.js with ...

0:43
Correctly Destructure Unused Array Values In JavaScript 💡 #javascript #javascriptinterviewquestions

4,707 views

10 months ago