frontend
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.
06 March 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
19 December 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.
08 December 2023
The People versus Tailwind - the case for and against Tailwind
The case for and against using Tailwind CSS on your next project.
08 November 2023
How to use React Hooks with Redux
A quick tutorial on how to use React Hooks with Redux
26 July 2022
React Tutorial - Build a Weather App from Scratch - Part 2
Learn how to build a client web app from scratch using React and TypeScript
25 February 2021
React Tutorial - Build a Weather App from Scratch - Part 1
Learn how to build a client web app from scratch using React and TypeScript
23 February 2021
TypeScript + React Hooks: Part 3
Building and composing hooks
11 December 2020
TypeScript + React Hooks: Part 2
Follow-up to using basic React Hooks with TypeScript, with more examples of Hooks provided by the React team.
23 November 2020
TypeScript + React Hooks: Part 1 - The Basics
Introduction to using basic React Hooks with TypeScript
09 November 2020
React + TypeScript + Redux Toolkit - Safety and Simplicity
Decoupling state safely in React with Redux Toolkit and TypeScript
22 October 2020
Angular 1 with ES6
A brief introductory tutorial on how to combine ES6 and Angular 1