Month: February 2018

  • Monthly notes 27

    For cold winter evenings here’s something to read. Monthly notes for February are about relearning and thinking. Issue 27: 23.2.2018 Relearning Computer Science and why it’s necessary even for web developers “Computer Science and why it’s necessary even for web developers I know that in some countries a degree in CS is expensive or unattainable,…

  • Extracting JSON value from command line with jq and Python

    Developing modern web applications you often come to around checking REST API responses and parsing JSON values. You can do it with a combination of Unix tools like sed, cut and awk but if you’re allowed to install extra tools or use Python then things get easier. This post shows you couple of options for…