Component testing in Next.js using Cypress - Part 1 - Set up
This is the first part in a series of articles explaining how to set up and write component tests for Next.js using Cypress
[next.js, component testing, cypress, automated testing]
October 25, 2024
Component testing in Next.js using Cypress - Part 2 - Intercepting network requests
This is the second part in a series of articles explaining how to set up and write component tests for Next.js using Cypress. It describes the benefits of intercepting network requests and how to set it up.
[next.js, component testing, cypress, automated testing]
November 5, 2024
Component testing in Next.js using Cypress - Part 3 - Server components
This is the third part in a series of articles explaining how to set up and write component tests for Next.js using Cypress. It describes how to cover your server-rendered components with automated tests.
[next.js, component testing, cypress, automated testing]
November 7, 2024
Simple parallax effect in Svelte - Three approaches
Three examples of implementing a parallax effect in Svelte. Using vanilla JS, with Svelte Animations and using the Motion library.
[css, animations, svelte]
November 18, 2024
Deploying a Remix app via GitHub Actions as an Azure Container App
Comprehensive guide to developing and deploying your full-stack Remix web application to the cloud via GitHub Actions as an Azure Container App
[remix, azure, container app, bicep]
October 14, 2024
Managing environment variables in Next.js on Azure Static Web Apps via GitHub Actions
A quick guide for managing Next.js environment variables for Azure Static Web Apps using GitHub actions or Azure DevOps pipelines
[next.js, azure, static web apps, github actions, azure devops pipelines, environment variables]
October 11, 2024
Deploying a Next.js app to Azure Static Web Apps via GitHub Actions
A quick guide with example code for deploying a Next.js app to Azure Static Web Apps using GitHub actions
[next.js, azure, static web apps, github actions]
October 10, 2024
Using Tailwind CSS, CLSX and Prettier in a React/Next.js project
How to set up Tailwind CSS, CLSX and Prettier in a React/Next.js project with reference repository
[next.js, react, tailwind, clsx, prettier]
October 16, 2024
Incremental Static Regeneration (ISR) in Next.js: What, Why, and How?
A detailed explanation of ISR and how it can improve website performance with dynamic content, with examples for various scenarios using Page and App Router
[next.js, ISR, Incremental Static Regeneration, SSG, Performance]
October 22, 2024
Component testing in Next.js using Cypress - Part 1 - Set up
This is the first part in a series of articles explaining how to set up and write component tests for Next.js using Cypress
[next.js, component testing, cypress, automated testing]
October 25, 2024
Component testing in Next.js using Cypress - Part 2 - Intercepting network requests
This is the second part in a series of articles explaining how to set up and write component tests for Next.js using Cypress. It describes the benefits of intercepting network requests and how to set it up.
[next.js, component testing, cypress, automated testing]
November 5, 2024
Component testing in Next.js using Cypress - Part 3 - Server components
This is the third part in a series of articles explaining how to set up and write component tests for Next.js using Cypress. It describes how to cover your server-rendered components with automated tests.
[next.js, component testing, cypress, automated testing]
November 7, 2024
Simple parallax effect in Svelte - Three approaches
Three examples of implementing a parallax effect in Svelte. Using vanilla JS, with Svelte Animations and using the Motion library.
[css, animations, svelte]
November 18, 2024