Advent of JavaScript
24 JavaScript Challenges for the Season
Accessibility Myths
A small project debunking common accessibility myths.
The HTML video
element needs to go back on the drawing board
We’ve had the HTML
video
element for over a decade. Yet, everyone still defaults to embedding YouTube frames instead of hosting their own videos. The underlying problem is that thevideo
element isn’t suitable for embedding short video files on webpages.
https://www.ctrl.blog/entry/html-responsive-video.html
How To Maintain A Large Next.js Application
In this article, Nirmalya discusses some of the complex problems that he faced while building and maintaining large Next.js applications. He always explains how these problems can be solved by using various tools.
https://www.smashingmagazine.com/2021/11/maintain-large-nextjs-application/
How JavaScript engines achieve great performance
In this article, we’re going to look closer at a few techniques that different JavaScript engines use to achieve good runtime performance.
https://blogg.bekk.no/how-javascript-engines-achieve-great-performance-fb0b36601557
Follow me on Twitter: @martinkr.
Photo by Alex Kulikov on Unsplash
Top comments (0)