HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fernandohur

no profile record

Submissions

Maybe the database got it right

fhur.me
7 points·by fernandohur·hace 6 meses·0 comments

Change is the root of all (evil) bugs

fhur.me
2 points·by fernandohur·hace 6 meses·0 comments

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

4 points·by fernandohur·hace 2 años·3 comments

Why you shouldn't default to positional parameters

fhur.me
2 points·by fernandohur·hace 2 años·0 comments

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

fhur.me
10 points·by fernandohur·hace 2 años·2 comments

Why strength training? A programmer's perspective

fhur.me
86 points·by fernandohur·hace 2 años·161 comments

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

fhur.me
3 points·by fernandohur·hace 2 años·0 comments

The Internet Has Changed

fhur.me
2 points·by fernandohur·hace 2 años·3 comments

Show HN: A small tool for visualising option chains

1 points·by fernandohur·hace 2 años·0 comments

comments

fernandohur
·hace 6 meses·discuss
https://fhur.me
fernandohur
·hace 2 años·discuss
The postgres ecosystem keeps impressing me with it's creativity
fernandohur
·hace 2 años·discuss
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
·hace 2 años·discuss
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
·hace 2 años·discuss
I didn't , there's such a large backlog that I just assigned another one
fernandohur
·hace 2 años·discuss
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) :)