InLevel Up CodingbyDr. Ashish BamaniaSorry Python Programmers But You Are Missing Out On These 5 Astonishing Rust Features!“1. Support For Inline Assembly”Jan 28, 202412Jan 28, 202412
InLevel Up CodingbyJorge LunaMicroservices in Rust with GraphQL and Cap’n ProtoMy introduction to microservices in RustDec 31, 20201Dec 31, 20201
Omprakash SridharanRust multi module microservices Part 2 — Workspace dependenciesBefore we delve into the sub-crate modules, let’s add a few crates that are common to the workspace and can be shared among all the crates…Jun 26, 2023Jun 26, 2023
Omprakash SridharanRust multi module microservices Part 3 — DatabaseLet’s start with our first common module which will be fairly basic and provide a good base to start dealing with our database. Open the…Jun 26, 2023Jun 26, 2023
Omprakash SridharanRust multi module microservices Part 4 — Kafka with AvroIn this article, we will set up the Kafka crate with a generic producer and consumer capable of producing and consuming data in the Avro…Jun 26, 2023Jun 26, 2023
Omprakash SridharanRust multi module microservices Part 5 — CommonEvery workspace can have multiple application crates that can have some common utility functions, constants, models/structs for HTTP…Jun 26, 2023Jun 26, 2023
Omprakash SridharanRust multi module microservices Part 6 — Books APII hope you’ve reached this point, and now we’ll begin creating our first microservice application: a books HTTP REST API with a single…Jun 26, 20231Jun 26, 20231
Omprakash SridharanRust multi module microservices Part 7 — Books AnalyticsWe are so close to the end and just one more step to configure a service that consumes the created book. Update the Cargo.toml of…Jun 26, 2023Jun 26, 2023
Omprakash SridharanRust multi module microservices Part 8 — The conclusionThe entire code that we wrote until now is available for reference here. Let’s run our code !Jun 26, 2023Jun 26, 2023
Omprakash SridharanRust multi module microservices Part 1 — IntroductionHey folks, welcome to a mini-series of articles in which I continue my Rust learning journey, aiming to share knowledge and enjoyment…Jun 26, 2023Jun 26, 2023