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.


Easily send emails in Strapi with any provider

Posted

Strapi's default email plugin is not the best option to use in Production. There are multiple plugins for different email providers but in this article, I'll show you how to use a plugin that works with any provider.

Fix 404 errors with Vue.js apps on Netlify

Posted

If you've deploy a Vue.js app application to Netlify, chances are you've seen its 404 error page. This usually happens when you're app uses Vue Router in history mode. The fix is pretty simple and it just involves one line of code!