Future Grade blog
  • Home
Sign in Subscribe

Pete Gaffney

Saint Paul

monorepo setup with parcel 2 (2/n) - Node.js / Nest.js / Fastify / Lambda / Serverless

tldr: parcel doesn't work with nestJS, because they have differing opinions about which parts of javascript are garbage In the previous post, I walked through converting my Create React App based client to a parcel build system.  Now I'm going to do the server. Present state,
10 Feb 2022 6 min read

monorepo setup with parcel 2 (1/n)

TLDR - migrating from Create React App feat Tailwinds, Jest on SWC This was pretty easy!  Parcel doesn't support a test runner yet, so you're stuck using @swc/Jest to transpile your tests.  Given that Parcel uses swc under the covers, this seems like a reasonable
05 Feb 2022 6 min read

seeding a dynamodb-local instance with docker-compose

TL;DR - to seed a dynamodb-local database, you can run multiple AWSCLI commands in docker-compose.  To do that, override the amazon/aws-cli docker image's entrypoint and command to call a script.  In the script you can optionally add in command to keep the image up and running
04 Oct 2021 5 min read
Page 1 of 1
Future Grade blog © 2025
  • Data & privacy
  • Contact
Powered by Ghost