Notes on modern web development.

A collection of my notes from putting the lego blocks of modern web development together.

Dockerizing the NSR Application

We needed to be able to use Playwright on a RedHat Linux box but Playwright was not supported. In for rescue is docker

Remix Run Resource Routes

Using Remix Run resource routes to create a simple API for automating repetitive tasks can be a great way to save time.

Using Playwright for Screenshots

Playwright is a powerful tool for testing web applications, but it can also be used to take screenshots of web pages.