I've created a CLI habit tracker with Babashka tasks, SQLite and Clojure

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • In this video let's take a look into writing shell scripts with Clojure (with Babashka), it's super powerful and fast! I highly suggest you add this tool to your toolbox!
    Source code: github.com/and...
    ☕ If you liked this video and want to support my channel, please consider buying me a coffee. Your contribution helps me create more content like this:
    👉 Buy Me a Coffee: www.buymeacoff...
    👉 Ko-fi: ko-fi.com/andr...
    Please also subscribe to my other resources:
    👉 Substack: blog.andreyfad...
    👉 Telegram: t.me/andreyfad...
    I'm truly grateful for your support, and thank you for watching! 🙏
    #clojure #babashka #sqlite

КОМЕНТАРІ • 4

  • @andrey.fadeev
    @andrey.fadeev  8 місяців тому +8

    ☕ If you liked this video and want to support my channel, please consider buying me a coffee. Your contribution helps me create more content like this:
    👉 Buy Me a Coffee: www.buymeacoffee.com/andrey.fadeev
    👉 Ko-fi: ko-fi.com/andreyfadeev
    Please also subscribe to my other resources:
    👉 Substack: blog.andreyfadeev.com
    👉 Telegram: t.me/andreyfadeevchannel
    I'm truly grateful for your support, and thank you for watching! 🙏

  • @marksto6581
    @marksto6581 2 місяці тому +1

    Thx Andrey! This is probably one of the most undervalued flicks on the channel. Babashka is a real game changer when it comes to managing all sorts of development and CI/CD-related tasks on a Clojure project. I hope it will grab more attention thanks to this tutorial. P.S. There are a few things that could improve the presented DX. First, it's the `clojure.java-time` library that wraps the Java Time API and makes working with it a bliss. Then, it's the latest version of Clojure itself (1.12) that, when released, should come better equipped for working with Java Streams API. Anyways, this is a great intro to Babashka tasks, thx again!

    • @andrey.fadeev
      @andrey.fadeev  2 місяці тому

      yeah babashka for ci/cd scripts is great!

  • @RomuloMartins-so1cr
    @RomuloMartins-so1cr 7 місяців тому +1

    Very Nice!!!