Hacker News

SpecTec Has Been Adopted

Hacker News - Sun, 03/30/2025 - 9:10am
Categories: Hacker News

Show HN: LinkedIn's Dead. Developers Are Moving to Grids

Hacker News - Sun, 03/30/2025 - 9:10am

After years of resumes disappearing into LinkedIn’s algorithm, I built a grid where developers claim their own space – no spam, no tracking, no nonsense.

Comments URL: https://news.ycombinator.com/item?id=43523873

Points: 3

# Comments: 0

Categories: Hacker News

Accuracy and Precision

Hacker News - Sun, 03/30/2025 - 9:01am
Categories: Hacker News

Qwen2.5-Omni Technical Report

Hacker News - Sun, 03/30/2025 - 8:52am
Categories: Hacker News

Show HN: SDKing - Generate type safe Frontend SDK of any FastAPI/OpenAPI Backend

Hacker News - Sun, 03/30/2025 - 8:51am

Hi all, I'm DK.

I've built a few products before and every time I hated writing fragile untyped fetch requests for the ever-changing backend REST apis. I tried to solve it by using tRPC but tRPC caused build pipelines to become unnecessarily heavy and complicated. Also, tRPC/gRPC might not be suitable for everyone and REST is widely used.

Rn we are building a react project and want to tear out tRPC but don't want to let go of type safety and validation. But we also found a lack of SDK generators that are simple, featured and free cough stainless cough.

So I build SDKing - a Typescript SDK generator to build type safe and zod validated SDKs from any OpenAPI spec, local or remote. Just run `npx sdking -i path/to/openapi.yaml -o path/to/sdk` and your SDK will be generated in your codebase making sure you have ultimate ownership and customisability.

I know not everyone has an OpenAPI spec ready. If you're running FastAPI SDKing can generate SDK from your FastAPI backend with just 1 line change (see README).

Comments URL: https://news.ycombinator.com/item?id=43523769

Points: 1

# Comments: 0

Categories: Hacker News

Pages