DEV Community

Cover image for 5 Articles every WebDev should read this week (#48)
Martin Krause
Martin Krause

Posted on • Updated on

5 Articles every WebDev should read this week (#48)

Advent of JavaScript

24 JavaScript Challenges for the Season

https://www.adventofjs.com/


Accessibility Myths

A small project debunking common accessibility myths.

https://a11ymyths.com


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 the video 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


Subscribe to the weekly modern frontend development newsletter


Latest comments (0)