Viewing profile — unodgs
unodgs
HN member- Joined
- Tue, Aug 11, 2020, 6:18 AM UTC
- HN karma
- 11
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About unodgs
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #24117847
Great to see that! Did it work well for you?
-
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.…