NEW courses available! Our Rust Self-Paced Training bundle has 2 new courses. View New Curriculum →
Ardan Labs

Rust
Blog Posts

Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a id nisi.

Subscribe to our Newsletter

By signing up you get access to our FREE Training Bundle, Technical Tuesday releases, Special Offers, & Notifications on our latest content.

Posts tagged with "Rust"

From Google Project to Job-Market Staple Containers are everywhere. Orchestration is no longer optional. But is Kubernetes truly a must-have skill or just another buzzword in the job hunt? Just as autocomplete reshaped how we code, Kubernetes has …
Meet Our New Rust Instructor — Nathan Stocks We’re excited to welcome Nathan Stocks to the Ardan Labs team as our newest Rust Instructor, joining our Rust program led by Herbert Wolverson. Nathan brings a wealth of experience and a contagious …
With no access to critical DB metrics, a fintech team faced serious transaction latency. Ardan Labs embedded engineers directly into their team—cutting insert delays by 90% and leaving behind scalable systems and sustainable performance practices.
To meet strict compliance demands while scaling fast, a growing AI startup brought in Ardan Labs engineers to co-build secure, cloud- and airgap-ready infrastructure—accelerating delivery without sacrificing ownership or momentum.
How Ardan Labs’ embedded engineers helped a telecom company build a high-throughput, cross-cloud data platform in Go and gRPC—integrating with teams, enabling full observability, and delivering production-ready systems across AWS, GCP, and on-prem Kubernetes.
Ardan Labs embedded engineers to lead a complex API integration for a fast-growing SaaS company—delivering the solution early without impacting the internal team. The work boosted user engagement and gave the client a scalable, maintainable integration.
Ardan Labs embedded engineers to build a real-time CRM sync platform—eliminating data silos, streamlining onboarding, and enabling the client to scale with confidence.
How Ardan Labs helped a telecom company integrate a Rust-based vector database with their .NET AI infrastructure—unlocking high-performance RAG without changing existing tools.

Jan 13, 2025

Rust

Taking place at Rust Nation UK. In this workshop, you will: Write C libraries and call them from Rust, Write Rust code and call it from C, Automate binding generation and more.

Dec 5, 2024

rust training

Introduction: Welcome to Episode 7 of the Fearless Concurrency in Rust series! In this final episode, we explore advanced concurrency techniques that enable efficient, scalable, and robust multithreaded applications in Rust. The focus is on …

Nov 21, 2024

rust training

Introduction: Welcome to Episode 6 of the Fearless Concurrency in Rust series! In this episode, we explore the powerful concept of ARC (Atomic Reference Counting) and its critical role in managing shared resources in multithreaded Rust programs. By …

Nov 8, 2024

rust training

Introduction: Welcome to Episode 5 of Fearless Concurrency in Rust! In this episode, Herbert Wolverson dives into advanced concurrency tools, focusing on RwLock for managing simultaneous reads and writes and the powerful concept of interior …

Oct 29, 2024

rust training

Introduction: As you embark on the journey from C or C++ to Rust, you’ll discover a world of exciting possibilities. Rust’s emphasis on safety, concurrency, and performance can significantly enhance your programming toolkit. This …

Oct 25, 2024

rust training

Introduction: Welcome to Episode 4 of Fearless Concurrency in Rust! In this episode, we explore how Rust’s ownership and borrowing rules impact multithreaded programming, focusing on the complexities of managing memory in a concurrent environment. …

Oct 10, 2024

rust training

Introduction: Welcome to Episode 3 of the Fearless Concurrency series! In this episode, Herbert explores advanced threading techniques in Rust, focusing on scoped threads and the Rayon library to help developers build more efficient and parallelized …

Sep 26, 2024

rust training

Introduction: Welcome to Episode 2 of the Fearless Concurrency in Rust series! In this episode, Herbert Wolverson dives into the fundamentals of threading in Rust, demonstrating how to use Rust’s threading capabilities effectively while maintaining …

Sep 12, 2024

rust training

Introduction: In Episode 1 of the Fearless Concurrency in Rust series, Herbert Wolverson introduces the foundational concept of threads in programming, tracing their origins and evolution while demonstrating how Rust handles concurrency in a safer, …

Aug 6, 2024

rust rustlang LLM AI

Introduction LibreQoS is an open source project for monitoring and providing quality-of-experience for Internet Service Providers (ISPs) and large networks. It runs as a “middle-box”, monitoring traffic that passes through it. It recently …

May 23, 2024

Rust

This is a high-performance, customizable 3-day training for corporations. It covers Rust programming from basics to advanced topics, focusing on memory, safety, concurrency, and asynchronous models.

May 23, 2024

Rust

This is a high-performance, customizable 3-day training for corporations. It covers Rust programming from basics to advanced topics, focusing on memory, safety, concurrency, and asynchronous models.
Are you considering enrolling in a Rust training program but are unsure what to look for? Here at Ardan Labs, we have solidified what makes a good and effective training program for our students of all levels. We would like to share our industry …

May 20, 2024

rust training

Introduction: Join Herbert in an insightful discussion on concurrency, where he tackles the complexities of data races and how various programming languages address them: Understand the crucial role of recognizing data races in concurrent programming …

May 13, 2024

rust training

Introduction: Delving into the intricate realm of type coercion, Herbert’s insights offer invaluable guidance for Rust developers grappling with the complexities of data type conversions: Learn the art of clearly indicating intent in code, a …
At Rust Nation UK, Lars Bergstrom – director of engineering at Google – announced the results of Google’s foray into using Rust. Rust was a great success – and the study’s key points underline Rust’s remarkable efficiency in real-world projects. …

May 3, 2024

rust training

Introduction: Delving into the intricate realm of type coercion, Herbert’s insights offer invaluable guidance for Rust developers grappling with the complexities of data type conversions: Gain insights into the nuances of type coercion, a …

Apr 29, 2024

rust training

Introduction: Delving into the critical issues of overflow and underflow, Herbert’s insights offer valuable takeaways for Rust developers: Rust’s static analysis capabilities enable early detection and prevention of overflow and underflow …
Effective Training Methods Are you eager to explore Rust programming but unsure where to begin? Explore practical applications and effective training methods for your journey of learning Rust. Rust, renowned for its safety, performance, and …

Apr 22, 2024

rust training

Introduction: Exploring the critical issues of “use after free” and “use after move,” Herbert’s insights offer a valuable understanding to Rust developers: Rust’s ownership system acts as a powerful safeguard against …
Rust’s Standout Features Are you considering learning a new programming language but unsure where to start? Look no further than Rust. In this article, we’ll delve into the compelling reasons why Rust is worth your investment of time and …

Apr 15, 2024

go training golang rust

Introduction: Rust’s memory safety features are advantageous to Rust developers because they: Ensure robust protection against buffer overflows and underflows, enhancing the reliability and security of software. Empower developers to manage …

Dec 3, 2023

Rust

We are hosting a Workshop by our instructor Herbert Wolverson at Rust Nation, the first UK conference dedicated to the Rust language. Join hundreds of Rust developers for three exciting days of Rust talks, training and workshops.

Mar 8, 2023

rust training

with Cheikh Seck Introduction This is the first in a series of posts that will explore the Rust programming language. I am going to take the same approach I did with Go and write little programs that explore the different features of the language. …