KHKelvin Hoinblog.kelvinho.dev·Mar 18 · 2 min readDebugging TypeScript backend service: Step-by-Step guideBackground Node and Express.js are increasingly popular for developing backend APIs. Although building a RESTful API with Express.js is straightforward, not all developers know how to debug applicatio00
KHKelvin Hoinblog.kelvinho.dev·Mar 18 · 3 min readDebugging React Apps with Vite in Visual Studio Code: Step-by-StepBackground Modern React projects increasingly use Vite for faster development, but debugging setups - especially in Visual Studio Code - can be confusing for some beginners. This article documents my 00
KHKelvin Hoinblog.kelvinho.dev·Mar 17 · 4 min readHow to Debug JavaScript and TypeScript in VS Code: A Step-by-Step GuideBackground In recent years I started working more with TypeScript and React to build modern back-end and front-end applications. While these technologies are powerful and improve developer productivit00