Prevent ticket oversold example with Prisma and PostgresDBThis is a quick demo for using the PostgresDB’s isolationLevel to prevent ticket oversold. Full code can be found here.Mar 12Mar 12
Dynamically bundle i18n file in shared UI component based on current localeAt work, we break UI components into parts and publish them to company’s internal NPM registry to share them across different apps.Jan 1, 2022Jan 1, 2022
Elegantly handle multiple async tasks with JavaScriptLet’s say we want to make 100 requests to a server to download 100 pictures. For this simple job, we want to achieve:Jun 19, 20211Jun 19, 20211