Learn about the legacy, architecture, and methods used to reduce 48k lines of code to 10 as we take a deep dive into GitHub’s Javascript SDK. (more…)
Read more »
Oh sure, there are plenty of flaws in those packages though not even one in ten are anything to worry about... (more…)
Read more »
Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps... (more…)
Read more »
Proxies enable us to intercept and customize operations performed on objects (such as getting properties). They are a metaprogramming feature. (more…)
Read more »
One of the things that people are increasingly using these days to
deal with the issue of aggressive LLM and other web scrapers is
JavaScript based "proof of work" systems, where your web server
requires visiting clients to run some JavaScript to solve a ... (more…)
Read more »