Recent Posts

Profiling Node

1 minute read

Recently I ran into a memory leak while running a node script to migrate ~300MM rows from Postgres to DynamoDB.

Docker Notes

4 minute read

Dockerfile Each line (command) roughly equates to a layer Combine commands to reduce layers More commands in fewer instructions = optimization