In this JavaScript tutorial I'll be showing you how to use the matchMedia() function in JavaScript - which can be used to detect web browser screen sizes and OS dark or light mode. (more…)
Read more »
Take a deep dive into building reactive Rails applications with Hotwire Turbo and only a pinch of custom JavaScript. This article compliments the RailsConf 2021 talk by Vladimir Dementyev. (more…)
Read more »
JSCPP - A simple C++ interpreter written in JavaScript...
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »
If you're looking for a hackable and programmer-friendly blog engine, stay here we are sharing the best JavaScript open source blog engine. (more…)
Read more »