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!
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!
Lime is hiring Staff Security Software Engineer
๐ง #c #golang #javascript #kotlin #ruby #swift #typescript #rubyonrails #securityengineer
๐ United States
โฐ Full-time
๐ข Lime
Job details https://jobsfordevelopers.com/jobs/staff-security-software-engineer-at-li-me-oct-15-2024-4378e9?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
ESLint v10.2.0 released
Excellent article explaining audio frequency analysis in #JavaScript

Learn how to analyze audio frequency data in JavaScript using AnalyserNode and getByteFrequencyData. Perfect for building visualizers and VU meters.
#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
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! ๐
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.
