c639f55067e13fcff1dc70e39a5fcbf9808330b9
Hackernews newsletter
Next up
- Batch email (Resend: ETA early 2024)
- Custom url shortener for links in the newsletter
- Cron every 10 minutes: people are more likely to open the newsletter if delivered around the time when they subscribed (if cron becomes not enough, then the cost of sending all the emails might be a bigger issue)
Vercel basics
Install vercel cli
yarn add -g vercel@latest
Link to vercel
yarn vercel:link
Pull env variables from vercel
yarn vercel:env
Push Prisma schema to vercel
yarn db:push
Generate Prisma client
yarn prisma:generate
Reset Prisma database
yarn db:reset
Languages
TypeScript
91.7%
CSS
3.7%
HTML
2.7%
JavaScript
0.9%
Dockerfile
0.7%
Other
0.3%