Tree-Extended, a tool to get custom directories trees

Tree-Extended, a tool to get custom directories trees

[Original Article] In this write, I want to show two ways to create custom directory trees by using the tree-extended tool: By using directly tree-extended in your SO command line by installing it as a node package. Or, by using the tree-extended vscode extension. Why tree-extended? I was documenting one of my projects and I wanted to write in markdown a directory tree representation, but I didn’t want to show all the directories but a particular one, the one that I was talking about in that section in the document. There is a command for Linux named tree that you can install, but it didn’t match all the requirements I was looking for. That is why I created tree-extended as a custom implementation of tree. ...

October 2, 2024 · 4 min · 702 words · Raul
Build Your Personal Website for Free Using React.js

Build Your Personal Website for Free Using React.js

[Original Article] In this article, I want to show you how to create your personal website for free! To get that, we are going to use GitHub Pages which will allow us to host our website and even will give us a secure (HTTPS) URL. Optionally, we can even use our own domain name, in such case, it is the only thing that you will need to pay for. As the title says, we want to create the website using ReactJs. ...

October 1, 2024 · 12 min · 2379 words · Raul