Not sure why your DB query is taking SO long? You need Postgres EXPLAIN. Tells what the DB will for a given query. Then dump the results into ChatGPT for ideas for optimizing #buildinpublic
Onboarding new devs? Write READMEs:
1. To get code running locally
2. How to deploy everything
3. List @fireship_dev videos for each tech used
#buildinpublic
Breaking down code into serverless functions introduces new potential for network failures at each step. Utilize topics to link sequential serverless functions, without making earlier steps dependent on the availability of later ones 💪 #buildinpublic
Regular devs can build pretty much anything these days, if given the right infrastructure primitives. But when something fundamental is missing, you get complexity explosions #buildinpublic