Skip to content

Instantly share code, notes, and snippets.

View adamki's full-sized avatar
🤙

Adam Ki adamki

🤙
View GitHub Profile
@slamorsi
slamorsi / values.md
Last active January 12, 2019 20:06
Developer Values

Discard Ego, Acquire Self Improvement

  • Be: self aware, disciplined, and humble
  • Don't: be afraid to ask for help, fear mistakes (learn from them), or get attached to your ideas
  • Focus on: learning, improving & practicing good habits
  • Do: well today (and ship) rather than wait for perfection, set high expectations for yourself, step out of your comfort zone, understand and accept you can be wrong, test your code/process/assumptions and ask for feedback

Be Lazy (Practical)

  • Identify root causes, not what's on the surface
  • Be clear about your approach and what you're doing/not doing
  • Differentiate between what needs to be done vs what can be improved later
# What is VIM? ( 15 minutes)
* What have you heard and what questions do you have?
* Is there any benefit to using VIM?
Endless customization, Terminal integration, Been around forever and not going anywhere. You'll never have to learn another IDE.
* How does it compare to Atom/Sublime?
Hard to say. Atom now has Vim mode, which is actually a pretty good IDE emulator. I prefer Atom/Subl for strict HTMLCSS writing occassionally.
* Pros: highly customizeable, Large community of users, become a hipster or something.