HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fernandohur

no profile record

投稿

Maybe the database got it right

fhur.me
7 ポイント·投稿者 fernandohur·6 か月前·0 コメント

Change is the root of all (evil) bugs

fhur.me
2 ポイント·投稿者 fernandohur·6 か月前·0 コメント

Ask HN: What AI tools are you using to boost developer productivity?

4 ポイント·投稿者 fernandohur·2 年前·3 コメント

Why you shouldn't default to positional parameters

fhur.me
2 ポイント·投稿者 fernandohur·2 年前·0 コメント

That's not an abstraction, that's just a layer of indirection

fhur.me
10 ポイント·投稿者 fernandohur·2 年前·2 コメント

Why strength training? A programmer's perspective

fhur.me
86 ポイント·投稿者 fernandohur·2 年前·161 コメント

Oh shit: AI works The story of my "AI wake-up" moment

fhur.me
3 ポイント·投稿者 fernandohur·2 年前·0 コメント

The Internet Has Changed

fhur.me
2 ポイント·投稿者 fernandohur·2 年前·3 コメント

Show HN: A small tool for visualising option chains

1 ポイント·投稿者 fernandohur·2 年前·0 コメント

コメント

fernandohur
·6 か月前·議論
https://fhur.me
fernandohur
·2 年前·議論
The postgres ecosystem keeps impressing me with it's creativity
fernandohur
·2 年前·議論
Author here: I use https://www.hevyapp.com/ on the free plan. It has everything you need and I really enjoy the social component. I have a few friends using the app as well, and its fun to see what others are lifting and challenge yourself to beat them.
fernandohur
·2 年前·議論
https://synthql.dev: An alternative to PostgREST focused on the React-Node-PG stack. Main advantage right now is it gives you end to end type safety: you can write type-safe queries straight from your component that directly access your database.

Why SynthQL? My experience working for +10 years on enterprise SaaS is that a quite often you just want a database and a way to fetch data from it. Backends will quite often get in the way adding abstractions and layers upon layers of transformation between DB objects to domain objects to DTOs.

If you ever feel like you just want to talk to the database directly, give SynthQL a try :)
fernandohur
·2 年前·議論
I didn't , there's such a large backlog that I just assigned another one
fernandohur
·2 年前·議論
An open-source, type-safe http client to your postgresql database. It let's you access your database directly from your react components. It's fast, safe and performant. Think Graphql but you don't need to implement resolvers, it's all generated from your database schema.

If this sounds interesting to you, ping me (email on my profile) :)