I'm going to keep going on about this until everyone I know joins =)
https://app.daily.dev/squads/optimizelytech
Please join my #Optimizely community on daily.dev great place to share articles and insights into the platform
I'm going to keep going on about this until everyone I know joins =)
https://app.daily.dev/squads/optimizelytech
Please join my #Optimizely community on daily.dev great place to share articles and insights into the platform
Building a dedicated space on daily.dev for all things Optimizely! 🚀
Experimentation, CMS, or Commerce—join our squad to stay ahead of the curve. Let’s learn and grow together!
Join here: https://app.daily.dev/squads/optimizelytech
You don't need an audio file to create a metronome click!
Built this entirely with Web Audio API oscillators.
5 lines of code, exponential envelope, zero file overhead.
Here's how:
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! 👇
Building a drumming app taught me: JavaScript timers SUCK for audio.
After 30 seconds at 180 BPM, setInterval drifts noticeably off-tempo.
The fix? Web Audio API's "schedule ahead" pattern. Here's how it works: 🧵
You can now add operators to classes you didn't write.
Want to "add" two Workshop objects or combine Paths with a +? Use static extension operators in .NET 10.
Stop scrolling through thousand-line event logs.
Sort your Kubernetes events by timestamp to see exactly what just broke. It’s the fastest way to spot a CrashLoopBackOff or a failed mount.