NoteSpent the morning debugging a tricky WebSocket connection issue. Turns out the server was sending data faster than the client could process. Added a throttle mechanism and it's running smoothly now.NoteFinally wrapped up the design system documentation. It's been weeks in the making but having everything documented will save so much time going forward.NoteStarted learning Rust this week. The borrow checker is challenging but I'm starting to appreciate the memory safety guarantees. It's a different mental model coming from JavaScript.