Homework & Coding Practice
Homework/Practice Coding Assignment (20-min)
bash코드 복사clinic flame -- node server.js
Expected Outcomes
Last updated
bash코드 복사clinic flame -- node server.jsLast updated
markdown코드 복사Debugging Experience Summary:
1. Tools: Used `debugger` and `clinic.js` for identifying issues.
2. Issues: Found unoptimized synchronous operations in the `/tasks` route.
3. Solutions: Replaced blocking tasks with asynchronous calls and added proper error handling.
4. Outcome: Improved response time and reduced CPU usage.