
Welcome to ForgeStream, the IDVerse engineering blog.
This is where the IDVerse engineering team shares insights, experiments, and hard-earned lessons from
building cutting-edge identity verification technology.
Our focus? Rust—the language we rely on to build fast, reliable, and secure systems.
You'll find deep dives into the Rust ecosystem, explorations of software engineering concepts,
and the occasional tangent into tools, frameworks, and best practices that shape our work.
Whether you're a Rustacean, a systems programming enthusiast, or just someone who enjoys a peek under the hood of modern identity tech, ForgeStream is for you. Expect real-world examples, practical takeaways, and the occasional spicy take on software design.
Want to chat? Find us on GitHub or LinkedIn.
Latest Posts
-
Using OpenCV and NdArray in Rust
How to mix OpenCV and NdArray to leverage Rust's strong type system in image processing code.
Written by Ross Canning
Date:Topics: rust
-
Phantom Types and Phantom Data 👻
Demystifying phantom types.
Written by Antoine Büsch
Date:Topics: rust
-
Taming concurrency in rust whilst keeping footguns at bay
Rust's blazing speed comes at a cost, systems and API's often can't keep up, whether that be rate limiting or limited throughput availability. This article provides a flexible and agnostic solution to controlling concurrency.
Written by Zak Stucke
Date:Topics: rust