The one where I’ve shed a bit of technical debt| dbushell.com
The one where I set the record straight on my AI usage| dbushell.com
Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. CORS also relies on a mechanism by which browsers make a "preflight" request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers tha...| MDN Web Docs
The one where I nosey through rather telling git commits| dbushell.com
The one where I roll my own accounting software| dbushell.com
The one where I compare frameworks (boo!) and libraries (yay!)| dbushell.com
A proposal to add signals to JavaScript. Contribute to tc39/proposal-signals development by creating an account on GitHub.| GitHub
Writing about the big beautiful mess that is making things for the world wide web.| blog.jim-nielsen.com
One of the key features of web components is the ability to create custom elements: that is, HTML elements whose behavior is defined by the web developer, that extend the set of elements available in the browser.| MDN Web Docs