vibe coding Featured Building Scoundrel with ~Vibes~ This is a story about vibes. A story about the world we're in, where "anyone can be a developer." A story about the magic of vibe coding. If you're not familiar with the concept of vibe coding it is, at its core, a fancy
javascript Publisher/Subscriber Pattern Today we look at the wonderful Publisher/Subscribe pattern, what it can be used for, and how to implement a basic version in Javascript!
javascript Javascript: Immutable Collections - Maps Immutability in Javascript is underrated. Let's build another immutable construct so we can take advantage of it!
javascript Javascript: Immutable Collections - Lists I love immutability. There. I said it. I'm a Java and Javascript developer who LOVES immutable constructs. If I had it my way both languages would be immutable by default. Both would have better support for functional constructs and declarative programming. Both would be more like Kotlin. But
javascript Javascript: FizzBuzzFactory Solving katas can be fun. Sometimes, though, they can drive you insane.