I'm Suraj
I make web apps :)
Semantic Answer Engine
Isometric Cubes
Custom Stepper
Webfolio
AI Test Generation
Audio Visualizer
Streaming data from an HTTP endpoint
Mar 20, 2025
Stream JSON data using text/event-stream and parse it on the frontend to handle real-time updates
Code Less, Review More
Mar 14, 2025
Practicing code reviews is the first skill to focus on when coding today, especially now that most code is written by AI
Handling Sessions with JWTs
Jan 15, 2025
Stateless JWTs simplify authentication but risk valid tokens post-logout. We can fix this by embedding expiration timestamps and validate server-side.