Work

Technology
  • 3 Reasons to Go Cloud-Native Aug 2018 CIO Journal | The Wall Street Journal 92% of enterprises are using the public cloud today. As a result, simply being in the cloud is no longer enough to remain competitive. The benefit of reduced costs has normalized while the market forces are demanding more innovation at faster release cycles. Enter Cloud Native!

  • The Many Potential Benefits of Serverless Computing Nov 2017 CIO Journal | The Wall Street Journal Serverless is the next level of abstraction in cloud computing with huge potential to transform the way many businesses consume cloud services. This emerging cloud service can reduce costs and speed deployment times for many business customers, with those advantages often outweighing concerns about vendor lock-in.

  • Leapfrog into Serverless: An Amtrak-Deloitte Case Study Dec 2017 Serverless Conference | ACloudGuru This talk was delivered at the Serverless Conference in New York City in 2017. Deloitte and Amtrak built a Serverless Cloud-Native solution on AWS for real-time operational datastore and near real-time reporting data mart that modernized Amtrak’s legacy systems & applications. With Serverless solutions, we were able to leapfrog over several rungs of computing evolution.

  • The Internet of Things: Moving from Cost Savings to Revenue Generation May 2017 CFO Journal | The Wall Street Journal Many organizations are struggling to settle on the right IoT application to justify the capital investment that the technology may require. In this issue of CFO Insights, we look specifically at monetizing IoT technology, exploring strategies common in the software world - where information has long generated value - and how those strategies may apply to other industry sectors.

  • The Internet of Things: Moving from Cost Savings to Revenue Generation Apr 2017 CFO Insights | Deloitte Many companies are struggling to settle on the right IoT application or justify the capital investment that the technology may require. For many executives, the idea of locating value in the combination of physical and digital information is still new.

  • Turning Value into Revenue - What IoT players can Learn from Software Monetization Nov 2016 Deloitte Insights | Deloitte Customers want connected technology, but can companies make any money from the Internet of Things? The answer is yes—and the software industry offers a possible model for finding revenue in IoT-based products and services.

Environment
Projects
  • Athena-Express: Simplify SQL queries on Amazon Athena Athena-Express makes it easier to execute SQL queries on Amazon Athena by chaining together a bunch of methods in the AWS SDK. This allows you to execute SQL queries AND fetch JSON results in the same synchronous call - well suited for web applications.

  • Cognito-Express - API Authentication with Amazon Congito Cognito-Express is a NPM package that authenticates API requests on a Node.js application running on a server or in an AWS Lambda function by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.