Skip to content

Bite size documentation of lessons learned

Notes

  • Filed Under: Javascript, Shopify, Social Media
  • Date Posted: January 10, 2022

Twitter Card Response Body Size Limit Reached Fix

The response body size of the homepage was roughly around 2.15MB. Twitter’s response body limit for cards is 2MB. I was convinced it was all the marketing scripts and plugin script injection. Isn’t it usually?

  • 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.

  • Filed Under: OS
  • Date Posted: May 21, 2021

Kill a Process in WSL/Linux

Killing an SSH connection does not kill the processes running on that machine. In order to free up the port to, I ran the following commands

  • Filed Under: Database
  • Date Posted: March 24, 2021

Export Postgres SQL Query to CSV

A quick command to convert database records to a csv. The file can then be imported into a spreadsheet program.