In Defense of ORMs
there is a fundamental parity mismatch between SQL and imperative code.
Read articlethere is a fundamental parity mismatch between SQL and imperative code.
Read articleThe big thing in Unix was the realization that instead of building large monolithic systems, one could build smaller programs which could communicate with each other.
Read articleAs a software engineer, I’ve learned that consistency in code is crucial for the long-term success of a project, even when it means deviating from idiomatic principles.
Read article20 years ago: Use a fat and complex persistence framework on top of the DB, because we might switch DBs in the future…
Read articleLuca 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.
Read articleThe wait is over!
Read articleExplicit > Implicit
Read articleIs this the beginning of the end of Xcode?
Read articleIdiomatic is what works for you and your team at the end of the day
Read articleYou cannot trick the Go compiler, and that is a good thing.
Read articleIf you are betting on PostgreSQL, pgx is the right choice.
Read articleA thought experiment with generic type parameters
Read articleThis article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
Read articleMy journey with generic type parameters in Go continues.
Read articleWhy more isn’t always better.
Read article