Using Rust at a startup: A cautionary tale
Rust is awesome, for certain things. But think twice before picking it up for a startup that needs to move fast. I hesitated writing this post, because I don’t want to start, or get into, a holy war…
Stay updated with breaking news from Using Rust. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.
Rust is awesome, for certain things. But think twice before picking it up for a startup that needs to move fast. I hesitated writing this post, because I don’t want to start, or get into, a holy war…
Rust is awesome, for certain things. But think twice before picking it up for a startup that needs to move fast. I hesitated writing this post, because I don’t want to start, or get into, a holy war…
Rust is awesome, for certain things. But think twice before picking it up for a startup that needs to move fast. I hesitated writing this post, because I don’t want to start, or get into, a holy war…
Drogue Device project. Background A lot of embedded frameworks and RTOSs rely on procedural coding, "copy these source files into your tree" or a lot of manual connection of APIs to the runtime. Since We Are Red Hat (or IBM, or more specifically/historically "JBoss"), we like reusable components. And frameworks. They represent guardrails and provide guidance on how to build larger systems, we feel. Component Systems In enterprise software, component systems abound. There's Enterprise Java Beans, Actix, CDI, Vert.x, Node.js, Akka framework, Quarkus, Spring, etc. Many of these component syst...