An excerpt from Julia as a Second Language by Erik Engheim
This article covers:
What type of problems Julia solves.
The limits of statically-typed languages.
Why the world needs a fast dynamically-typed language.
How Julia increases programmer productivity.
Read it if you’re interested in the Julia language and its strengths and weaknesses.
From Data-Oriented Programming by Yehonathan Sharvit
This article explores how data-oriented programming deals with retrieving data from a database.
From Seriously Good Software by Marco Faella
This article delves into how thinking about what you want your code to do before you write it can lead to more reliable code.