I use quite a few communication tools: Thunderbird, Skype, Teams, Slack, Zoom. All of them continuously running, eating up memory, so after a few days they need to be restarted.
This time closing all of them freed up 7Gb of RAM.
That's insane.
According to https://t.co/nVNf5jx6A8, Vue+Angular+React+Ember make up just about 2% of all websites (where it's known how the site is built).
So as much as 98% of the web isn't "JS framework" centric.
That doesn't mean no JS... jQuery is still on 75% of all sites.
This chart shows the counts of APIs by AWS service, grouped by the categories in the web console. It's interesting seeing how "large" some categories of the AWS ecosystem are that you may not have much knowledge of.
Reminders on things HTML _alone_ can do... text input with a dropdown list of suggestions, expandable sections of content with titles, progress bars, date and color pickers, clickable phone numbers...
https://t.co/0FAGkDCNdV
What an amazing morning!! I’m so happy and proud to announce I’ve published my first @Pluralsight course!
Want to learn how to build high-performance teams? Check out the course https://t.co/YpA2zbsZld
🔥 `globalThis` makes it easy to access the global `this` value in any JavaScript environment.
🤔 Surprisingly, polyfilling it correctly requires some arcane JavaScript wizardry.
🧙♀️ A horrifying globalThis polyfill in 100% universal JavaScript: https://t.co/dSjIdWyA5L