Viewing profile — simplesager
simplesager
HN member- Joined
- Fri, May 06, 2022, 3:12 AM UTC
- HN karma
- 45
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About simplesager
No profile information was provided.
Recent public activity
-
comment
Comment #40151459
Thanks for the mention! We do move fast and to help manage the changes better we've introduced a number of change management concepts recently like breaking change detection and mo…
-
comment
Comment #40151421
Congratulations to the Stainless team on a fantastic launch! I'm one of the co founders of Speakeasy ( https://www.speakeasyapi.dev/ ). We do similar things in the SDK space and so…
-
comment
Comment #39898960
Speakeasy ( https://www.speakeasyapi.dev/ ) | Product Engineers (Full Stack), Founding Designer, Developer Advocate | US (SF), London (UK) | Full Time (Open to Remote, with willing…
-
comment
Comment #39823671
Completely agree. Keeping the openapi spec as tightly coupled to types in code builds a single source truth from your development to your deployment
-
story
Show HN: Turn OpenAPI to Universal TypeScript SDKs
Hi HN! We’re excited to share our new code generator that lets you ship high-quality TypeScript SDKs, that your users will love, from your OpenAPI documents. Our ongoing goal is to…
-
comment
Comment #38570556
Speakeasy ( https://www.speakeasyapi.dev/ ) | Senior Product Engineers (Fullstack) | US (SF), London (UK) | Full time . (Will consider Remote too if you are open to travel a couple…
-
comment
Comment #37660777
Its a spicy time in IAC. Here is quick guide on how to leverage your existing terraform provider to unlock the Pulumi ecosystem using the Terraform Bridge.
- story
-
comment
Comment #36145963
I'm working on a company https://speakeasyapi.dev/ with the goal of helping companies in this ecosystem get great production quality client sdks, terraform providers, cli(s) and al…
-
comment
Comment #33237192
Thanks ! let us know if you'd want to try it out, happy to give you early access or generate a few SDKs for you.
-
comment
Comment #33222491
Disclosure: I'm a cofounder of this startup We've been building client sdks as a service at Speakeasy ( https://www.speakeasyapi.dev/ ). API developer experience today in REST stru…
-
comment
Comment #33073119
We're building a product to tackle the time to value problem for API integration at Speakeasy (speakeasyapi.dev) . This is the onboarding problem you described but specifically for…
-
comment
Comment #32669525
Thanks tyho - let us know if you have any feedback !
-
comment
Comment #32669507
Come join us on Slack if you have any questions on using the SDKs ! https://join.slack.com/t/speakeasy-dev/shared_invite/zt-1df0...
-
comment
Comment #32668023
Client SDKs are a great way to provide a normalised and predictable experience for customers but we're also working on tools for API Producers to self service all parts of the API …
-
comment
Comment #32667317
the web world is missing a nice IDL - OpenAPI is honestly way too much !
-
comment
Comment #32667210
very cool - reminds me we should build a vscode plugin :D
-
comment
Comment #32666693
i see you went the way of having a basic IDL ? looks nice and succint like protobuff
-
comment
Comment #32666579
Yeah Nswag is great, but pretty specific to the .NET ecosystem if i understand correctly ? Ideally we'd like this to become a universal generator where any dev/team/company publish…
-
comment
Comment #32666519
very cool ! So Samen is a way to manage types across frontend and backends?
-
comment
Comment #32666383
Yeah totally agree - unfortunate that OpenAPI so much flexibility that there are multiple ways to define the same operations. For api users having the concrete types just means fas…
-
comment
Comment #32666364
Thanks !
-
comment
Comment #32666174
thanks ! what languages do you use ?
-
comment
Comment #32666169
yeah i was always annoyed how machine like the stubs that it generated are. I did here that they invested on making the go SDK more idiomatic. We've been exploring using templating…
-
comment
Comment #32665957
We used a forked version of https://github.com/readmeio/oas to help dereference `$ref` statements, but other than that this is entirely hand-written: The Typescript `factory` AST A…