Terminal commands can get quite convoluted. How can we make CLI calls easy to use?
Read More
Mind maps
Building a visual representation of my memory
Read More
On data-driven programming
DSLs abstract away implementation details. But what are their cons and how to mitigate them?
Read More
Tags: dev architecture
Quick prototyping with a Golang REPL
I miss a REPL when coding in Golang. It turns out we can have a Go REPL connected to our IDE of choice.
Read More
Using dictionaries in shell scripts
Sometimes you need to script in bash. And it’ll probably be a pain in the neck. Dictionaries to the rescue!
Read More
Writing multi-module, monolithic apps with graph APIs
Multi-module, loosely-coupled, graph-oriented structure that is easy to split into microservices when needed.
Read More
Tags: dev clojure architecture
Using Grafana for personal financial management
Building dashboards using familiar tools.
Read More
On microservice splitting and code refactoring
What is the ideal microservice size? What if we need to split it later? This article proposes tips for making this process easier.
Read More
Tags: dev architecture
Moving from Medium
Having my own blog
Read More
Tags: blog
Using Clojure + GraalVM for shell scripting
How to keep your sanity when Bash isn’t the right tool for the job, without sacrificing startup time.
Read More