Jose Gabrielle Rivera
jgrivera.dev

jgrivera.dev

Follow
homeResume
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

Using a Makefile to shorten commands

Jul 28, 20211 min read

Foreword You may already have known but I discovered that you can define a Makefile in which you can store your lengthy and commonly used commands....

Using a Makefile to shorten commands

Using bash aliases to shorten lengthy commands

Jul 13, 20211 min read

I remember my times using Lumen. I did not know composer scripts back then so I had to type vendor/bin/phpunit painstakingly when running my tests. I...

Using bash aliases to shorten lengthy commands