Bio
Luciano is an AWS Serverless Hero who was born in 1987, the same year Super Mario Bros was released in Europe, which, by chance is his favorite game! He started coding at the age of 12, hacking away with his father’s old i386 armed only with MS-DOS and the QBasic interpreter and since then he has been professionally a software developer for more than 14 years. He is currently a Senior Architect at fourTheorem where he is helping companies to get the best out of the cloud, AWS, and serverless. He loves the full-stack web, Node.js & Serverless and co-authored “Node.js design patterns” (https://www.nodejsdesignpatterns.com), maintains https://fstack.link and co-hosts https://awsbites.com
My Talks
An introduction to parser combinators for Rustaceans
Parser combinator libraries are amazing tools that make creating parsers for simple and advanced use cases easy. Rust has some great libraries like winnow, chumsky & nom. We will explore why these ...