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·l’année dernière·0 comments

We used caching to reduce our AWS bills by 30%

trysuperapi.com
26 points·by adithyak·il y a 3 ans·18 comments

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

1 points·by adithyak·il y a 4 ans·0 comments

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

2 points·by adithyak·il y a 4 ans·1 comments

comments

adithyak
·il y a 3 ans·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
·il y a 4 ans·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
·il y a 4 ans·discuss
The intro video (describing your product) is quite nice - would you be able to share how/where you got it made?
adithyak
·il y a 4 ans·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
·il y a 4 ans·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
·il y a 5 ans·discuss
Got it, I'll keep an eye out for these issues. Thank you.
adithyak
·il y a 5 ans·discuss
Can you explain why you think so? I'm curious cos I was experimenting with this recently