Home-made independent self-built mailing list
No marketing tools or corporations are involved in keeping you up to date with new posts.
No marketing tools or corporations are involved in keeping you up to date with new posts.
The question was asked once again: "so I'm writing some code into REPL and seeing the results, but that's not very convenient". I decided to write a small intro on how to do interactive development (a.k.a. REPL-driven development) more conveniently.
I have spent a few hours today making sure that my emails get delivered to my offline inbox as soon as they appear on the server, and that this happens for each of my email accounts.
Git hooks are small bash scripts that are run each time a certain git event happens. The most popular hooks in our projects are pre-commit
and pre-push
. Let us show you how to optimize and manage these using babashka