Choosing a serverless database for a serverless app
When using services such as Next.js/Vercel and Cloudflare workers you just cannot use any database. Let's see what are some options.
All of my long-form thoughts on sofrware engineering and software in general.
When using services such as Next.js/Vercel and Cloudflare workers you just cannot use any database. Let's see what are some options.
Generating sequential ids is simple and effective but has some issues. But how to generate non-sequential ids?
I recently quit my job and these are some things I've done to prepare for interviewing in some hiring processes.
Feature flags can be used for many more things than just enabling features for specific users. In fact they can become an essential tool in the whole development lifecycle of any modern application.