BLOG
Stuff I'll forget if I don't write it down
Writing a local ChatGPT script in Node.js
10-24-23
How to write a local Node.js script for programatically generating content (or code)
Deploying a machine learning model to AWS
10-05-23
Deploying a machine learning model from huggingface to AWS Lambda, backed by a Docker container.
Performance Tuning DynamoDB - Lessons Learned
10-10-23
DynamoDB key structure, GSIs, and implications for performance and streaming.
Resolving Websocket Lambda Timeout Errors
12-4-23
How I resolved timeout errors when using AWS Lambda to back Websocket communication.