This repo contains quick examples and notes about certain tech stacks that I can draw from for interviews, discussions, and other dev.
- Node.js and Docker
- Node.js and TypeScript
- Node.js and Express with TypeScript
- Node.js, Express, TS w/ nodemon, and Postgres
- Kill undead port:
sudo lsof -i :5432andsudo kill 361 - attach to container:
docker exec -it <hash> bash