Ryan Ferguson
-
Flake Factories
Apparently it's common practice to use randomly generated values in factory_bot factories. This should be avoided. It's good for generating flaky tests and not much else.
-
Buffer Tables for Background Jobs
A simple batching strategy for background jobs.
-
Random Boolean Network Patterns
A small project that creates mildly interesting visual patterns using random Boolean networks.
-
Custom Elements with Dependency Injection
Custom elements, a key feature of the Web Components standard, appear to be incompatible with the constructor injection pattern. But there's a way to make it work.