My top aliases and functions for terminal
This are my top aliases for terminal, I’ve order them on how frequently I use them and separated by topics.
Stories of a developer life.
This are my top aliases for terminal, I’ve order them on how frequently I use them and separated by topics.
Don’t you hate it when a free API has limits on the number of request you can do? I was hitting the wunderground.com and openexchangerates.org API’s limits often. The problem was when we had a traffic spike. We didn’t want to pay for premium the same way we don’t want to pay extra bandwidth in case of a spontaneous traffic surge. So we came with the idea to cache it. Here’s an easy way to ‘cache’ the API’s JSON response.