Skip to content

Instantly share code, notes, and snippets.

View lebeerman's full-sized avatar

dan beerman lebeerman

View GitHub Profile
@lebeerman
lebeerman / interviewQs.md
Last active March 15, 2018 17:41
List of Interview Questions + Notes at bottom

CSS:

  • What are CSS selectors?
  • What is the specificity of those selectors?
  • What is the difference between .class1.class2 and .class1 .class2 as a selector?
  • How do you center something in CSS?
  • How do floats work?
@lebeerman
lebeerman / Notes - design to code.md
Last active May 29, 2019 18:08
Notes - Design to Code FE Masters

Design to Code Notes

Left vs Right brain is a myth! The brain is a muscle and technical/creative, whatever - flexing it makes it stronger, solving problems in new and different ways!

Front End Masters Course Source

Layout

Concepts:

  • Layouts and Grids - design in line, but tastefully break the system
@lebeerman
lebeerman / Shell Notes.md
Created August 7, 2019 18:25
Shell Notes and Links

Cool Stuff Links:

  • oh-my-zsh: the easiest way to start using zsh, one of the best shells
  • powerlevel9k: the easiest way to start using Powerline-style prompts in zsh
  • Fira Code: awesome monospace font with really great ligatures
  • Nerd Fonts: add fancy icons to Fira code
  • SCM Breeze: an incredible set of powerful git shortcuts and workflow helpers
  • Hub: open PRs, create projects, work with GitHub directly from the terminal
@lebeerman
lebeerman / learning_resources_java.md
Last active November 22, 2019 18:07
Java Resources
@lebeerman
lebeerman / tmux-cheatsheet.markdown
Created October 15, 2019 17:12 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?