Explore >> Select a destination


You are here

limpet.net
| | thomascountz.com
11.2 parsecs away

Travel
| | Checkout Ownership in Rust, Part 1.
| | theburningmonk.com
13.9 parsecs away

Travel
| | Learn to build production-ready serverless applications on AWS
| | ricardomartins.cc
8.2 parsecs away

Travel
| | Rust gives us good tools to achieve interior mutability in a thread-safe way without much effort. More than that, it does so in such a way that the borrow checker will have our backs most of the time, so we can't shoot ourselves in the feet.
| | skiplang.com
93.7 parsecs away

Travel
| One of my biggest frustration when I try to learn a new language (Rust, Elm) or work on a language that I haven't touched in a while (OCaml, C++, PHP) is around syntax. I know what I want to write and I have an approximate idea of how it should be written but don't exactly get it right.