I am conceptualizing an event-driven architecture using Redis Streams for the Uptimeninja.io service. Along the way, I've encountered several challenges related to scaling out producers and consumers.
July 28, 2024#golang
3 posts
- Considerations About Scaling Out Redis Streams with Producers and Consumers While Designing Uptimeninja.io
- 1st GIST X GDSC Hackathon; GIST Attendance
To solve problems on GIST campus, we created a lecture attendance app. We added GPS, Wifi network address verification, and request payload obfuscation to it.
May 27, 2023
- Custom Wrapper Function in Golang with Context
How to create custom wrapper function to inject Database object and user id from JWT and use it in each API handler.
April 20, 2023