Oliver's Reading List
Over the years I’ve come across a number of documents that I think are excellent, for various reasons. Some deal with development, some deal with thinking, some deal with motivation, some deal with...
Over the years I’ve come across a number of documents that I think are excellent, for various reasons. Some deal with development, some deal with thinking, some deal with motivation, some deal with...
I’ve heard some great things about the Pencil framework, and the examples on the Pencil website look pretty compelling. Lets give it a try and see how it stacks up against Iron and Nickel! Time to ...
This is part 3 of the Great Rust Web Experiment. See Part 1 about Iron, and Part 2 about Nickel, and how it compares to Iron. In short, I’ve built the same relatively small web-application in Rust ...
This is part 2 of the Great Rust Web Experiment. For Part 1 see here. I’m building the same relatively small web-application in Rust using both Iron and Nickel, in order to get a feel for both fram...
After having dealt with far too much PHP, and finding python frameworks like Django and Flask ultimately unsatisfying, I’ve decided to try using Rust. The two big contenders at the moment seem to b...
I’ve been getting into Rust recently, and have been extremely impressed with the language, just as a language. However, most of my code ends up in a web application, and thus far Rust has failed to...