Matt Welke

  • Posts
  • About

When Go Container Images Use More Space Than Python

November 9, 2025

Exploring container images built for Go vs. Python apps and how the image layers affect repository storage.

Free Tier Serverless MongoDB with AWS Lambda and MongoDB Atlas

February 18, 2019

Combine the free tiers of AWS and MongoDB Atlas to deploy a serverless function that uses MongoDB for data. Also, see how an Express adapter can help with local development.

Free Tier Managed SQL with AWS Lambda and Heroku Postgres

January 6, 2019

Combine the free tiers of AWS and Heroku to deploy a serverless function that uses Postgres for data.

Strongly-Typed, Server-Rendered Views with React and TypeScript

March 11, 2018

Use React in a Node.js server side app as an HTML view engine, with the TypeScript compiler helping catch issues.