Articles
Rust: Type Concealment With Any Trait and FnMut
While working on machine-tree I found that Rust has a very powerful arsenal when it comes to dynamic programming and hiding type information.
TypeScript Type Game: Builder Pattern to Build A Validation Framework
One of the useful arts in type-oriented programming is the utilization of a type system to safeguard business logic. Today, we are going to experiment with TypeScript to find out how deep the type system can be involved in safeguarding business logic.
Toward Robust
What I strongly feel to be the essence of robust after years of gory struggle for robustifying software, countless philosophical discussions, and meditations.
Bare minimum of an easy to manage system
Changing a system is easy, keeping it sane is not. This is the bare minimum to treat it as a system and keeping it easy to manage.
Parallels of Antifragility in Software Space
A term for things that gain from stress. How would the idea of antifragile fit into the software space?