Go to main content
Search by topics
Javascript Under the hood React Typescript Infrastructure Web API Performance Animation CSS
June 28, 2023

Serverless function cold start is too slow, let's dockerize our app

In an application I built, I couldn't use edge function. Unfortunately, serverless function are so slow to start that I decided to dockerize my application and deploy it on my server.

December 22, 2021

CSS clip-path, what the heck?

Sometimes, you would like to store some data in the browser. Here is the Web Storage API that can make you happy. But what is it? And how to use it?