Challenges
Master AI-assisted coding through hands-on practice
33 challenges
6 categories
Build a Rate Limiter
BuildMedium
Implement a rate limiting middleware that limits requests per IP address. Start with the provided skeleton and complete the implementation.
30m
1.5x XP
0 completed
Fix the Middleware Order
Bug FixMedium
Authentication middleware is not protecting routes correctly. The order of middleware matters!
20m
1.5x XP
0 completed
Fix the Async/Await Bug
Bug FixMedium
An async function is not waiting for data to load before processing. Fix the promise handling issue.
20m
1.5x XP
0 completed