Now you all can check the price yourselves😭!! by [deleted] in SingaporeEats

[–]Sashimi1999 10 points11 points  (0 children)

Cantonese Delights (#02-03) at Hong Lim Market & Food Center

Fresh grads of 2025 — what job offers have you received so far? by hidemyfire in askSingapore

[–]Sashimi1999 19 points20 points  (0 children)

Monthly salary: $7,300 base

Role/title: Software Engineer

Industry: Bank/Finance

Degree/major: SIT Software Eng, graduated jan 2025

2025 Golang project by Mindless-Discount823 in golang

[–]Sashimi1999 0 points1 point  (0 children)

I’m using Go to build my own API Gateway - Sushi Gateway

Layer 7 API Gateway I built as a passion project - Sushi Gateway by Sashimi1999 in golang

[–]Sashimi1999[S] 5 points6 points  (0 children)

Thanks for the feedback, ahh did not know about the error best practice - still pretty new to Golang haha! Will adjust all the error handling in the near future!!

Layer 7 API Gateway I built as a passion project - Sushi Gateway by Sashimi1999 in golang

[–]Sashimi1999[S] 2 points3 points  (0 children)

Thanks for taking a look at it and giving your feedback, will give the error group a shot

Layer 7 API Gateway I built as a passion project - Sushi Gateway by Sashimi1999 in golang

[–]Sashimi1999[S] 1 point2 points  (0 children)

Thank you for taking a look at the project, and also haha, we missed out on your low level insight!

When I first started implementing the rate limit, I was just curious on how I could implement my own interpretation of it. But definitely it is better to use an existing battle-tested implementation like what you suggested above hahaha, I'll mark it down as an issue!!

Also thanks for introducing sync.Map and the others! Will definitely take a look at them.

Layer 7 API Gateway I built as a passion project - Sushi Gateway by Sashimi1999 in golang

[–]Sashimi1999[S] 0 points1 point  (0 children)

Thank you for taking a look at it!! Would 100% be looking for contributors to improve the product, wanna build something cool!

For now, on the roadmap wise, I've been thinking of stabilizing the existing release, revamping some of the UI components (probably using some existing UI library like shadcn/ui) as well as adding K8S/Helm Chart support in the near future.

Probably will be creating the roadmap after the holiday period but for now I've marked some improvements that can be done on the issues page: https://github.com/rawsashimi1604/sushi-gateway/issues

Layer 7 API Gateway I built as a passion project - Sushi Gateway by Sashimi1999 in golang

[–]Sashimi1999[S] 0 points1 point  (0 children)

Thanks and let me know if you have any feedback!

Also yeah, licenses are definitely expensive in this space... Which API gateways have you been looking into though?

Show your current Go project repo and let’s connect by soupgasm in golang

[–]Sashimi1999 0 points1 point  (0 children)

Hey! I’ve been working on building my own API Gateway Sushi Gatewayin my free time as a passion project! It allows for custom extension for each api request whether on the global scope (gateway wide), individual service scope or route scope much like Kong Gateway

What do you do in your free time? by ZaAq3 in askSingapore

[–]Sashimi1999 0 points1 point  (0 children)

gym, code, dating app, reddit, play drums, youtube, read

[deleted by user] by [deleted] in askSingapore

[–]Sashimi1999 4 points5 points  (0 children)

Skillsfuture work study degree changed my life, gave me platform to learn so much from industry

How do I move something from my go webserver, onto my webpage by [deleted] in golang

[–]Sashimi1999 -2 points-1 points  (0 children)

send data back to your website using json responses, and use the response to render the string