If you migrated from VS Code to Cursor, you might have noticed that Cursor doesn't support settings...
Being able to stitch together a website with multiple services is a powerful technique. With this...
JavaScript on browser is single-threaded, but JS developers still need to worry about interleaving...
Expressing a complex business logic as a readable code is not an easy task. Also, refactoring can...
TLDR (deepMock implementation & example test code) Most JavaScript test frameworks provide a...
조립하기 쉬운 시스템이란 잘 설계된 백엔드를 작업할 때는 마치 레고를 가지고 노는 기분이 듭니다. 많은 백엔드 개발자들이 (스프링, 루비온레일즈, 네스트 같은)...
About Composable Systems Working inside a well-structured backend code feels like playing...
Serverless Technologies & Open Source Serverless technologies like Firebase are great...
One of Prisma's best features is its TypeScript client generated from Prisma schema. For me, it is a...
This is my approach to implement strongly typed routing using React Router and TypeScript. So that if...