Articles and tools for web developers

JavaScript, frameworks, web accessibility, SEO.

Projects:

JSON-LD structured data generator for Schema.org compliant markup

Made with VUE.JS and Bulma.CSS

Articles:

Graphic representation of the docking of PHP with Visual Studio Code

VS Code extensions for PHP development

May 14, 2020

These VS Code extensions for PHP developing are a starting point in order to configure your IDE. From here you can experiment and configure your Visual Studio Code work environment for PHP projects.


Graphic art representing a click outside a Vue.JS modal

Do you need to detect a click outside an element with NUXT.JS or Vue.JS?

October 23, 2019

The Vue.JS v-click-outside directive is really useful when you need to close modals or menus. This guide will follow an step by step implementation.


Clipboard with  NUXT and VUE art

Do you want to copy text easily to the clipboard with Vue-CLI or Nuxt?

September 27, 2019

The article you need if you hit the wall developing your Vue or NUXT web app because you were not able to cut or copy some text to the clipboard.