Getting Started with Clojure[script] Behind Corporate Proxy

So on my Clojurescript journey, the first roadblock I hit was corporate proxy. I don’t know why Java, maven, clojure (everybody?) doesn’t respect the environment variables but this is a real pain. Getting started Clojurescript is written in Clojure which requires Java. So we need to get all three up and running. Java To get Java JDK and JRE, run: $ sudo apt install openjdk-11-jre $ sudo apt install openjdk-11-jdk For proxy settings, edit /etc/java-11-openjdk/net.properties. ...

October 14, 2019 · 2 min · 231 words

Evolutionary Architecture

Evolvability of Architectural Styles… Big ball of mud Monoliths Event-driven architectures Service-oriented architectures (SOA) Serverless

September 22, 2019 · 1 min · 15 words