deps.edn and monorepos VIII (Polylith)
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.
The new clojure-doc web site
Back when I was working on the clojure.java.jdbc
Contrib library, I moved
its documentation to clojure-doc.org so that the community could contribute
to it, without the CLA that covers contributions to Contrib itself. Over time
I became a general contributor to clojuredocs/guides
which was the repository
behind the clojure-doc.org web site.
Unfortunately, about three years ago, the infrastructure that runs clojure-doc.org became inaccessible to the maintainers of the site so, although pull requests continued to be accepted, the site itself could no longer be updated. I talked with Michael Klishin, the original creator of the site, about moving it to GitHub pages but we never quite got around to it. Until today.
Continue reading →Social Media
I've been on both Twitter and Facebook for a very long time and it definitely has had its ups and downs. A couple of times over the last six years, I've felt the need to take a complete break from Facebook and have deactivated my account for up to a couple of months each time. I've also taken several breaks from Twitter, although I didn't deactivate my account.
I've finally decided that the cons are outweighing the pros for me on social media so I have shutdown (deleted) both my Twitter account and my Facebook account. Permanently.
Continue reading →deps.edn and monorepos VII (Polylith)
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.
deps.edn and monorepos VI (Polylith)
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.
deps.edn and monorepos V (Polylith)
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.
tools.build
With the recent release of tools.build
,
I wanted to provide a quick example of using it for a CI-like pipeline.
tools.build
is focused on "building" things and when the subject has come up
on Slack, the feedback has been that the CLI already has a good story for running
tests etc, and the consensus seems to be that running multiple CLI commands is
the intended usage.
deps.edn and monorepos IV
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.
deps.edn and monorepos III (Polylith)
Back in April, I talked about us dipping into Polylith at work in deps.edn
and monorepos II,
and also our planned migration away from clj-http
. Since then, we've completed the migration to
http-kit
and we've also migrated away from clj-time
(which is deprecated, because it is based on Joda Time). We've also started
refactoring our subprojects into Polylith components. This is another periodic update on where we are in our journey.
deps.edn and monorepos II
A couple of months ago, I wrote about our use of deps.edn
with our monorepo at work.
I've updated that post to reflect changes we've made recently and I'm going to talk
in more detail about those changes in this post.