Skip to content

Instantly share code, notes, and snippets.

View gness1804's full-sized avatar

Graham Nessler gness1804

View GitHub Profile
@gness1804
gness1804 / gist:4a74a81cf6ec58dd370d1badc5c6046e
Last active August 22, 2021 00:11
Recruiter spam filter keywords

An attempt to reduce recruiter spam. Use these keywords in a Gmail filter to delete/reroute/archive etc. those annoying recruiter emails.

start-up OR “Front End” OR “Direct-hire” OR "visa or sponsorship" OR "contract-to-hire" OR "Recruiter" OR "Robert Half" OR "Frontend" OR "referral fees" OR "talented engineer" OR "new career step" OR "100% Remote" OR "UI Developer"

##Keyboard shortcuts (GitHub)

The "master" shortcut: press ?on any github page; this brings up a list of keyboard shortcuts.

Some useful shortcuts

  • g p: opens up pull requests in a GH repo.
  • g c: go to the code in a GH repo.
  • g i: go to issues in a GH repo.
  • c: create an issue (while in Issues tab).
@gness1804
gness1804 / accessibility.md
Created October 3, 2016 17:06
Accessibility Commitments

##Accessibility commitments moving forward

  • Make my HTML more semantic and clear.
  • Work harder on trying to make CSS more readable by increasing contrast, increasing clickable space, etc.
  • Work on using tabindex to make it easier to tab through pages.
@gness1804
gness1804 / css-challenges-1608-fe.md
Last active August 27, 2016 22:52
Responses to the 15 CSS Challenges from 8-24-16 class

###Challenge 1

I floated divs 2 and 3 to the right and switched the order of divs 2 and 3 in the html. I also added a left margin to div 3.

[challenge 1] (https://codepen.io/gness1804/pen/oLAbmG)

###Challenge 2

I created a container element to keep the divs from touching the bottom of the screen. I also floated div 3 to the right and added margin:auto to div 2.

My goals for Turing:
1.) Significantly strengthen my proficiency and confidence with JavaScript.
2.) Learn positioning such that it is (almost) second nature.
3.) Learn what kind of developer I want to be (education, civic tech, business, etc.)
4.(Probably assumed) Get a good, sustainable job in tech (and build a great career in the field.)