HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adithyak

no profile record

Submissions

Show HN: SuperAPI – API Caching with Automatic Invalidation (No Code Changes)

playground.trysuperapi.com
2 points·by adithyak·năm ngoái·0 comments

We used caching to reduce our AWS bills by 30%

trysuperapi.com
26 points·by adithyak·3 năm trước·18 comments

Ask HN: Have you or your company used SaaS Boilerplates? Looking for feedback

1 points·by adithyak·4 năm trước·0 comments

Ask HN: What is the state of brain imaging to help depression?

2 points·by adithyak·4 năm trước·1 comments

comments

adithyak
·3 năm trước·discuss
Hey everyone,

We're building a way to use caching across more types of APIs which might have previously been considered non-cacheable.

This blog is a recap on how we stumbled on this solution.

Would love to hear your thoughts.
adithyak
·4 năm trước·discuss
(Offtopic) Hey axilmar - I found your comment on a different thread[0] really interesting, and would love to chat with you about it. Couldn't find your contact details. Would you be open to emailing me? My email is on my profile. PS: Not a hiring / sales attempt.

[0]: https://news.ycombinator.com/item?id=22288631
adithyak
·4 năm trước·discuss
The intro video (describing your product) is quite nice - would you be able to share how/where you got it made?
adithyak
·4 năm trước·discuss
At my previous company, we implemented basic audit trails using postgres triggers that recorded the before & after state of a row on upsert / delete. The triggers had to be set individually for each of the tables (same trigger function worked for all), and an added convenience view to see the diff of the changes helped. This worked pretty well us, since we didn't need details of the actor / IP address etc.
adithyak
·4 năm trước·discuss
off topic: I've found tide-mode[0] to be pretty good to use with typescript on Emacs

[0] https://github.com/ananthakumaran/tide
adithyak
·5 năm trước·discuss
Got it, I'll keep an eye out for these issues. Thank you.
adithyak
·5 năm trước·discuss
Can you explain why you think so? I'm curious cos I was experimenting with this recently