Hi 👋

I'm Antonio Ufano,

 

Articles about deployments

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!

Basic tips for your first Firebase project

Posted

I've started a new project that I want to launch in just a few days and I'm using Firebase, taking advantage of its free tier for hosting, cloud functions, authentication and data storage. Here are some tips that can be helpful for you