How to handle JSON like a boss with jq JSON
JSON data is ubiquitous, constantly flowing between web services. But when you have a largish blob of the stuff how do you inspect it’s structure or quickly extract the piece you need?
Top 6 alternatives to an IDE for better code searching
There are many options available for searching code. If you are using an IDE, there is a good chance it has something built in. Sadly it’s often not very good, or fast, and is never compassable. What you want is something that is fast, able to handle complex queries, and could be composed with other […]