Tagged: Serverless

2

ProjectOnHerOwn and Tech Behind it

I have been working on ProjectOnHerOwn since we got selected for Gender Bender 2019. Gender Bender is India’s first arts festival that focuses on fresh perspectives of Gender. Our work #ProjectOnHerOwn will be part of it. #ProjectOnHerOwn is a multimedia exploration through the landscape of women’s experiences of self-discovery, self-reliance and self-assertion. It...

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.

HOPCOMS API 4

Building HOPCOMS Fruit/Veg Rate API using CouchDB

I love HOPCOMS stores. There are quite a few stores across Bangalore. They are popular for fresh vegetables and fruits. The Horticultural Producers’ Co-operative Marketing and Processing Society Ltd. or HOPCOMS was established with the principal objective of establishing a proper system for the marketing of fruits and vegetables; one that benefits both...

IBM Code Day 0

Notes from IBM Code Day – Bangalore – 2018

This was my first IBM Code Day. I had never been to one and the idea of meeting other IBM Champions excited me. Just wanted to know who they were and what they were up to. Code Day also promised some demos and talks that were interesting. I am going to talk about...

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