Skip to main content
Gopherfest SV 2017 - Architectures, Design Patterns, and Lessons Learned
  1. Blog/

Gopherfest SV 2017 - Architectures, Design Patterns, and Lessons Learned

·1 min·

I spoke at a Gopherfest meetup about the Go Programming Language. Together with an awesome colleague (Miguel Torres) we talked about Project Flogo and the lessons we learned building it.

Related

When Is iPaaS The Right Level Of Abstraction?

·1 min
SaaS has become the default way enterprises acquire software, which means any given organization has (or will have) dozens of apps that need to talk to each other. The average Marketing department uses around 30 different SaaS apps, and HR isn’t far behind. This webinar looks at the integration challenge that creates and when iPaaS is the right level of abstraction to solve it.

CloudExpo 2016 - The Road to a Cloud First Enterprise

·1 min
Companies must find a way to join both paths and view the transition to digital as a unified journey, with the end goal clearly defined, then utilize APIs to help them get there faster. The question then becomes, how can companies and developers leverage ESBs, APIs, and a Fast Data platform to cultivate innovation?

What Do I Do In Between re:Invent Live Streams? Build Lambda functions

·5 mins
This year I wasn’t able to attend re:Invent, but I did want to do something nice in between the live streams and specifically around Serverless compute and AWS Lambda. Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume — there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service — all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability.