Blog
Tag: tutorial
Categories
Configuring WSL 2 on Windows 10
Published in October 27, 2020
2 minutes reading
What is WSL? The Windows Subsystem for Linux (WSL) allows us to run a GNU/Linux environment, directly on Windows, without the need of a…
Node.js version management with NVM
Published in April 7, 2020
1 minutes reading
If you work with different projects using Node.js, you have probably been through a problem of dependency incompatible with the version…
Create custom post types and taxonomies in Wordpress
Published in May 11, 2019
5 minutes reading
When developing for the Wordpress platform, we often need custom post types or taxonomies so that we can better organize the content of our…