Tagged: webhook

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.

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...

0

HappyTuesday Week 5 – Learning Lua

Its been a while I learnt a new programming language. I have been very happy with Python. All most all the work that I do involves Python. But there has been an itch to learn something new. So I made up my mind to learn a new programming language this week. But again...