Posts tagged "Startups"

How to add 3 million real companies to your empty Cloudflare D1 database?

How to add 3 million real companies to your empty Cloudflare D1 database?

These are the steps how I added 3 million real companies to my empty database. CrunchBase has amazing free dataset which I converted to SQL using duckdb & sqlite3 and uploaded to Cloudflare D1 database with wrangler.

DatasetsSaaSStartups
How to avoid sending duplicate emails to customers

How to avoid sending duplicate emails to customers

Read about my embarrassing incident where due to a coding error, customers received the same email 32 times. You can avoid this issue by using idempotent emails.

EmailMarketingStartups