Danny Kim

Danny Kim @0916dhkim

Location:
Toronto, ON
Joined:
Jun 25, 2020

Danny Kim
articles - 10 total

Sync Cursor Settings the Dotfiles Way

If you migrated from VS Code to Cursor, you might have noticed that Cursor doesn't support settings...

Learn More 7 1Aug 22 '25

About Reverse Proxy

Being able to stitch together a website with multiple services is a powerful technique. With this...

Learn More 10 3Oct 9 '23

Simple TypeScript Mutex Implementation

JavaScript on browser is single-threaded, but JS developers still need to worry about interleaving...

Learn More 13 0Mar 22 '23

Simplify Business Logic with Reactive Architecture

Expressing a complex business logic as a readable code is not an easy task. Also, refactoring can...

Learn More 1 0Feb 13 '23

Deep Mocking for Jest

TLDR (deepMock implementation & example test code) Most JavaScript test frameworks provide a...

Learn More 12 1Feb 9 '23

서비스 패턴으로 조립하기 쉬운 백엔드 만들기

조립하기 쉬운 시스템이란 잘 설계된 백엔드를 작업할 때는 마치 레고를 가지고 노는 기분이 듭니다. 많은 백엔드 개발자들이 (스프링, 루비온레일즈, 네스트 같은)...

Learn More 5 0Nov 17 '22

Building Backend with Composable Services

About Composable Systems Working inside a well-structured backend code feels like playing...

Learn More 7 0Nov 16 '22

How to Make Your Firebase Application Open Source Friendly

Serverless Technologies & Open Source Serverless technologies like Firebase are great...

Learn More 1 0Oct 18 '22

Generating CMS from Prisma Schema

One of Prisma's best features is its TypeScript client generated from Prisma schema. For me, it is a...

Learn More 15 0Aug 5 '22

Type-Safe Usage of React Router

This is my approach to implement strongly typed routing using React Router and TypeScript. So that if...

Learn More 33 5Dec 7 '20