Hi 👋

I'm Antonio Ufano,

 

Articles about tooling

My dev environment in Windows 10, WSL2 and Docker

Posted

A few months ago I decided to give Windows 10 another opportunity when I heard about Windows Subsystem for Linux, which basically allows you to run Linux inside Windows. I've been running this setup for the last 6 months and pretty happy with it.

SEO tips I apply to all my projects

Posted

This is a list with all the things related to SEO that I keep in mind when developing a new project. I consider these a minimum to keep you website highly ranked by Search engines (Google, Bing, DuckDuckGo etc)

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.

Schedule scripts/tasks with Cron

Posted

A quick guide to show you how to schedule jobs with Cron. In this example I schedule a PHP script that sends an email but you can use Cron to schedule anything you need.