Skip to content

Instantly share code, notes, and snippets.

View purnimamehta's full-sized avatar
🐢
Slow

Purnima Mehta purnimamehta

🐢
Slow
  • University of Toronto
  • Toronto, Canada
View GitHub Profile
@purnimamehta
purnimamehta / Smart Creative.md
Last active March 22, 2016 22:12
An excerpt from Eric Schmidt's "How Google Works" - Page 18

And who, exactly is this smart creative?

A smart creative has deep technical knowledge in how to use the tools of her trade, and plenty of hands-on experience. In our industry, that means she is most likely a computer scientist, or at least understands the tenets and structure of the systems behind the magic you see on your screens everyday. But in other industries she may be a doctor, designer, scientist, filmmaker, engineer, chef or mathematician. She is an expert in doing. She doesn't just design concepts, she builds prototypes.

She is analytically smart.

@purnimamehta
purnimamehta / frontendDevlopmentBookmarks.md
Created February 21, 2016 03:02 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
:s/></>\r</g Substitute >< with a newline between. g flag means all occurances
=gg Auto-format (=) everything from the current line to the top (gg)
dd Delete (d) the current line (d)
qb Record macro (q) with name 'b'
dd
C-v Visual block mode (C-v)
l l j j d Move right twice, down twice, then delete all in selection
w Move one word right (w)
C ,<esc> Change until end of line (C) insert ','
j . Go down (j), repeat last command (.)