
Optimizing Performance: How Our Extension Became Lightning Fast

Make debugging easier
There’s so many little tricks I’ve acquired over the years on making software easier to debug. If you don’t make any effort to make debugging easy, you’re going to spend unacceptable amounts of time debugging each issue, as your software gets more and more complex. You’ll be terrified to make changes because even a couple new ... See more
There’s so many little tricks I’ve acquired over the years on making software easier to debug. If you don’t make any effort to make debugging easy, you’re going to spend unacceptable amounts of time debugging each issue, as your software gets more and more complex. You’ll be terrified to make changes because even a couple new ... See more
Marcus • Marcus' Blog

The PARA Method: The Simple System for Organizing Your Digital Life in Seconds
Tiago Fortefortelabs.com
People think of browser extensions as brittle: a site changes its CSS selectors, and bam the extension breaks.
But I think the opposite: it's wild how *resilient* browser extensions often are!
Consider the context: I can extend any aspect of a webapp UI, with zero support or foresight by the original app devs... and it actually works?
I've built exten... See more
But I think the opposite: it's wild how *resilient* browser extensions often are!
Consider the context: I can extend any aspect of a webapp UI, with zero support or foresight by the original app devs... and it actually works?
I've built exten... See more