stuiterbal | 1 year ago | on: Ask HN: Front-end devs, what is your current db and backend of choice?
stuiterbal's comments
stuiterbal | 1 year ago | on: Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?
stuiterbal | 2 years ago | on: Ask HN: Why has no one replaced Ticketmaster?
stuiterbal | 4 years ago | on: Ask HN: Is there a way to efficiently subscribe to an SQL query for changes?
I've been trying out https://nhost.io for some time now. They use Hasura and I'm impressed by how easy subscriptions are using Apollo to query the GraphQL API.
stuiterbal | 5 years ago | on: Ask HN: How to Properly Learn CSS
Grid Critters: https://gridcritters.com/
Flexbox Zombies: https://geddski.teachable.com/p/flexbox-zombies
Flexbox froggy: https://flexboxfroggy.com/
I think you can see these games as pieces of a puzzle. You will need all the pieces to understand the big picture.
Also there a some books from A Book Apart you can try. https://abookapart.com/search?type=product&q=CSS
Maybe start with CSS3 for Web designers by Dan Cederholm https://abookapart.com/products/css3-for-web-designers
Another suggestion is to subscribe to The Codepen Spark: https://codepen.io/spark/
Pros:
- The team is very approachable and responsive.
- Hasura is awesome! Especially the relationships. It took a while before it clicked but I don't see myself going back to joins. Also permissions are really powerful.
- Nhost stack allows you to do more complex stuff than with Supabase.
Cons:
- The documentation can sometimes be a bit unclear. Comparing to Supabase they can really improve on this.
- Deploying migrations can be a pain. Took a while before it clicked.
- Not a big community (yet). But they are growing.