URL WTFs
Property based testing leading to unexpected URL discoveries
Dec 14, 20259 min read11

Search for a command to run...
Articles tagged with #javascript
Property based testing leading to unexpected URL discoveries

Some Takeaways from AI-assisted Rescript Exploration

Elm is a delightful language for building reliable web applications. It's a language that gets compiled to JavaScript and so is used to build applications that run in a web browser. In this post, we're going to explore different ways of starting an E...
While creating new JavaScript projects, I've found that I need to add Prettier to each one of them. Prettier is an awesome opinionated code formatter, with good enough defaults that I almost never need to configure it. It just works, and it looks goo...