Juan Manuel Allo Ron
GitHub
Twitter
Tips posts
Tips posts by Juan Manuel Allo Ron
Tip: Watch out for null in default params
Jun 4, 2020
Defaults in function parameters is a feature that simplified my code a lot. But there is one caveat that we need to be aware of! Let’s start with an example:
Tip: use Z
May 28, 2020
Aren’t you tired of always typing the same routes in the terminal? When I found z it changed my productivity. What’s z? A terminal command to help you quickly navigate across directories…
Tip: Run a simple server with Python
May 21, 2020
I used this all the time! When you want to quickly serve a website or a page, or even mock a quick API, you can use python to start a server
Tip: list NPM scripts
May 14, 2020
In this quick-tip I will show you how to list scripts from the terminal
Tip: Syntax Highlighting with BAT
May 7, 2020
Terminal command cat is a standard tool to print file contents to the console. I use it all the time but recently I found bat and it changed my life!
@2024 Juan Manuel Allo Ron. All Rights reserved