LogoJuan Manuel Allo Ron

Tips posts

Tips posts by Juan Manuel Allo Ron
A pattern formed with the null word

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:
An image showing the output of the command man z

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
Side to side visual differences between the command cat and bat

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