Technology Articles

Gatsby Helmet

by John Vincent

Posted on

For meta tags, Gatsby relies on react-helmet


Gatsby Markdown

by John Vincent

Posted on

Let's build Markdown pages with Gatsby.


Gatsby Robots file

by John Vincent

Posted on

Building a robot.txt file with Gatsby is straightforward.


Gatsby Sass

by John Vincent

Posted on

Using Scss files with Gatsby is straightforward.


Building and deploying MyTunes to johnvincent.io

by John Vincent

Posted on


Restricting Access with HTTP Basic Authentication

by John Vincent

Posted on

This document discusses configuring Nginx to restrict Access with HTTP Basic Authentication www.johnvincent.io website.

For extensive discussions regarding www.johnvincent.io, please see Overview of johnvincent.io website


Update TaskMuncher to be a Progressive Web App

by John Vincent

Posted on

Let's discuss updating TaskMuncher to be a Progressive Web App


Update TaskMuncher for Lighthouse Findings

by John Vincent

Posted on

Let's discuss updating TaskMuncher to address some Lighthouse findings.


Google Mobile Usability Issues

by John Vincent

Posted on

Discussion about Google Mobile Usability Issues and how to resolve them.


Google Coverage Issues

by John Vincent

Posted on

Discussion about Google Coverage Issues and how to resolve them.


Update TaskMuncher to use React BrowserRouter

by John Vincent

Posted on

Let's discuss updating TaskMuncher to use BrowserRouter rather than HashRouter.


Redux Dev Tools

by John Vincent

Posted on

Converting to use Redux Devtools Extension.


Deploy TaskMuncher React App to AWS

by John Vincent

Posted on

This is part of a series of discussions regarding Deploying TaskMuncher.


TaskMuncher Performance

by John Vincent

Posted on

Let's discuss TaskMuncher performance after the upgrade to Webpack 4, Babel 7 and Material-UI 3


Optimizing TaskMuncher with Webpack 4

by John Vincent

Posted on

Let's discuss updating Webpack 4 TaskMuncher Optimizations.


Update TaskMuncher to Webpack v4, Babel v7, Material-UI v3

by John Vincent

Posted on

Let's discuss updating TaskMuncher to use Webpack 4, Babel 7 and Material-UI 3


TaskMuncher V1 Overview

by John Vincent

Posted on


TaskMuncher Website Validation

by John Vincent

Posted on

This document discusses validation issues for the www.taskmuncher.com website.

It references the Website Validation Reference

Using the Website Validation Reference, the following were the issues found and their solutions.


Basic React Testing with Jest and Enzyme

by John Vincent

Posted on

This stuff ends up sprayed everywhere, so let's create a reference document.