I work at @AWSCloud, I write code, occasionally speak at conferences, I love OSS, devops, serverless architectures, node.js etc. Opinions my own. He/Him
Dec 7, 2019 • 13 tweets • 4 min read
Days ago AWS announced #Rekognition Custom Labels: a new feature that allows you to detect objects inside images with little Machine Learning expertise. I decided to test it for solving one of the most important problems for me: classify proper #pizza. A #pineapple thread 1/13
I am not new to ML, but being a SW dev for most of my career, I always found hard to:
1. keep up with all the new frameworks and algorithms 2. find the best algorithm for my data & problem 3. understand and configure all the parameters needed for starting the training
2/13
May 14, 2018 • 24 tweets • 5 min read
For me a serverless (S-) architecture is much more than a event-driven function as a service (FaaS)...
(Thread) #serverless#faas#architectures#thread#lambda#fastMovingTeams#ownership#devops
A S- architecture is an abstraction on top of a (potentially very complex) infrastructure, so that devs can focus on building great features and products and run their code in production without focusing on boring configuration and scalability.