Bienvenue! Welcome!
My goal is to help you work faster.
I must speak and teach until I hear 10 people say, "That thing you taught me? I used it! And it saved me time!"
(Ahem ... although maybe blogging slower than I'd hoped. Ugh, coders' repetitive stress injury.)
So check out the tutorials. Play with code. Tell me about your triumphs.
Educators and students - get Figma graphic design software free
17 Jul 2020
Figma is a really neat graphic design tool. I’ll let people who actually know what they’re doing tell you why.
I’m just here to say that if you have a “.edu” address or otherwise qualify, get it free while you can.
I’m also here to screenshot a few hard-to-find parts of the process.
PL/SQL Nested Queries
14 Jul 2020
I’m working on a middleware tool to extract “people of interest” from an Oracle database and convert the resulting data into JSON-formatted text ready to load into Instructure’s Bridge learning management system as users via Bridge’s API. Writing PL/SQL to extract the data with reusable “nested cursors” for maintainability was quite an adventure.
Continue ReadingGatsby Minimum Viable Sanity Template
08 Jul 2020
Recap of my latest project as I head into step 2 of 3:
I’m changing my simple Gatsby / React site to use the standalone Sanity Studio CMS instead of in-project Markdown-formatted text files as the source of the “Hello World” text behind generating an index.html
with a body of <div>Hello World</div>
.
Properly configured, Sanity looks beautiful for non-technical content editors, and paired with Gatsby Cloud’s “preview” sites, content authors can literally watch a preview of their site change as they type – all while getting the performance and security benefits of a static production web site.
Sanity CMS Minimum Viable Build
07 Jul 2020
As step 1 (of 3) of my next project, I’ll set up Sanity CMS instead of markdown as a data source for the “Hello World
” in my Gatsby-generated index.html.
Believe it or not, this will allow me to build a static web site with a “preview” version that content authors can watch change as they type into the Sanity Studio content management system.
Why WYSIWYG static site CMS's love Gatsby
24 Jun 2020
Please correct me if I’m wrong.
This is my current understanding of why most Jamstack CMSes with drag-and-drop WYSIWYG previewing seem to heavily favor using Gatsby as a static site generator.
How I brought my Google Page Speed from 80 to 91 in 5 minutes
23 Jun 2020
I finally took the world’s advice and split my blog’s JavaScript into “load first” and “load last” sections. Brought my Google PageSpeed Insights score on mobile up from 80 to 91.
Continue ReadingGatsby React WYSIWYG CMS-Friendly Markdown
22 Jun 2020
Come see how I built a drag-and-drop WYSIWYG CMS-ready web page with Gatsby and React.
Continue ReadingGatsby React Minimum Viable Markdown Template / Component
18 Jun 2020
I discovered that a directory only needs two small files in it for the Gatsby static website generator to turn it into a functioning index.html
with a body of <div>Hello world!</div>
.
My next project is to build it up from an index.md
Markdown file containing the message of “Hello world!
” and have Gatsby inject it into index.html
.
Audient iD14 sound check for iOS and Windows
10 Jun 2020
New Audient iD14? Lucky you! Here’s a plan to sound-check it on an iPad and a Windows PC.
Continue ReadingGatsby Minimum Viable Build
09 Jun 2020
Back in February I played with “minimum viable contents” that would make Netlify successfully build a web site + a Netlify CMS instance, auto-detecting that it should use the Jekyll static site builder.
I’m less familiar with the Gatsby static site builder, so today I’m doing a similar exercise, but just worrying about getting Netlify to detect that I’m using Gatsby and to display a Hello World.