Tagged: Free and Open Source

2

How to Create and Issue Open Badges

Badges are ubiquitous on the web. Any website that has some social component has badges. Audible gives you badges based on your listening. StackOverFlow gives you badges based on your participation etc. The problem with these badges is that they are not portable and not verifiable. For example, if you are on a site where you want to show or prove the badge that you have acquired on StackOverFlow, then it’s not possible. OpenBadge solves this.

0

Tracking API Performance over time

Testing and Tracking the performance of APIs is not a one-time activity. As the APIs are built and improved over time, we need to track them. It’s important to correlate what changes in business logic changed the performance.

Osm Go! PWA Screenshot 0

Linked List: Three Android Apps to Efficiently Contribute to OpenStreetMap

From a browser, I moved to contributing using GPS Logger or OSMAnd. That made my workflow a lot easier, but these apps are not for editing maps but for regular map use. They are okay if you are not mapping frequently or in mass. So editing flow in these apps is not seamless. Hence I continued to explore other options.

0

CLI for Readlist

I maintain the readlist in a CouchDB database. Each feed (channel) is a document in that database. I use the file’s name as the primary key i.e “_id”. For example, “sri-lankas-economic-crisis.json” is the key to the Sri Lankan Economic Crisis reading list. It’s a single document. It has many feed items like any JSONFeed. The first few were easy to create and manage. But then I needed something simple to manage this if I was going to be serious about using it.

0

Webhooks from Android Apps

Webhooks don’t have to be from a traditional server to a web server. Webhooks can come from any software component which can connect to the internet (or intranet) and send HTTP requests.