Challenges
Deep Dives
GitHub
Discord
Login / SignUp
Challenges
Browse through all available challenges and test your skills
Filters:
Languages
Tags
ID
Problem Statement
Difficulty
Tags
0003
PostgreSQL search: Use the tools which you have correctly
A support portal search migrated to Postgres full-text search two weeks ago and has been silently broken ever since. Your task is to improve the search quality.
hard
400 pts
PostgreSQL
postgres
TypeScript
Solve with TypeScript
Solve
0005
Analytics Dashboard Meltdown
Your transaction log queries are grinding to a halt as the table grows. Implement PostgreSQL table partitioning to bring date-range queries back under 1 second.
medium
300 pts
scalability
PostgreSQL
postgres
TypeScript
Solve with TypeScript
Solve
0000
Black Friday Authentication Crisis
It's Black Friday and your authentication system is crashing! Users are waiting 10+ seconds to log in because of a missing database index. Learn how to diagnose and fix this critical performance issue.
easy
100 pts
PostgreSQL
postgres
debugging
TypeScript
Solve with TypeScript
Solve
0002
Outbox Pattern
Implement the transactional outbox pattern to reliably publish events to Kafka after a database write.
hard
400 pts
Apache Kafka
kafka
PostgreSQL
postgres
distributed-systems
TypeScript
Solve with TypeScript
Solve
You've reached the end of the list