Our great sponsors
-
For Java, the best place to start would be the University of Helsinki's MOOC for Java, https://java-programming.mooc.fi/.
-
For Rust, you can use both The Rust Programming Language book – which is amazing in every way, and completely free online at https://doc.rust-lang.org/book/ – and Rust by Example, found at https://doc.rust-lang.org/rust-by-example/, which is meant for more experienced programmers but once you're into the Rust book then it does become useful.
-
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.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Stepping up the YAML engineer game
- learn by doing vs learn by course?
- Idiomatic/tidy way of interrogating a Result and an Option and conditionally executing code?
- I want to learn to learn many languages but I want my main language and only language (for a while like a year or two) to be python, (other languages I want to learn are c++ and rust) is it smart to stick mainly to python and only to python in the beginning, or is it a dumb idea?
- How to avoid moving in Rust when operator = used ?