2018-05-18
> Rewriting javascript into rust with wasmWasm (Web Assembly) is a new technology allowing people to use languages other than javascript inside browser. Wasm allows to not only use another languages but also creates possibility to improve performance. Rust programming language is currently heavily investing in easy deploying wasm applications. I decided to try rewrite my javascript front-end script with Rust and wasm and see what is possible.
2018-04-19
> Writing tests for Unity gamesIn my day job I am mostly a game developer. Most game projects are probably writing tests for back end, but what about front end? What kind of tests can you write? I am using Unity3D as game engine, and it has recently added something called Unity Test Runner. I have tried it recently and here are the results.
2018-03-15
> [idea] crates.io - sort by direct downloadI was looking on most downloaded crates on crates.io the other day and I noticed something interesting. Most downloaded crates are not the most popular crates. I posted an issue on crates.io repository, but I also wanted to add it here.
2018-03-14
> Rust crates I useThis is an introduction of few crates I used in the past and that I found very useful.
2018-03-07
> C# vs RustAfter using Rust for a few months, it is currently my favorite programming language. It is really different from other languages, and has a lot of innovative ideas. I am using mostly C# at my work and I often wish I could use some of the features that Rust have. In this blog post, I will try to explain what features I would love to have in C#. Features that Rust already have implemented.