George Treviranus·Jan 10, 2021Run code when an element’s attribute changesIt’s nice to have event listeners for events on elements, but how do you listen for something like an attribute changing?
George Treviranus·Jan 2, 2020“How the F do I add a JS pipeline to a Jekyll website,” you ask?The most burning question of the 2020s, right here.A response icon1A response icon1
George Treviranus·Oct 20, 2019Handling Document Direction with a Handy Sass MixinAccounting for document direction can be frustrating. So, with inspiration of my coworkers, I made my own sass mixin.
George Treviranus·Sep 15, 2019Interacting with the DOM in JS, the BasicsHere’s a quick run-down of simple but easy methods to manipulate a web page using vanilla JavaScript.
George Treviranus·Apr 13, 2019No-brainer Polyfill Solution for Single Page ApplicationsLet’s stop punishing users in modern browsers, m’kay?
InScribd Data Science & Engineering BlogbyGeorge Treviranus·Feb 27, 2019Common Accessibility Pitfalls for Single Page Apps — and How to Avoid ThemManaging page focus and updating meta content on your SPA will provide a more rich experience for users browsing with assistive technologyA response icon1A response icon1
George Treviranus·Apr 6, 2018Debugging strategies I wish I knew as a web development newbieconsole.log( ) all the things.
George Treviranus·Feb 24, 2018On Practicing Empathy in the Work Place to Enhance Digital ProductsI’ve been watching a great YouTube channel lately, run by Mattias P Johansson (formerly at Spotify), called Fun Fun Function. A couple…
George Treviranus·Jan 5, 2018Create simple React component libraries with WebpackThere are a lot of great options and ways you can modularize your js applications these days, and one of my new favorites is bundling…
George Treviranus·Oct 30, 2017Company Culture: It Matters More Than You ThinkLet’s be real: work is maybe 20% of your job. What about the rest?