Best of VercelOctober 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build and Deploy an Ecommerce Site with Next.js, Tailwind CSS, Prisma, Vercel, and daisyUI

    Learn how to build and deploy a full-stack e-commerce website using Next.js, Tailwind CSS, Prisma, Vercel, and DaisyUI. The course covers various topics, such as Next.js server actions, Prisma for database operations, authentication with Next-Auth and Google login, building an amazing UI with TailwindCSS and DaisyUI, and deploying the project to Vercel.

  2. 2
    Article
    Avatar of sdtimesSD Times·3y

    Next.js 14 is now officially available, with addition of Server Actions and Partial Prerendering features

    Next.js 14 introduces significant performance improvements, including faster local server startup and code updates. It also includes Server Actions for data mutations and Partial Prerendering for handling dynamic content. Vercel has also launched a new course on Next.js Learn.

  3. 3
    Article
    Avatar of hnHacker News·3y

    Why we migrated our backend from Vercel to Fly.io and the challenges we faced.

    The article discusses the reasons behind migrating the backend from Vercel to Fly.io and the challenges faced during the migration. It highlights the need for a lightweight server and the pricing comparison between the two platforms. The challenges include Docker setup in a monorepo, Fly deployment timeouts, and a bug in the Bun runtime.