Hi 👋

I'm Antonio Ufano,

 

Articles about frontend

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.

Migrating web layout from Bootstrap to CSS Grid

Posted

CSS Grid is supported in most browsers now so it's worth giving it a try. In this article I'm going to explain how you can create a similar web layout in Bootstrap 4 and in CSS Grid and the differnces between them.