Articles

Cleaning up Github

Gary Bailey - Feb, 07 2022

To untrack every file that is now in your .gitignore:  Open your working folder in terminal.  First commit any outstanding code changes, and then,...

Getting Connected to Plaid

Gary Bailey - Feb, 07 2022

There is some work to do here - but first, we need to get an authenticated user experience, so that we can associate any Plaid transactions or...

Starting a new NuxtJS app

Gary Bailey - Feb, 05 2022

It's been a while, but today I'm starting a re-write of my openCodeCash web application. That was built in Express with Bootstrap - since then I've...

Using Let's Encrypt SSL certs

Gary Bailey - Feb, 04 2022

Everyone on the web is using SSL these days - to the point where most (if not all) modern browsers will throw a very unfriendly looking warning if...