Week 10: From Smooth UI Updates to Rough QR Scans
This week brought two major milestones: evolving our reactive UI system from basic polling to real-time change notifications, and tackling a tricky QR code authentication issue during a live event that taught me valuable lessons about debugging and secret key handling. Moving Beyond Polling When I first added reactive UI updates, I went with the simplest option: polling CouchDB every few seconds. The app would check its update_seq, and if something had changed, it would refetch the data. It worked, Read more