Rust is a bit peculiar (in a good way) when it comes to many things, errors is one of them. So to add to the growing body of texts written on the topic of programming in rust, I have written this.
How to Error in rust
I explained a bit about handling errors in rust in a previous article. This was more of an exploration of what is possible and not necessarily what to do. I have programmed a bit more rust since then and want to present my oppinion on how to handle errors in rust.
The modern Web
I have recently started to learn about how to build web pages in a modern javascript everywhere kind environment. This is what I have found.
The modern Web
I have recently started to learn about how to build web pages in a modern javascript everywhere kind environment. This is what I have found.
Basics of computer programming Part 2: Programming Languages
The next part of computer programming, this time I shift the focus to programming languages, the main, but far from the only tool of the trade.