Fork me on GitHub

Mohammad AbuShady Software Developer

I’ve been writing using IDE’s since a long time, when I started using linux about 5 years ago, I thought people who use vim are some crazy people who like to do things the hard way, until one day I decided to read about vim myself,

Continue reading

When developing locally, you might find your self that you often need to route some domain to localhost, for example my-amazing-website.dev

Continue reading

By default the SSH private key is given the name id_rsa or id_dsa and if you try to use a different key and give it another name it wont be detected by SSH command, you could use the ssh -i, but there’s a better way -in my opinion at least- to do that

Continue reading

I’ve recently learned those convenient functions that apply on any array, or just basically any enumerable, all these functions take a block and according to this block’s output the return is decided, those methods are select, reject, collect, detect, inject.

Continue reading