Live data from Hacker News

Viewing profile — andyjones11

andyjones11

HN member
Joined
Mon, Feb 25, 2019, 8:27 AM UTC
HN karma
24
Public activity
5 items

About andyjones11

No profile information was provided.

Recent public activity

  1. comment
    Comment #34534908

    Elixir, Phoenix, LiveView + Postgres Main reasons are: - Can build entire app (with SPA-type experience on the FE) in a single codebase - No need to build any HTTP APIs - Periodic …

  2. comment
    Comment #33531330

    There was a really great talk at ElixirConf 2022 with this tip + loads more. [1] Definitely check it out! [1] https://www.youtube.com/watch?v=BotVs6TXR-c

  3. comment
    Comment #26990980

    Elixir makes state management very easy by default. Elixir implicitly encourages you to write code in-terms of state, events and transitions - so managing game state can be done us…

  4. comment
    Comment #26711773

    The way I've seen this play out in reality is that a lot of the "presentational logic" required by the templates gets computed in the "Django Views" layer (akin to the "controller"…

  5. story