Skip to content

Read the Tea Leaves

Software and other dark arts, by Nolan Lawson.

  • By Nolan Lawson
  • Based in United States of America
  • Roughly eight posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 11
2023 8
2024 2

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Bugs I’ve filed on browsers
I think filing bugs on browsers is one of the most useful things a web developer can do. When faced with a cross-browser compatibility problem, a lot of us are conditioned to just search for …
On , by Nolan Lawson, 1,772 words
Web component gotcha: constructor vs connectedCallback
A common mistake I see in web components is this: class MyComponent extends HTMLElement { constructor() { super() setupLogic() } disconnectedCallback() { teardownLogic() } } This setupLogic() can be just about anything – subscribing to …
On , by Nolan Lawson, 317 words
2023 book review
Compared to previous years, my reading velocity has taken a bit of a nosedive. Blame videogames, maybe: I’ve put more hours into Civilization 6 than I care to admit, and I’m currently battling Moblins and …
On , by Nolan Lawson, 834 words