Lessons learned on writing web applications completely in Rust

This blog post is an update to the preceeding article “A web application completely written in Rust” and summarises the projects progress… Read more

Similar

Rust Tips and Tricks

Rust is a programming language that is geared towards speed and safety. Rust has gained a lot of adoption in the past few years and developers are loving it. Although there are numerous other systems programming languages, Rust is one of the very few alte... (more…)

Read more »

A case for Rust in deep learning

In this blog post, we'll explore the case for Rust in deep learning and why it may be a better option than Python. With its ability to handle complexity through safe and concurrent abstractions, Rust has the potential to tackle this field's biggest challe... (more…)

Read more »

Achieving warp speed with Rust

If you're looking to write fast code in Rust, good news! Rust makes it really easy to write really fast code. The focus on zero-cost abstractions, the lack of implicit boxing and the static memory management means that even naïve code is often faster than... (more…)

Read more »

Why Dark didn’t choose Rust

With the election in the state it is, I'm going to stop pretending that I can do work right now. So instead, I'll just milk the success of my last two posts and hope that none of you are really working right now either. As discussed in the two previous... (more…)

Read more »