Meanwhile, on the Internet...

Subscribe via RSS
  1. 13 Jun, 2018

    GitHub Is Microsoft’s $7.5 Billion Undo Button

    Here’s the great Paul Ford with a great breakdown of what git and Github actually are. Much like his epic What Is Code? article, he’s able to translate the world of geeky programming stuff into something that’s palatable and entertaining […]

  2. 13 Jun, 2018

    Your Brain on Front-End Development

    Here’s Chris with a wonderful walkthrough of how his frontend developer brain looks at a design comp. It’s extremely insightful When confronted with a design comp, My brain tends to gravitate towards some of the non-obvious implementation solutions. In other […]

  3. 13 Jun, 2018

    Inclusive Components – Cards

    Here’s Heydon Pickering with a metric ton of great advice about creating accessible, flexible, robust card components.

  4. 11 Jun, 2018

    Vue.js or React ? Which you would chose and why?

    This response to the question “Vue.js or React” is interesting and thoughtful.

  5. 07 Jun, 2018

    How To Ask For Advice Over Email

    Holy shit I think I need to add this to my contact page. When I redesigned my site, I redesigned the contact page to make the user do a bit of work to get my contact info. It sounds counter-intuitive, […]

  6. 07 Jun, 2018

    Presentational and Container Components

    Dan Abramov talks about a convention for structuring React components, which resonates with me very much. I talked about how I tend to be frustrated with a lot of the React demos, projects, and boilerplates I come across: In a […]

  7. 01 Jun, 2018

    React.js Introduction For People Who Know Just Enough jQuery To Get By

    Related to Sarah’s post about migrating from jQuery to Vue, there was a great post a while ago about migrating from jQuery to React.

  8. 01 Jun, 2018

    Replacing jQuery With Vue.js: No Build Step Necessary

    I absolutely love this article by Sarah Drasner about replacing jQuery with Vue.js. We need more articles like this. “Here’s how to replace the once-new hotness with the new hotness.” I’ve been neck-deep in React-land for a while, and I’m trying […]

  9. 29 May, 2018

    Presentational and Container Components

    In my post about struggling to learn React, I talk about how I’ve been frustrated by a lot of examples, tutorials, and projects where presentation code and business logic are all kludged together. I’d love to see projects that feature […]

  10. 29 May, 2018

    Torching the Modern-Day Library of Alexandria

    Absolutely fascinating read about the fate of Google’s project to archive the world’s books. It’s a story of ambition and legal jujitsu.

  11. 29 May, 2018

    The Slow Death of Internet Explorer and the Future of Progressive Enhancement

    Regardless of how perfectly formed and well-written your code, sometimes things break through no fault of your own, even in modern browsers. If you’re not actively testing your site, bugs are more likely to reach your users, unbeknownst to you. […]

  12. 23 May, 2018

    My Struggle with Testing Code – daverupert.com

    I know that unit testing logic and functional/integration testing DOM manipulation is different. But again, there’s a gulf in my mind between expect(page.title).toBe(‘hello world’) and “Make sure this doesn’t fuck up when resizing Internet Explorer 10 between 720px and 800px.” Source: My […]

  13. 22 May, 2018

    Shop Talk Show: CSS in JS Edition

    Chris and Dave weigh in on some of the hot drama that happened after I tweeted a joke about CSS-in-JS.  Before I did that, I also hastily linked to a podcast where wrote a few quick thoughts about some of […]

  14. 21 May, 2018

    Identifying, Auditing, and Discussing Third Parties

    Here’s Harry with a great process for identifying third-party scripts that wreak havoc on performance. Note that while he discusses bytes and bits, these problems are mainly political. The attitude in which you approach a process like this makes all […]

  15. 18 May, 2018

    Learning React: Is This ES6 or React?

    I posted about my struggle to learn React, and I talked about how ES6 and React travel together, and it’s hard to untangle things. This post does a good job of dividing what convention belongs to React and what belongs […]

  16. 18 May, 2018

    Hail the maintainers

    This is a very good read about our collective infatuation with “innovation.” The authors argue that maintenance is just as — if not more — important than innovation. Entire societies have come to talk about innovation as if it were […]

  17. 17 May, 2018

    The Simplest Web Site That Could Possibly Work Well

    Love this post from Zach, reminding us that websites don’t have to be a gigantic pile of dependencies and complexity.

  18. 17 May, 2018

    How to Take Criticism

    How to Take Criticism Ask yourself: Is this helpful or not helpful? Translate. Stay curious. Hang in there until you receive actionable feedback. Very good read about how to take criticism in your work.

  19. 15 May, 2018

    txt.fyi

    This is the dumbest publishing platform on the web. Write something, hit publish, and it’s live. There’s no tracking, ad-tech, webfonts, analytics, javascript, cookies, databases, user accounts, comments, friending, likes, follower counts or other quantifiers of social capital. The only practical […]

  20. 09 May, 2018

    A response “my Struggle to learn react” – andrewingram – Medium

    Here’s a great response to my My struggle to learn React post from Andrew Ingram. He addresses each point one by one, which I find to be really helpful. Source: A response “my Struggle to learn react” – andrewingram – […]