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·tahun lalu·0 comments

We used caching to reduce our AWS bills by 30%

trysuperapi.com
26 points·by adithyak·3 tahun yang lalu·18 comments

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

1 points·by adithyak·4 tahun yang lalu·0 comments

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

2 points·by adithyak·4 tahun yang lalu·1 comments

Ask HN: How many developers have access to your production DB?

1 points·by adithyak·5 tahun yang lalu·0 comments

How did you find mentors?

1 points·by adithyak·6 tahun yang lalu·0 comments

comments

adithyak
·3 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·discuss
The intro video (describing your product) is quite nice - would you be able to share how/where you got it made?
adithyak
·4 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·discuss
Got it, I'll keep an eye out for these issues. Thank you.
adithyak
·5 tahun yang lalu·discuss
Can you explain why you think so? I'm curious cos I was experimenting with this recently
adithyak
·5 tahun yang lalu·discuss
Shameless plug: my project Revamp (https://revamphq.com) attempts to solve the same problem as this. Still in very early stages though - would love to talk if you find it interesting.
adithyak
·5 tahun yang lalu·discuss
One of my projects is aimed at solving this problem: https://revamphq.com

Using Revamp, you can continue building on top of your existing stack while also allowing non-developers to make changes and deploy them immediately. Currently in beta.
adithyak
·6 tahun yang lalu·discuss
this sounds interesting - would you be able to add few more examples of where this could come in useful?