Silicon Valley Code Camp : October 19 & 20, 2019

Upkar Lidder

IBM
About Upkar
Upkar Lidder is a Full Stack Developer and Data Wrangler with a decade of development experience in a variety of roles. He can be seen speaking at various conferences and participating in local tech groups and meetups. Upkar went to graduate school in Canada and currently resides in the United States
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Top three use cases for Serverless with Examples

    9:15 AM Sunday   Room: Fireside A

    Serverless is the new most talked about architecture pattern and quickly becoming a buzz word. The idea is for developers to stop worrying about server management and focus on code. The serverless platform takes care of the provisioning servers, underlying infrastructure, server maintenance security and scaling. We will look at three practical use cases of serverless with example code.

    * Secure and Scalable APIs
    * Backend microservices
    * Event driven programming

    Key concepts introduced will include triggers, rules, actions, composition and event driven architecture. Finally, serverless is relatively new and we will look at what the shortcomings are with the current technology and how to mitigate them. We will use Apache OpenWhisk as our serverless platform. Apache OpenWhisk is an open source, distributed Serverless platform that executes functions (fx) in response to events at any scale. The talk will include live demo of building and deploying an application to Apache OpenWhisk.