How to parse JSON in command line using jq
jq is an exceptional tool to parse JSON in command line. In this post, we will go through some of its basic options and usages.
jq is an exceptional tool to parse JSON in command line. In this post, we will go through some of its basic options and usages.
Sometimes during online calls, when we cannot hear the other person speaking, we would be wondering if it’s an issue with our internet or theirs.
Here’s an quick command line shortcut to terminate an AWS EC2 instance if you know the private IP address but not the instance ID.
Homebrew is usually pretty good at installing ImageMagick and I was wondering why it threw the following error when I tried to configure an old Rails project...
A few months back I joined BigBinary as remote Software Developer and relocated to Kochi to stay close with family and friends. It's an unique experience wor...
Last week I've been working on admin review feature to incorporate the new changes happened in the user end. With the addition of in-place editing feature, ...
In Week 9, I rewrote the complete crowdsourcing functionality of Grandham from a submission based approach to micro-edits based approach. Earlier we used to ...
Last weekly I mainly worked on Search feature and admin interfaces. Here's a quick review: Experimented with various search engines like Sphinx, Ferret, etc...
I couldn't post the weekly updates regularly for the last two times since I was kept more busy than I had expected and the festive holiday that came in betwe...
This week I've been mostly fixing bugs, refactoring code and building admin features. Grandham has built in checks to avoid duplication in Authors/Publishers...