Handling File Uploads in a Serverless API Endpoint

In this post, I walkthrough using signed URLs to enable asynchronous file uploads in a serverless API endpoint.
Read more →

A Quicknote on Dependency Injection and TypeScript

I’m doing some rapid prototyping of a TypeScript API that will query a database. I quickly ran into coupling issues when I went to write some unit tests. ** Dependency Injection enters the chat **
Read more →

Retrieving AWS SSM Parameters with Node

This is a note to my future self on how to retrieve SSM parameters with Node
Read more →

HumiJS: A Raspberry Pi-Powered Humidistat and Thermometer

I took sometime to dust off my Raspberry Pi and turned it into a humidistat for my crawlspace.
Read more →

Hello Playwright

Time to checkout a new browser automation library for Nodejs with support for Google Chrome, Mozilla Firefox, and Webkit browsers.
Read more →

Puppyteer Crawler

In this Puppeteer Experiment (a new thing!), I combine a Puppeteer powered web crawler with some #MachineLearning to crawl a pet shelter’s website for all of the adorable dog pictures. I call it, the Puppyteer Crawler (alternate title: The Puppeteer Collar). 🐶
Read more →

Turning Markdown into PDFs using Puppeteer

How to take all of your Markdown and generate good looking PDFs from it.
Read more →

Get Me the GIF!

How Serverless, Puppeteer, FFMPEG, and AWS Lambda can help you get the GIFs from Twitter.
Read more →

GroceryJS: JavaScript Your Groceries

An experimental Nodejs / Puppeteer app for automating your grocery shopping
Read more →

Nodejs & SSH

I figure out how to open an SSH shell into a server with Nodejs.
Read more →
x