Articles by Francisco Perejón
Francisco Perejón in Web development, HTML, CSS
· 4 min readElevating Web Development: A exploration of recent advances
Web development is constantly evolving, and staying up to date with the latest changes is essential. In the world of HTML, CSS, and JavaScript (JS), recent advancements have brought long-awaited improvements that address previous limitations. These...
Francisco Perejón in Tooling
· 2 min readUsing your computer as a DNS server
This blog post will guide you through the process of using your computer as a DNS server using Dnsmasq. This setup offers several advantages, such as running multiple applications on your computer and being able to access them from your mobile devices...
Francisco Perejón in Tooling
· 4 min readGitHub Copilot has been released!
Explanation for the latecomers GitHub Copilot is a new AI that is able to autocomplete your code just by typing the function name or by writing some comments. For further explanation or examples you can visit its page. I was lucky enough to be accepted...