Today I learned

Vercel Cron Jobs

#api#backend

Today I learned that Vercel introduced Cron Jobs recently. So now you can automate repetetive tasks in a serverless Environment like on Vercel.

Read more

Faster page loads with early hints

#backend

Eary hints is a status code (103 Early Hints) that can help improve the performance of a website, because it allows the server to sent hints to the browser about critial sub-resources.

Read more

Automatic ER diagrams

#backend#prisma

Today I learned that there is an automatic ER diagram generator for prisma

Read more