Skip to content

Instantly share code, notes, and snippets.

@vegasje
vegasje / usability.md
Last active March 9, 2020 19:30
PLEASE DO NOT USE THIS. See http://userium.com/ instead.

PLEASE DO NOT USE THIS. See http://userium.com/ instead.

Usability Checklist

User Experience

  • Personalized features. Currency, language, country specific deals, taxes, or delivery options are changed based on user's location.
  • Registering provides value to users. For example a "Free Trial" button communicates a clear benefit, but a "Register" button doesn't. Unnecessary registration is avoided.
@vegasje
vegasje / linked-lists-and-iterators.php
Last active November 28, 2018 14:47
Demonstration of a PHP LinkedList, as well as a LinkedListIterator that implements \Iterator.
<?php
class LinkedList {
private $data;
private $next;
private function __construct() {}
public static function fromArray($array) {
$head = new LinkedList();
  • javascript
    • types
    • operators
      • /
      • %
      • =

  • <=

Keybase proof

I hereby claim:

  • I am vegasje on github.
  • I am vegasje (https://keybase.io/vegasje) on keybase.
  • I have a public key ASDYMemhVKVAUtTxRCgDK9iUVDTnpeyHxAZtw6oFwP_iVwo

To claim this, I am signing this object: