Our great sponsors
-
Rust was designed by people who wanted to bring proven concepts from research and functional languages into the mainstream, and, though it used to be more Go-like, it pivoted toward prioritizing being suitable as a more modern replacement for C and C++ about a year before v1.0 froze the language.
-
A type system rich enough to encode the typestate pattern so things which implement state machines (eg. HTTP) such as Hyper can turn that infamous PHP "Couldn't set header because the body has already begun streaming" error into compile-time errors like "No method 'set header' on type Response.)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
if you want to learn, unambiguously the best resource is "The Book": https://doc.rust-lang.org/book/