Frameworkism isn't delivering. The answer isn't a different tool, it's the courage to do engineering.
Frameworkism isn't delivering. The answer isn't a different tool, it's the courage to do engineering.
I spent Tuesday and Wednesday at the Connect.Tech conference. My biggest takeaways were around improving my development practices, but here’s an overview of all the sessions I attended.
Good article on using `...` in javascript
I’ve found myself wanting to check if a webpage supports webmentions while internetting, so I made a bookmarklet for it.
You can switch things around. Instead of adding lots of event handlers to lots of elements, you can add one event handler to the root element. Then figure out whether the element that just got clicked is special or not.
This is a good short article on JS event handling.