-
The Browser Never Sees the Answer KeyQuiz Islami keeps the answer key off the client and computes score on the server.
3 min -
Before You Add RedisMost slow web apps don't need Redis. They need gzip and a WAL checkpoint. Here is how to tell which problem you have.
5 min -
You Don't Need a Message QueueBefore you reach for Redis or RabbitMQ, there's a simpler pattern. A database table and a background worker handle most use cases.
5 min
Back