Tag: javascript

The State of the JavaScript Ecosystem: From Runtime Revolutions to the Future of Polyfills

The JavaScript landscape is undergoing a period of intense architectural introspection. As the web platform matures, the tools we use to build it are shifting from incremental improvements to foundational rewrites. From the high-stakes migration of the Bun runtime to the ongoing debate over the necessity of polyfills, the community is currently defining the next […]

Another Stab at the Perfect CSS Pie Chart… Sans JavaScript! | CSS-Tricks

Recently, Juan Diego Rodríguez published an excellent article exploring how far CSS can be pushed to build a semantic and customizable pie chart while keeping JavaScript to a minimum. Citing Juan himself: In this article, we’ll try making the perfect pie chart in CSS. That means avoiding as much JavaScript as possible while addressing major headaches that […]

Back To Top