 
      
    | You are here | dygalo.dev | ||
| | | | | nicolas-hahn.com | |
| | | | | Image differentiation in three languages | |
| | | | | adventures.michaelfbryan.com | |
| | | | | Have you ever been in a situation where, because of how the code is structured, it's practically impossible to inject a dependency into the component that needs it? Even global variables - ubiquitously reviled for their ability to do "spooky action at a distance" - weren't spooky enough. In this article, I'll share a technique I discovered while working on a WebAssembly-based CAD package that allows for dependency injection at link time. This technique is particularly useful when traditional dependency injection methods aren't available or practical. | |
| | | | | www.cosive.com | |
| | | | | The Rust programming language sent ripples through the programming community when it was first released in 2015, promising the blazing speed of lower-level programming languages without the accompanying sharp edges. Four and a half years on, many programmers still view Rust with a mix of intrigue and trepidation due to its appealing premise and notoriously difficult learning curve. We sat down with one of Cosive's Senior Developers, Sid Odgers, to talk about why he believes more programmers should take the plunge and learn Rust. | |
| | | | | www.java-tv.com | |
| | | This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable. | ||