ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

80,141 results

Addy Osmani
Product Engineering with Cursor AI: Let's build a Next.js app!

Tools like Cursor AI are reshaping the role of product engineers. In this video, I'll show you how to build a full-featured Next.js ...

16:23
Product Engineering with Cursor AI: Let's build a Next.js app!

9,334 views

1 year ago

Prisma
Vibe Coding a Linktree Clone in Next.js with Prisma and Clerk (Easy)

In this 1.5 hour hands-on build, we'll create a complete *Linktree-style profile builder* using modern, production-grade ...

1:18:49
Vibe Coding a Linktree Clone in Next.js with Prisma and Clerk (Easy)

1,667 views

1 month ago

생활코딩
Next.js 13- 0. Next.js 란 무엇인가? (14 버전 호환됩니다)

공지사항 Next.js는 리엑트 기반의 풀스택 웹 프래임워크로 더욱 편리하게 웹앱을 구현할 수 있도록 도와줍니다. 전체 수업은 18개의 ...

2:43
Next.js 13- 0. Next.js 란 무엇인가? (14 버전 호환됩니다)

60,014 views

2 years ago

Raddy
Next.js App Router Explained: What I Wish I Knew Earlier

Next.js is a powerful React framework that blends the best of both server-side and client-side rendering, making it an ideal choice ...

14:54
Next.js App Router Explained: What I Wish I Knew Earlier

1,098 views

7 months ago

Raddy
How to Build a Headless WordPress Blog with Next.js and WP JSON API

Learn how to build a headless WordPress blog with Next.js 15 using the powerful App Router and TypeScript! In this tutorial, we'll ...

2:10:24
How to Build a Headless WordPress Blog with Next.js and WP JSON API

10,565 views

1 year ago

Drupal Association
From zero to a multilingual Next.js site powered by Next-drupal and Drupal Recipes with one command!

DrupalCon Lille 2023 MAKERS & BUILDERS Setting up a decoupled project with Drupal as the backend in 2023 still involves a ...

48:41
From zero to a multilingual Next.js site powered by Next-drupal and Drupal Recipes with one command!

1,655 views

2 years ago

Cole Blender 🇺🇸
Build and Deploy FULL STACK Next.js 14 Website - Supabase, Drizzle, Shadcn/ui

At the end of this video you will have a real full stack Next.js website that is actually on the internet. Subscribe ...

1:07:55
Build and Deploy FULL STACK Next.js 14 Website - Supabase, Drizzle, Shadcn/ui

22,854 views

1 year ago

Ken Greeff Codes
Building a CRUD App with Next.js & Rails API

In this episode we will continue working on our repo we setup last time that contains a Rails app running in API mode as well as a ...

41:31
Building a CRUD App with Next.js & Rails API

2,042 views

1 year ago

Prisma
How to Build a Next.js App + Prisma with Ai in ONE PROMPT

Build a Full-Stack Next.js + Prisma + Postgres App in ONE PROMPT Learn how to set up Prisma with Next.js and Postgres ...

5:43
How to Build a Next.js App + Prisma with Ai in ONE PROMPT

2,536 views

2 months ago

Cole Blender 🇺🇸
This AI Project Will Make You a Next.js 15 EXPERT (OpenAI & Supabase)

In this video, I walk you through building a full-stack note-taking app with the Next.js 15 App Router, Supabase for authentication ...

2:25:45
This AI Project Will Make You a Next.js 15 EXPERT (OpenAI & Supabase)

6,403 views

11 months ago

Cole Blender 🇺🇸
Deploy Your Next.js App FAST with Vercel + Custom Domain Setup

Learn to deploy your Next.js app to the internet with Vercel and set up a custom domain using Namecheap. Namecheap ...

4:21
Deploy Your Next.js App FAST with Vercel + Custom Domain Setup

6,907 views

10 months ago

Rendr Software Group
Next.js dynamic OG images - What no one tells you about implementing

Contact us: https://rendr.io/contact If you don't know about dynamic open graph images in Next.js, well, it's amazing. We're going ...

8:50
Next.js dynamic OG images - What no one tells you about implementing

1,602 views

1 year ago

Raddy
Build Your Own Retro Gaming Website: Next.Js 14 + Prisma

In this video, we're going to build a simple retro gaming platform I've named NextRivals! NextRivals is mostly a desktop-friendly ...

7:32:48
Build Your Own Retro Gaming Website: Next.Js 14 + Prisma

11,120 views

1 year ago

Channels new to you

Миша Ларченко
All About the Critical React and Nextjs Vulnerabilities

A critical vulnerability of the highest severity level has been discovered in the server-side components of the React ...

5:03
All About the Critical React and Nextjs Vulnerabilities

13,312 views

1 month ago

Raddy
Next.js 14 Deployment to VPS with GitHub Actions CI/CD

Get €20 with Hetzner (Good Alternative) : https://hetzner.cloud/?ref=lJfA3ntsv43z Get $200 in DigitalOcean Credit: ...

52:31
Next.js 14 Deployment to VPS with GitHub Actions CI/CD

27,993 views

2 years ago

KilanG
How do NextJS server actions work under the hood? | A real example

00:00 What is a Next.js server action? 02:00 Advantages of running code on the server 03:06 A naive attempt at implementing ...

10:39
How do NextJS server actions work under the hood? | A real example

1,421 views

9 months ago

Ken Greeff Codes
Fetch data from Rails API with Next.js

In this episode we will setup a repo that contains a Rails app running in API mode as well as a Next.js app for the frontend. I'll walk ...

42:57
Fetch data from Rails API with Next.js

1,962 views

1 year ago

Jan Hesters
How To Set Up Next.js 15 For Production In 2025

Want to hire a senior React developer? Visit https://reactsquad.io/jan now! If you're expanding your team and need to hire React ...

20:52
How To Set Up Next.js 15 For Production In 2025

10,078 views

1 year ago

Farzan Yaz
How I Made Next.js Navigation Feel Instant — Even on Dynamic Routes

In this video, I'll show you exactly how I achieved lightning-fast navigation in my app using react query! 25 Web Dev ...

7:01
How I Made Next.js Navigation Feel Instant — Even on Dynamic Routes

1,342 views

5 months ago

Drupal Austria
Build a fully decoupled application with Drupal and NextJS

by Vincenzo Gambino This session will provide valuable insights and techniques for building dynamic, scalable, fully decoupled ...

33:15
Build a fully decoupled application with Drupal and NextJS

2,967 views

Streamed 2 years ago

OktaDev
Using Next.js Server Actions to Call External APIs

With the introduction of Next.js 14, Server Actions are now stable, but what are Server Actions? And how can they be used to fetch ...

5:59
Using Next.js Server Actions to Call External APIs

17,557 views

1 year ago