Category: Technology

1

My List of Static, Unhosted FOSS Web Apps

I have a set of static web apps that I like. They have no backend or server-side components. Some of them have a piece of storage; for example, they can store the data back to the user’s CouchDB, browser’s localStorage, URL, or remoteStorage. They all run in the browser. They are also called Unhosted apps....

1

Wireless Monitor Setups

One of the pain points of using multiple monitors on the go is wires. I want to go fully wireless at some point, but for now, I use wireless occasionally, especially when traveling. 

ViewSonic – VA1655, Dual Monitor Portable setup 3

Portable Monitors for productivity on the go

I missed my multi-monitor setup while traveling or working from a third-party office. I missed my second monitor, which I mainly use for reading, as reading is more than 50% of my job. Traditionally, monitors have been bulky and difficult to travel with, but not anymore.

3

Anker PowerConf S3 – Speaker Phone Review

A significant part of working from Home/Remote is calls or meetings with your team. Whether through good old telephone, hangouts, or any million available services, the quality of the call depends on how good your microphones are. I have been making significant investments to improve that part of the meetings.

KoboToolbox to CouchDB 1

Connecting KoboToolbox to CouchDB for Real Time Data

I have recommended KoboToolbox (and KoboCollect) for nonprofits, and we also use it at DataMeet to collect all kinds of data, including IDVC. For IDVC, I pull the data from KoboToolbox, do some massaging, and then upload it to CouchDB. It works very well. But what if I want to make this whole process real-time? 

SIB Leaderboard Design 1

Building Surveillance in Bangalore leaderboard using Budibase and CouchDB

I wanted to convert the script from the blog post Who is mapping Surveillance in Bengaluru into a simple web app. I could have written a simple javascript and HTML code to call the overpass-turbo API for data and charted using javascript. All in the browser. But there was a much better option with less code.