63 points by klaussilveira 31 days ago | 47 comments
Fair Go vs. Elixir Benchmarks(github.com/antonputra) The code previously used Jason.encode! but Jason.encode_to_iodata! should be preferred over IO devices. This should increase performance and reduce memory usage. This is what frameworks such as a Phoenix would have used by default
82 points by jaysylvester 93 days ago | 30 comments
Why Gumroad Didn't Choose Htmx(htmx.org) At Gumroad, we recently embarked on a new project called Helper. As the CEO, I was initially quite optimistic about using htmx for this project, even though some team members were less enthusiastic.
From Gatsby gridlock to Astro bliss: my personal site redesign(jwn.gr) The lifecycle of a developer’s personal website is a reflection of the ever-evolving landscape of web technologies. Mine is no exception, having gone from humble HTML and CSS beginnings through Create React App and eventually landing on Gatsby. However, Gatsby has shown its age and I found myself seeking a modern alternative. Enter Astro – a framework that has breathed some new life into this site.