Viewing profile — rguldener
rguldener
HN member- Joined
- Sun, Oct 17, 2010, 12:15 PM UTC
- HN karma
- 631
- Public activity
- 130 items
- HN profile
- View on Hacker News ↗
About rguldener
Recent public activity
- story
- story
- story
- story
-
comment
Comment #47584413
Author here, the build happens together with building your app. Once built, the code executes deterministically at runtime. The news here is the AI reading the API docs, assembling…
- story
- story
-
comment
Comment #46113045
Nango | Staff backend engineer | Remote | Full time | $120-200k + equity Nango (YC W23) is an open-source developer infrastructure for product integrations. We power the integratio…
-
comment
Comment #45988805
Nango is an open-source alternative: https://nango.dev Especially if you use pipedream for integrations in your agent or product. (I’m one of the founders)
-
comment
Comment #45804432
Nango | Staff backend engineer | Remote | Full time | $120-200k + equity Nango (YC W23) is an open source product: Developer infrastructure for product integrations. We power the i…
-
comment
Comment #45672189
It varies a lot. Which is why we always recommend to start with the feature requirements/user problem and work backwards from there. Examples: - Low latency to show X last emails a…
-
comment
Comment #45671751
Founder of https://www.nango.dev here. A lot of teams use us for their Gmail & Google calendar integrations. If you want to run complex queries across large parts of the data, sync…
- story
-
comment
Comment #45451225
Thanks for the flag, should be fixed!
-
comment
Comment #45444149
Nango | Staff backend engineer | Remote | Full time | $120-200k + equity Nango (YC W23) is an open source product: Developer infrastructure for product integrations. We power the i…
- story
-
comment
Comment #45419027
Open source tools for engineers to build integrations in their products: https://nango.dev
- story
-
comment
Comment #44316974
We offer volume discounts on all metrics. Email me on robin @ and happy to find a solution for your use case
-
comment
Comment #44316139
Agree, one MCP server per API doesn’t scale. With something like https://nango.dev you can get a single server that covers 400+ APIs. Also handles auth, observability and offers ot…
-
comment
Comment #43370490
You could use Nango for the OAuth flow and then pass the user’s token to the MCP server: https://nango.dev/auth Free for OAuth with 400+ APIs & can be self-hosted (I am one of the …
-
comment
Comment #42923042
Nango | Remote | Hiring fullstack engineers & Entrepreneuer in Residence Nango is an open-source platform for product integrations with 300+ APIs. B2B SaaS use us to connect their …
-
comment
Comment #42392582
A year ago we implemented OAuth for 100 popular APIs. Our experience was exactly like OP describes: https://www.nango.dev/blog/why-is-oauth-still-hard
-
comment
Comment #42382002
I agree. Integrations can be incredibly cumbersome if you have to learn each API from scratch. There are also more flexible solutions like https://www.nango.dev It handles the API-…
-
story
Show HN: Nango Auth – Free OAuth for 250 APIs
Nango Auth is a free, source-available implementation of (O)Auth for 250+ APIs. Auth with external APIs is surprisingly difficult. OAuth is a mess[0], many APIs require parameters …