An Introduction to Codemods: Refactoring JavaScript with JavaScript
Refactoring is an inevitable part of software development. However learning to write codemods basically gives you refactoring superpowers. (more…)
Read more »
So in my post Is this evil? I covered a way of tracking users with CSS. While
thinking about those weird ways of using the web I also started thinking about pushing live data to clients
without JS. Or at least maintaining a connection.
So… Read more