Tagged: Web 🌐

4

Testing Async systems with Karate Testing Framework

I have love and hate relationship with asynchronous systems. I love them because the flow is natural and doesn’t waste time and resources. I hate them because it’s difficult to test and debug. The most common asynchronous system that you would have used is Webhook type. Where you get a callback from an...

0

Building an Alexa Skill using OpenWhisk and CouchDB

Smart Speakers are becoming popular these days. I see Alexa or Google home everywhere, Voice is an interesting technology and I think it’s going to become very popular amongst younger and elderly community. Here in this tutorial we will create a simple Alexa Skill using OpenWhisk as our serverless platform and CouchDB as our database.

Using Netatmo and Pushover API to get weather alerts. 1

How to setup and run Node-Red

Table of Contents1 Install and setup2 Setup your flow3 API Access4 End Note Node-Red is IBM open source project for wiring things on internet. It was started by IBM’s Emerging Technology Services team and now is part of JS Foundation, For anyone who has been a fan of Yahoo Pipes the interface and...

0

Subscribing to A list of feeds using Feedbase.io and Liferea

The biggest pain point of RSS feed reading is subscription management. I use different feed readers at different places. On a computer on which I can’t install a program I use browser addons. On my personal computer I use Liferea. On phones1 I use AntennaPod though which I subscribe and listen podcasts. All...

3

Going Serverless with OpenWhisk

I have been using Webhooks for a long time now. Webhooks are HTTP callbacks. They usually get called with HTTP Post request on an event. For example system one does a POST request on system two when something changes on system one. These are typically used by heterogeneous systems for plumbing. In my...

Lepidopte Web UI. 0

Detecting Web Censorship by Running OONI on Pi Zero

In 2015 I had put together a simple script to check the status of various websites that were blocked (Censored) by ISPs (Internet Service Providers) in India for various reasons. It was a very simple script based on simple rules. Idea was to get a sense of censorship in India. After a while...