Live data from Hacker News

Viewing profile — zlumer

zlumer

HN member
Joined
Sat, Sep 04, 2021, 2:57 PM UTC
HN karma
8
Public activity
3 items

About zlumer

No profile information was provided.

Recent public activity

  1. comment
    Comment #46700680

    React is just an abstraction of a State -> View function. While not universally applicable, it's very convenient during development to focus on State without thinking about View, o…

  2. comment
    Comment #31538365

    If you describe the workflow for the production DB, then yes, that's exacly how it works. But we also need a way to fiddle with the dev environment, while keeping track of everythi…

  3. comment
    Comment #31538197

    We're doing something similar using Prisma. We have a script that queries Postgres database periodically and generates a Prisma schema for the tables/columns. Then the script diffs…