Some great slides on the why and how of react-virtualized for rendering long/complex lists
March 2017Some useful techniques for animating elements without a hard-coded height. No perfect solutions unfortunately, but still useful in some situations
March 2017Neat trick using vmin measurement unit to make a more balanced header on large and small devices
March 2017Interesting notes on scroll performance across the browsers - I didn't realise they optimised to make scrolling multi-threaded
March 2017Useful reference showing which CSS properties will trigger repaints/layouts/etc if changed
March 2017Btw, taken from this excellent explainer series from @linclark
March 2017A list of code smells in CSS from Harry Roberts. Mostly agree with the ones listed, however I find some of the sentiments too strong (too much "never do this")
March 2017Massive list of resources for web design. Everything from accessibility to UX patterns
March 2017Short & simple practical introduction to CSS Grid
March 2017Great article on a "stretchy" navigation with submenus that expands/contracts based on viewport height (see demos for a better explanation). I can see this being useful for file tree UIs too
March 2017Nice article walking through usages of viewport height (vh) and viewport width (vw) units in CSS. Some useful explanatory examples
March 2017Always a sucker for Swiss Alps maps 😍 Climbed a handful for these :)
March 2017Another piece by @b0rk on job descriptions and how to write good ones. See another one of my links for the job description she ended up writing
January 2017Collection of (SVG based) patterns for use in hero UIs as a background
January 2017Demo showing CSS columns property, allowing newspaper-like columns with a couple of lines of CSS
January 2017Interesting tool to "write a letter" using HTML/CSS. Uses contenteditable & nice styling to format a "letter"
January 2017Utility site to view curated simple gradients. Useful for headers/hero UI patterns
January 2017Really great post on how to make a great team by @b0rk. Truthfully, it's more about being a great team member than being a manager and creating the team.
January 2017Invaluable post on the reflog and how to recover commits lost with git reset --hard
January 2017