I recently built Sazerac to address a problem that I often run into when writing JavaScript tests. I’ve found that in order to create a…...
Read more »
Learn how to use the Object.defineProperty API to create lazy values and speed up the time it takes for your application to load. (more…)
Read more »
A lot of JavaScript programmers seem to think that functional programming is simply writing bare functions without classes. But that’s… (more…)
Read more »
keyboardEvent.key compatible key codes with Typescript Definitions. - ashubham/w3c-keys... (more…)
Read more »
Fable Web Components Web Components allow us to create custom HTML elements with custom behavior. HTML was originally designed primarily for documentation purposes with some form controls. Then by using CSS we developers attempt to style the page and give... (more…)
Read more »