Skip to content

Blog

Only NX works fine with Expo

I was looking for a tooling for monorepo and still settled on NX, which works with Expo, unlike Turborepo, where there are problems with prebuild

Vercel is only serverless

I wanted to deploy a simple Express application on Vercel, but it turned out that they only support serverless functions. I had to delve into how they work and modify the code, although in the end the deployment turned out to be easier than I thought

Drizzle or native SQL

I gave Drizzle a shot and loved it! It’s almost the same old SQL but offers type safety and easy migrations, making it a perfect fit for my habit tracker project