Live data from Hacker News

Viewing profile — unodgs

unodgs

HN member
Joined
Tue, Aug 11, 2020, 6:18 AM UTC
HN karma
11
Public activity
4 items

About unodgs

No profile information was provided.

Recent public activity

  1. comment
    Comment #33017555

    I wrote whole frontend with its predecessor ReasonML. Once you get used to ocaml type sytem it's a great experience especially that compiler is incredibly fast. The biggest surpris…

  2. comment
    Comment #25016748

    In my last commercial project I used raw sql in the javascript code in a safe controlled way. I described it here: https://medium.com/@unodgs/sql-on-the-frontend-react-postgre... V…

  3. comment
    Comment #24117847

    Great to see that! Did it work well for you?

  4. comment
    Comment #24117648

    Recently I tried using SQL directly on the frontend: https://medium.com/@unodgs/sql-on-the-frontend-react-postgre... as an alternative to GraphQL which I also find too complicated.…