Velocidad de Escape

How to update your Github Profile README automatically using NodeJS

GitHub’s new profile page README feature was release a couple of weeks ago, and it's a great feature that allows you to personalize your profile in multiple ways, some quite creative. Markdown lends itself best to standard static text content, that's not a problem for creative people, like **Victoria Drake**, who automate her profile using GO, and this post is inspired by her post. <a class="hover:no-underline text-blue underline" href="https://victoria.dev/blog/go-automate-your-github-profile-readme/" target="_blank" rel="noreferrer">How to Automate Your GitHub Profile README</a>. However,...

JavaScript

Automatic NodeJS version using NVM

If you have multiple projects in your computer, it's probable that all of them use a different version of NodeJS. For this reason, there are packages like <a class="hover:no-underline text-blue underline" href="https://github.com/nvm-sh/nvm" target="_blank" rel="noreferrer">NVM (Node Version Manager)</a> that allow you to do exactly that, handle different versions of NodeJS without too much extra configuration. Its installation and use are tremendously basic, just need to run `nvm help` if you need more help. In order to have a better organization, it is recommended to have a `.nvmrc` file...

JavaScript

How to Stand Out in an Interview

In my previous job, I had the chance to be part of the tech screeners team, I helped the HR team interviewing candidates for different positions in UI/Front-end. I learned a lot from candidates, and also I learned a lot how to stand out in job interviews (more focused in IT positions). So, here my tips, are not a global rule, but some of them are really useful. ## Prepare your introduction An introduction is the first cover letter, it needs to be short, needs to be simple, but at the same time it needs to be shocking. Should include personal information. And in short, talk about the most...

Personal

Styling markdown posts with Tailwind CSS in GatsbyJS

When I decided to create this blog, I was very clear that I wanted to do it in the easiest way possible, I didn't want to have to deal with databases, CMS, etc. I had already seen some other blogs and knew that it was possible to create them using markdown to write a full post. I also didn't want to deal with CSS, so I looked for <a class="hover:no-underline text-blue underline" href="https://tailwindcss.com/" target="_blank" rel="noreferrer">Tailwind CSS</a> as an option. Also I wanted to have my syntax highlighting in my posts, so, I found <a class="hover:no-underline text-blue underline"...

CSS

TailwindCSS