Category Archives: good to know
Tutorials: wanna draw something? part 1 – Imgur
MVP: Quickly Validate your Start-Up – YouTube
MrSwitch/hello.js
nix shell find in files
You can use grep -ilR
:
grep -Ril "text-to-find-here" /
i
stands for upper/lower case (optional in your case).R
stands for recursive.l
stands for “show the file name, not the result itself`.
via search – Finding all files containing a text string on Linux – Stack Overflow.
Inside Apple’s Internal Training Program – NYTimes.com
Things I Learned On The Way To 27 | Thought Catalog
Thinking Async | CSS-Tricks
Is Go an Object Oriented language? – spf13.com
Speed in Software Development
Macaroni code