@margaret12
I Love Simple Designs
Nothing here yet.
Nothing here yet.
No blogs yet.
Well, what are the node modules that you use the most? List down those repos and see if they have any open issues. Fork a repo and start solving one of the issues and once done send them a pull request. I would start like that if I wanted to contribute something to the community,
The idea command. I read about this a few days back and found it really interesting. Many times we want to jot down some ideas, notes etc while working. It would be awesome if we could just type idea into terminal and start taking notes. Here is how to do it : Create a hidden ideas file in your home directory - touch ~/.ideas.md Add an alias in bash_profile to open it quickly - alias idea="vim ~/.ideas.md" Now to take any note simply type idea in terminal. Now I use this setup actively whenever I need to note down something.