Hi 👋

I'm Antonio Ufano,

 

Articles about api

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.

Consuming your Laravel API with JavaScript

Posted

Laravel Passport documentation is a little complex and focuses on creating a OAuth2 server. In this article I explain the basics to manage API authentication to consume you own Laravel API from a JavaScript front end.

Vue.js and REST API coding quick tips

Posted

Building your web application with an API and a separate front end is very common setup. This is a collection of quick tips to build your APIs and a front end using Vue.js.