Tagged: Free and Open Source

2

Converting JSON to CSV on the fly

I wanted a script that would convert the JSON to CSV in real-time, so I could use it at DataWrapper.

0

CLI Tools to Enhance Git Experience

I use git all the time. I use quite a few GUI tools to work with git. But I also have some more CLI tools to help me work with git.

1

Creating an eBook like The Dog We Stole

Anju published The Dog We Stole (Amazon ebook link) as a series of blog posts on her blog. And we planned to convert it into an eBook if it did well. The blog posts were quite popular, and the overall feedback was very positive. Hence I started creating the eBook.

1

Coding in 2020 and COVID-19

Like many, this year has been crazy for me too. When there is a crisis that I don’t have control over, I surround myself with good people and work. So I can concentrate on things that I like. COVID-19 was no different, except I couldn’t meet people So it was mostly just work....

2

Tools for Effective Documentation

Over the years I have gathered a set of tools for effective documentation and communication. I use these tools to communicate on this blog, with my coworkers or anyone else that I want to share things with. Now that all of us are working remotely, they have become very important. I am listing my favorite ones here.

3

JSONFeed River with CouchDB as Backend

I use Pushover to get custom notifications on my phone. I do get all kinds of notifications. I get notifications from my server about their status, Notifications from scrapers like the state of HOPCOMS scraping, Notifications from my weather sensor and AQI etc. Well some of them could have been emails or dashboard1...