Pull request queue
4 reviews available right now
Size
Stack
LPHP · Symfony · MySQL12 min ago
Refactor auth middleware + JWT validation logic
We refactored the auth middleware to support JWT alongside sessions. We'd like the reviewer to look closely at expired-token handling and the refresh edge cases.
$80
500 to 1,000 lines
NDA required before viewing the diff
MPython · FastAPI · PostgreSQL34 min ago
Add rate limiting middleware to API endpoints
We implemented Redis-based rate limiting for the public endpoints. Pay special attention to sliding window vs fixed window and how we handle the response headers.
$48
150 to 500 lines
No NDA required
STypeScript · React1h ago
Fix date formatting in invoice component
Small fix to unify date formatting with date-fns. Check there are no regressions in the tests and that the locale is configured correctly.
$24
Under 150 lines
No NDA required
XLGo · gRPC2h ago
Migrate order service to event-sourced architecture
Full migration of the order service to event sourcing with CQRS. Pay special attention to the aggregate design and eventual consistency across projections.
$128
Over 1,000 lines
NDA required before viewing the diff