DEV Community

Discussion on: What technologies are you currently learning?

Collapse
 
ryhazerus profile image
Ryhazerus

Rust, gRPC, and Google's Protobuf. Building a generic sensing platform that can support any sensor technology using any protocol for an IoT project. Loving the contract-based system Google's Protobuf provides for gRPC. It makes working with hundreds of IoT devices MUCH simpler and standardized. Rust also makes running threads on an embedded system fantastic seeing how its thread and memory safe.

Honestly its the first time I'm actually using Rust for a real production application but so far so good, I would recommend it to anyone looking to try out a new systems programming language!