Hey! I鈥檓 Mohammed. I鈥檓 a software engineer and open-source contributor passionate about building clean, scalable web applications and improving developer tools. 馃捇 I enjoy exploring modern web technologies, solving real-world problems, and sharing what I learn along the way. Here you鈥檒l find posts on web development, open-source contributions, and practical engineering lessons from the projects I work on. Let鈥檚 build and learn together 馃殌
#WebDev #OpenSource #SoftwareEngineering #CodingJourney
Nothing here yet.
Jan 25 路 4 min read 路 TL;DR I implemented conversation history preloading in the OpenHands frontend. Previously, conversation messages were loaded only through WebSocket streaming, which caused empty or inconsistent history when opening existing chats. I added a REST-base...
Join discussion
Jan 18 路 4 min read 路 TL;DR I fixed a browser localStorage memory leak in the OpenHands frontend where deleted conversations left behind orphaned UI state keys. I implemented automatic cleanup on conversation deletion, refactored shared localStorage key constants for main...
Join discussion