Category: Coding

  • How The Hacker Who Saved The Internet Redeemed Himself

    How The Hacker Who Saved The Internet Redeemed Himself

    I read a fascinating story in Wired about Marcus Hutchins, a hacker who used lessons from years of writing malware to save the Internet from WannaCry, only to come to terms with his past misdeeds at the height of his success.

  • How Wes Bos built his new site

    How Wes Bos built his new site

    I’ve followed Wes Bos for a couple years now. I bought several of his courses, and look forward to when I have time to do his Beginner JavaScript — Learn JavaScript from Scratch course. He recently rebuilt his personal site using Gatsby.JS, and published both a post and a video explaining how he did it:…

  • Couples who code together

    Couples who code together

    My talented wife has been learning to code. Specifically, she’s been learning front-end web development, starting with HTML and CSS. One of her projects as part of a coding bootcamp she joined is to build a basic site with the HTML and CSS she’s learned. She experimented with a CSS-powered dropdown menu on her project…

  • The missing piece in my Python scripts

    The missing piece in my Python scripts

    My quest to automate parts of my workflows usually involves writing Python scripts to streamline some of my tasks as a Happiness Engineer. One output has confused me for far longer than it should have, and I was shown the light today (in the form of a pretty simple solution). My dilemma Many of my…

  • Two more Firefox Dev Tools tips for inactive CSS and tracking changes you make

    Two more Firefox Dev Tools tips for inactive CSS and tracking changes you make

    If you spend a fair amount of your time in your browser’s page inspector examining and tweaking CSS, then you’ll probably find these two sets of features in the Firefox Page Inspector to be really helpful. Track changes you make Firefox Developer Tools offers a great way to track CSS changes we make while testing…

  • The Chrome browser inspector has a very cool feature

    The Chrome browser inspector has a very cool feature

    I primarily use Firefox Developer Edition as my day to day browser. I use the excellent Firefox page inspector several times a day to troubleshoot issues for our customers, and write CSS for a variety of tweaks on sites that I use. As much as I enjoy using the Firefox browser inspector, I noticed a…

  • Owning your tweets

    Owning your tweets

    I really like how Zach Leatherman has taken control over his tweets, and is sharing them on his site with some great analytics. He provides some insights into how he’s taking his tweets, and republishing them on his site in his post “I’m Taking Ownership of My Tweets” – I fully expect my personal website…

  • A CSS Grid refresher with Mozilla

    A CSS Grid refresher with Mozilla

    I really like CSS Grid for layouts. My challenge is that I tend not to use it all that much in my day-to-day work (I provide a fair amount of CSS support, but it tends to be focused on narrower issues), so I don’t practice it all that much. Then, when I return to CSS…