vercel
How to run Playwright tests on a Vercel deployment using GitHub Actions
End to end testing is crucial for ensuring the reliability of websites. Testing the entire user experience at once frequently catches issues that more isolated or specific unit tests miss. This tutorial will show you how to automate Playwright end to end testing of your Vercel deployment using Github Actions.
Mar 06, 2024
Eliminating additional bandwidth charges for multi-zone sites on Vercel
In this post we look at how you can eliminate additional bandwidth charges for multi-zone sites on Vercel
Dec 19, 2023
Harnessing the power of incremental static regeneration in Next.js
Take your web development game to the NEXT level! Get the best of both worlds by combining the performance of a static page with the real-time updates of a dynamic one.
Dec 08, 2023
The People versus Tailwind - the case for and against Tailwind
The case for and against using Tailwind CSS on your next project.