Skip to content

Node

Category: Notes

  • Filed Under: Node
  • Date Posted: June 6, 2021

Packageless Express Flash Middleware

Packages are a great way to shave off development time, but there’s a few reasons why I like to keep my project dependencies small.

  • Filed Under: Bash, Git, Node, PHP
  • Date Posted: May 23, 2021

WordPress Plugin Dev Template Installer

I didn’t know how to write bash scripts so I took the opportunity this weekend to learn it. Now I have a WP Plugin development installer.