Explore >> Select a destination


You are here

www.destroyallsoftware.com
| | vinitkumar.me
18.9 parsecs away

Travel
| | This blog recounts the author's immersive learning experience with Gary Bernhardt's destroyallsoftware series, focusing on the malloc-from-scratch project. The author established a weekly routine to delve into various projects from the from-scratch repository, highlighting key insights gained such as a deepened understanding of memory allocation, improved debugging skills, and appreciation for software design principles. The post emphasizes the transformative impact of the series on the author's coding c...
| | blog.nelhage.com
21.4 parsecs away

Travel
| |
| | corfield.org
23.1 parsecs away

Travel
| | At World Singles Networks llc we have been using a monorepo for several years and it has taken us several iterations to settle on a structure that works well with the Clojure CLI and deps.edn.Updated April 21st, 2021 to reflect recent changes in our setup. See deps.edn and monorepos II for more details.
| | skilldrick.co.uk
108.2 parsecs away

Travel
| Last year I wrote A brief introduction to closures which was meant to help people understand exactly what a closure is and how it works. I'm going to attempt that again, but from a different angle. I think with these kinds of concept, you just need to read as many alternative explanations as you can in order to get a well rounded view. First-class functions As I explained in Why JavaScript is AWESOME, one of the most powerful parts of JavaScript is its first-class functions.