Volodymyr Kozieiev
Volodymyr Kozieiev

Volodymyr Kozieiev

Follow
Follow
homeYouTubebadges

Full Clojure project in 5 seconds!

Oct 18, 20225 min read

https://youtu.be/2K7cQ8UYRzo Every time you start a new Clojure project, there is a lot of boilerplate that needs to be added: deps.edn with aliases...

Full Clojure project in 5 seconds!

Is Clojure the only language you need?

Oct 13, 20224 min read

Video version https://youtu.be/oguZnsrUQBo The question Clojure is a hosted programming language. This means what you wrote in Clojure will run in an...

Is Clojure the only language you need?

How to create a library that works with Clojure and ClojureScript

Aug 21, 20226 min read

https://youtu.be/KVWxr9dvGZ8 Clojure and ClojureScript are forms of the same language targeting different hosts - JVM and JavaScript respectively. If...

How to create a library that works with Clojure and ClojureScript

Packaging Clojure projects into jars and uberjars with tools.build

Aug 17, 20229 min read

Article describes how to create a jar or uberjar using tools.build library. How to create build.clj file with build functions and create alias in...

Packaging Clojure projects into jars and uberjars with tools.build

How to create and use Clojure library. Publishing to git and Clojars.

Aug 17, 202215 min read

Here we are going to create a Clojure library, pack it to a JAR file, deploy it to a Maven repository and make its code available from Clojure and...

How to create and use Clojure library. Publishing to git and Clojars.

Clojure CLI, tools.deps, and deps.edn guide

Aug 17, 202215 min read

Note for readers This article was written for those who want to understand how to work with Clojure CLI (command line interface), and how to configure...

Clojure CLI, tools.deps, and deps.edn guide