Hi 👋

I'm Antonio Ufano,

 

Blog

Articles and dev tips about building products with Node.js, Vue.js, Laravel and how to deploy them to a production environment.


Create a serverless subscribe form with AWS Lambda

Posted

Serverless functions have some advantages over a full backend service that we might want to consider when creating small projects. In this article I explore them and create a subscription form using an AWS Lambda function and Gateway API.

Understanding the basics of Socket.io

Posted

Do you need to create a real time event driven application? With Socket.io it's super easy! Follow this step-by-step guide to understand how to build a chat application you can deploy to your server.

Adding reCaptcha to a Laravel form

Posted

One of the most annoying things of having a form in a website is seeing it being targeted by spam bots. In this article I'm going to explain how to get rid of them by integrating Google's reCaptcha in a Laravel form.