Creating templates for CLIs
Terminal commands can get quite convoluted. How can we make CLI calls easy to use? Read More
Terminal commands can get quite convoluted. How can we make CLI calls easy to use? Read More
DSLs abstract away implementation details. But what are their cons and how to mitigate them? Read More
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
Sometimes you need to script in bash. And it’ll probably be a pain in the neck. Dictionaries to the rescue! Read More
Multi-module, loosely-coupled, graph-oriented structure that is easy to split into microservices when needed. Read More
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
How to keep your sanity when Bash isn’t the right tool for the job, without sacrificing startup time. Read More
Practices I've adopted for git, terminal, shell scripting and more that allow me to go home a little bit earlier. Read More
Kotlin is an awesome language. React Native is becoming more and more popular. Why not mixing both? Read More