Skip to main content
P5V
  1. Categories /

Programming

2022


Never Did. Never Will.

·1 min

20 years ago: Use a fat and complex persistence framework on top of the DB, because we might switch DBs in the future…

Book Review: Zero To Production In Rust

·4 mins

Luca Palmieri’s book, Zero To Production in Rust is a great guide for those looking to learn Rust by building an email newsletter-sending Web service from scratch. The book is full of first-hand developer tips on how to set up one’s environment or what tools to use, and goes beyond explaining the usual steps one can find in the official documentation.

2021


2020


Elixir Tip: Case vs. With

·4 mins

Dating back to version 1.2, the with operator is one of Elixir’s features that need a bit of time to comprehend at first. It often gets used in situations…