Explore >> Select a destination


You are here

morestina.net
| | ricardomartins.cc
12.4 parsecs away

Travel
| | UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types.
| | adventures.michaelfbryan.com
13.2 parsecs away

Travel
| | One of the first things I learned when programming professionally is that global variables are bad. We all take it for granted that its bad practice to write code that relies heavily on global state but the other day I was working with a 3rd party native library, and it reminded why these best practices come about. There are a couple factors which made this particular librarys use of global mutable state rather ugly to work with,
| | ricardomartins.cc
12.8 parsecs away

Travel
| |
| | www.shuttle.dev
95.3 parsecs away

Travel
| This article talks about how you can use Actix Web to write a web application, covering routing, middleware, static files and databases.