10 Cool CodePen Demos from March
https://alvaromontoro.com/10-cool-codepen-demos/2026/03/

Really impressive CSS Art, even more impressive custom selectors, new feature showcases, electronic "dash battles", scroll-driven animations... and more!

#css #html #javascript #webdev #codepen

10 Cool CodePen demos

10 Cool CodePen demos from March 2026

Staff Security Software Engineer at Lime

Lime is hiring Staff Security Software Engineer

ESLint v10.2.0 released

https://mander.xyz/post/49943458

ESLint v10.2.0 released - Mander

Lemmy

Oh, the irony! ๐Ÿคฆโ€โ™€๏ธ In a digital age where your toaster probably has a higher IQ than you, people still need guidance on enabling #JavaScript and #cookies. ๐Ÿช๐Ÿ”ง Congratulations, youโ€™ve outsmarted a pop-up!
https://www.wordsfromeliza.com/p/fake-fans #digitalage #irony #techhumor #popups #HackerNews #ngated
Fake Fans

into the digital marketing agency that creates your music taste

words from eliza
Understanding Audio Frequency Analysis in JavaScript: A Guide to Using AnalyserNode and getByteFrequencyData

Learn how to analyze audio frequency data in JavaScript using AnalyserNode and getByteFrequencyData. Perfect for building visualizers and VU meters.

Deconstruct - A Blog From the Makers of Pipe

#Development #Overviews
What to know in JavaScript 2026 ยท ECMAScript, frameworks, runtimes, build tools, testing, npm https://ilo.im/16bwb5

_____
#EcmaScript #JavaScript #TypeScript #Runtimes #Bundlers #Frameworks #Npm #DevOps #WebDev #Frontend #Backend

What To Know in JavaScript (2026 Edition) โ€“ Frontend Masters Blog

An overview of what's new in language features, frameworks, runtimes, build tools, testing, and more.

Rails on the BEAM

0 comments

Lobsters

Theme Development for Ghost

In my never ending quest to become the "Master of Nothing", I recently picked up some skills (and thoughts) with yet another blogging platform.

https://www.closingtags.com/blog/ghost

#javascript #ghost #html #handlebars #nodejs

Theme Development for Ghost

In my never ending quest to become the "Master of Nothing", I recently picked up some skills (and thoughts) with yet another blogging platform.

Cool trick: How to make ONE drum sample sound like TWO different drums

I played with playbackRate in Web Audio API and it's surprisingly effective at making different tones

No expensive sample libraries needed! ๐Ÿ‘‡

#WebDev #Audio #JavaScript

Quick JavaScript debugging trick:

Instead of console.log(myVar), try:

console.log({myVar})

It wraps the value in an object with the variable name as key. So instead of seeing:

> 42

You see:

> {myVar: 42}

Saves so much time when you're logging multiple values. Works in every browser.

#JavaScript #WebDev #CodingTips

ร—