10 followers
Front-end Developer. š¾ Media engineer. ā”
Facing life one bug at a time. š„ Easily bribed with chocolate. š« she/her
Wait, what?! I was today years old when I found out that GitHub has a command line interface š¤Æ. In the official docs the instructions to install and...
Surely there are several way to do it, this is just one of them. Let me know if you know a better way to do it šŖš» To find an element into an array...
At work, recently we worked on a styleguide project using vue Styleguidist, the Vue little brother of react-styleguidist, and we would like to...
Few days ago I worked on a vue-styleguidist project and I had to use a Google Font. Side note: vue-styleguidist is the "Vue version" of the more...
In Nunjucks we can use a conditional statement in two ways: explicit using the {% if %} keyword, or implicit using the {{ }} expression. Note: I did...
Few npm commands I found very useful during development. CommandDescription npm -vshow current npm version installed npm initinizialize npm...