Bookmarkable Ajax-Driven Pages Posted on 2018/07/092018/07/01 by Rebecca Generic get/set functions for query string parameters that keep default values out of the URL and respect the existence of extra parameters.
Smartening up the Terminal Posted on 2018/06/182018/06/13 by Rebecca A short post about customizing the OS X Terminal command prompt and color scheme.
Some Useful Unix, part 2 Posted on 2018/05/212018/06/11 by Rebecca A second post on the command line: alias and command repetition, jobs and processes, foreground and background, and a little fun.
Some Useful Unix, part 1 Posted on 2018/04/302018/05/01 by Rebecca A little bit of command line can take you a long way. This post covers man pages, configuration files, $PATH, and related topics.
ConFoo! Posted on 2018/04/092018/03/29 by Rebecca A few notes from ConFoo Montreal 2018, which I had the great good fortune to attend.
Separating concerns with the Page Object Model Posted on 2018/03/262018/03/24 by Rebecca The process of revamping a simple WebdriverIO test to disentangle test logic and page interaction logic.