Take raw JSON output from the Notion API and transform it into properties that can be used by your website’s pages and components.
Write a Node.js script that connects to a Notion database and writes its page and block content to a local JSON file.
Build a simple Slack app that sends one-way messages to a channel using a Node script.
A tutorial that walks through the process of writing a Node.js script to recursively test for broken links on a website.
This is the (custom) workflow I use to automatically tweet after publishing new content to my blog.
Manually creating images for blog posts can be super time-consuming. Here's the foundation necessary for automatically generating meta images for content in markdown files.
When writing some script or program that works with markdown files, it's nice to not have to generate them manually. Here's a script to get the job done for you.
My go-to method for gaining access to AWS using the Node.js tooling.
Bear is one of the best editors out there, but lacks workflows for your content. Here's how to programmatically write Bear notes to local markdown files.