How to create neat online books with mdBook (Rust Crate)

mdBook is a very easy to use (even for non-programmers) command line tool and Rust crate that can be used to create very clean, mobile friendly online books, using Markdown files. It’s very similar to Gitbook but written in Rust. If you dislike the whole corporate structure BS behind Gitbook and/or you just want a… Continue reading How to create neat online books with mdBook (Rust Crate)

Rust Programming Language: From 0 to publishable, well-documented Crate

As software projects grow in size and/or time, organization and documentation of code becomes increasingly important. We humans tend to forget things and keeping track of an entire program structure naturally becomes more and more difficult as the project evolves. By grouping related functionality and separating code with distinct features, it is easier to find… Continue reading Rust Programming Language: From 0 to publishable, well-documented Crate

Automate Ubuntu startup for increased productivity

This is going to make you more productive. Simply create a bash script that opens all the stuff you usually open up one after another when you start your PC. Example: Instead of running this from the command line like the example above, I prefer to and just double click it with my mouse whenever… Continue reading Automate Ubuntu startup for increased productivity