Published inNeo4j Developer Blog·May 18, 2018neo4j-clj: a new Neo4j library for ClojureOn designing a ‘simple’ interface to the Neo4j graph database While creating a platform where humans and AI collaborate to detect and mitigate cybersecurity threats at CYPP, we chose to use Clojure and Neo4j as part of our tech stack. To do so, we created a new driver library (around…Neo4j8 min readNeo4j8 min read
Feb 22, 2018Getting rid of http in developmentI’m a big fan of developing on the same standards you’re using for production. There’s absolutely no reason for you to develop your web services, applications or whatever relying on http/ws only, if you plan to deliver it using https/wss in production. In my opinion, you shouldn’t run you services…Security5 min readSecurity5 min read