I was introduced to Rust in 2018 and has been enamored since. Rust is a system programming language, much like C++. Unlike C++ though, being relatively new, its language design is more modern and sophisticated. Writing with can feel more like writing Type... (more…)
Read more »
I show how to implement event listeners and dependency injection using Rust's type system to avoid common errors in stringly-typed versions of these extensible architectures. (more…)
Read more »
Batch rename utility for developers. Contribute to yaa110/nomino development by creating an account on GitHub. (more…)
Read more »
I'm going to look at design patterns that enables easy code testability. Most of the code
I write at work is written in a traditional object-oriented language, and is almost
exclusively using the pattern known as Dependency Injection (DI). (more…)
Read more »