The example Dockerfile provided on the Next.js documentation only shows how to build for yarn. Below is a small adjustment to the original file to […] Read More
Author: Boris W
The argument to put most dependencies under dependencies instead of devDependencies can actually go both ways. More commonly I see people start with putting everything […] Read More
Prerequisites Docker is installed on the host A basic understanding of Node.js and package.json configuration Instructions Create a project folder Create a project folder of […] Read More
Did you know that most of the aquarium plants you purchase from your local store are grown emersed (with their leaves out of the water)? […] Read More
The Problem When I send emails out through GoDaddy’s shared web hosting and email server, the emails get signed with DKIM and fail DKIM checks […] Read More
Tested on the Raspberry Pi 2B and higher, as well as the Pi Zero W. This configuration will also work for touch screens. These instructions […] Read More
The following instructions have been tested on the Raspberry Pi Zero W, 2B, 3, and 4. Install Docker Install docker-compose
There is much discussion out there as to how one may include Bootstrap in their Node.js + create-react-app deployments. This article shows a simple, clean, […] Read More
git push –force-with-lease has partial protection compared to git push –force, in case other commits have been pushed upstream. More info: Docs: git-push#git-push—force-with-leaseltrefnamegt –force considered […] Read More
I have seen many posts about how to add repeatable reducers on redux, and I have not seen an elegant solution. By “elegant”, I’m talking […] Read More