The Distributed Monolith term surely has a bad press. When you read through blogs and conference talks I’m sure you’d better build a “traditional” monolith Read more
Tag: shell
All you need is docker (and fig)
Introduction
Suppose you want to run scala repl or groovy shell or any other repl-like executable. You should download executable, unpack it, set PATH environmnt
Read more Need to make a quick json fixes – JSONPath for rescue
From time to time I have a need to do some fixes in my json data. In a world of flat files I do this Read more
NetCat in Java
Recently, I tried to run netcat under Windows and I failed to compile it. So I decided to write a simple equivalent in Java, which Read more
Bash’ing your git deployment
Chuck Norris deploys after every commit. Smart men deploy after every successful build on their Continuous Integration server. Educated men, deploy code directly from their
Read more Adding diff to Gitorious push notification emails
Turing completeness II
Well, as I wrote in
the previous post, sed is a Turing complete language. We can use it to implement some simple algorithms, or Read more
Turing completeness
Read moresed is a very powerful tool. A simple sed statement may turn a cat into cement. Observe: echo cat | sed statement I was asked