Today I learned
- JavaScript - (17)
- All tags
Web Sustainability Guidelines
The Sustainability Web Design Community Group announced the Web Sustainability Guidelines. It’s all about “how to design and implement digital products and services that put people and the planet first.”
Read moreView Transitions are coming (Astro 3.0)
View Transitions will soon be available in all major browsers and Astro is the first framework to support them.
Read moreHave you used Web Components?
Have you used Web Components? I have not and I wondered why. Dave Rupert has a lot on opinions why Web Components have not succeeded yet and in this post I summarize his blog post.
Read moreSecure JavaScript URL validation
Today I learned about a secure way to validate URLs in JavaScript
Read moreArray Sort modifies the original array
Today I learned, that when using the JavaScript sort() function on an array, it does not return a new array, but rather modifies the original one.
Read moreEfficiently load third-party JavaScript
Today I learned, how to efficiently load third-party JavaScript and share it on this post
Read more