/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

corrode.dev
| | stackoverflow.blog
3.6 parsecs away

Travel
| | [AI summary] An in-depth look at why the Rust programming language is gaining popularity, focusing on its static typing, memory safety, and performance advantages over C, C++, and managed languages.
| | sakurakat.systems
4.1 parsecs away

Travel
| | Rust's v1.0 hit 10 year mark recently so I wanted to write about why I like, and prefer Rust over the other languages I've tried. The fact of the matter is that Rust's memory safety plays a smaller role than you'd expect.
| | andreabergia.com
3.3 parsecs away

Travel
| | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ?thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust.
| | www.javaadvent.com
18.8 parsecs away

Travel
| For years now, I have been testing Java and if there is a single statement to make about that activity, it is that there are many, many, many ways to test a Java Virtual Machine (JVM). From code reviews and static analysis, to unit and functional tests, through 3rd party application tests and various other [...]