Skip to content

Instantly share code, notes, and snippets.

View Jonathan-Eyler-Werve's full-sized avatar

Jonathan Eyler-Werve Jonathan-Eyler-Werve

View GitHub Profile
@Jonathan-Eyler-Werve
Jonathan-Eyler-Werve / Product Design reading.md
Last active September 19, 2019 13:51
A foundations reading list for Product Designers

Some readings for grounding yourself in product design practice.

The foundations

  • Design is a Job, Mike Montiero (short book); mindset of a designer as a skilled advisor and maker.

  • About Face 4th edition or newer, Alan Cooper; solid overview of the interaction design discipline's conventional wisdom.

  • Just Enough Research, Erika Hall (short book); What are we doing when we talk to users?

@Jonathan-Eyler-Werve
Jonathan-Eyler-Werve / design-system-links.md
Last active August 6, 2019 19:48
Links about design systems
@Jonathan-Eyler-Werve
Jonathan-Eyler-Werve / index.html
Last active September 8, 2016 14:27
Slider Button
<div class="wrapper">
<div class="row">
<input type="button" class="button first negative one" value="no access">
<input type="button" class="button muted" value="read only">
<input type="button" class="button muted" value="needs approval">
<input type="button" class="button muted " value="reply only">
<input type="button" class="button muted last" value="full">
</div>
@Jonathan-Eyler-Werve
Jonathan-Eyler-Werve / linkheaderparser.js
Created March 31, 2016 15:23 — forked from deiu/linkheaderparser.js
Parse HTTP Link header in Javascript
// parse a Link header
//
// Link:<https://example.org/.meta>; rel=meta
//
// var r = parseLinkHeader(xhr.getResponseHeader('Link');
// r['meta'] outputs https://example.org/.meta
//
function parseLinkHeader(link) {
var linkexp = /<[^>]*>\s*(\s*;\s*[^\(\)<>@,;:"\/\[\]\?={} \t]+=(([^\(\)<>@,;:"\/\[\]\?={} \t]+)|("[^"]*")))*(,|$)/g;
var paramexp = /[^\(\)<>@,;:"\/\[\]\?={} \t]+=(([^\(\)<>@,;:"\/\[\]\?={} \t]+)|("[^"]*"))/g;

Keybase proof

I hereby claim:

  • I am jonathan-eyler-werve on github.
  • I am eylerwerve (https://keybase.io/eylerwerve) on keybase.
  • I have a public key whose fingerprint is 96DB B7B5 105B FFA6 201E 8008 9604 30F0 DEEE 47BB

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jonathan-eyler-werve on github.
  • I am polyeylerwerve (https://keybase.io/polyeylerwerve) on keybase.
  • I have a public key whose fingerprint is CA04 9805 EEC3 A881 0E96 7CA0 6810 CC22 02F4 76D4

To claim this, I am signing this object:

@Jonathan-Eyler-Werve
Jonathan-Eyler-Werve / limiters.md
Last active December 24, 2016 02:01
A list of tools to limit network distractions

Desktop

Anti-social

Floodgate

  • Mutes Twitter content that contains abusive, sexist or racist keywords
@Jonathan-Eyler-Werve
Jonathan-Eyler-Werve / sign_mentors
Last active December 23, 2015 11:48
Signage: Mentor availability
<style TYPE="text/css">
body {
background-color: black;
color: #ffffff;
font-size: 180%;
font-family: 'Josefin Slab', serif;
background-image: url('http://mentoring.devbootcamp.com/assets/heart.png');
background-repeat: no-repeat;