How to create a blazing fast static website without Gatsby or JavaScript that meets all the Core Web Vitals... (more…)
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 »
GraalVM is a new open source project by Oracle which is trying to make Java VM an universal VM to run all the major languages. Before GraalVM, there were already few languages like Scala, Closure which targeted JVM as their runtime. This has been hugely s... (more…)
Read more »
ECMAScript/JavaScript engine in pure Go. Contribute to dop251/goja development by creating an account on GitHub. (more…)
Read more »
Are your JavaScript animations ruining page performance? Try creating this lightweight CSS and SVG animation instead, and keep your page load speed down. (more…)
Read more »