8 followers
Have been coding for over 20 years, always on the lookout for new and exciting tech to tinker with. Current interests are Rust and building Generative AI tools.
Python's dynamic nature and support for duck typing have long been praised for their flexibility. However, as codebases grow larger and more complex,...
If you're new to Rust, you might have encountered enums and wondered what they're all about. In this post, we'll explore Rust enums, their uses, and...
In the rapidly evolving field of AI, Retrieval-Augmented Generation (RAG) has emerged as a powerful technique for enhancing the capabilities of large...
Hello, fellow Rustaceans! In this blog post, we'll dive into the world of generics in Rust. If you're coming from languages like Python or JavaScript,...
No matter the language, you'll be wrangling JSON eventually, here's how we do it in Rust · In this tutorial, we will explore the Serde...
Gain a deeper understanding of the concepts of Rust, vs copy/pasting code · Are you a software developer looking to dive into Rust? This blog post offers...