I started using computers ages ago in Argentina. We only had US Qwerty keyboards back then and I’ve got used to them. The Spanish keyboards appeared later on and I never switched. I never understood what was the deal with those. I can type almost any character I...
Let’s compare how we print the class-path in Clojure and how we do it on Java. In Clojure: (println (seq (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))) In Java: import java.net.URL; import java.net.URLClassLoader; public class PrintClasspath { public...
In this book I distill the techniques and methods that I’ve been using and advising others to use to successfully run distributed teams and whole companies. This book will be short, to the point, tactical, and have tool recommendations.