be-technical-interview-rust/README.md

22 lines
735 B
Markdown
Raw Normal View History

2024-10-17 14:33:44 +00:00
# Backend internal interview (rust) - improved
2024-10-17 14:27:08 +00:00
2024-10-17 14:33:44 +00:00
> It is able to **process multiple metrics in parallel**.
2024-10-17 14:34:38 +00:00
2024-10-17 14:33:44 +00:00
> A full refactoring done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc).
2024-10-17 14:27:08 +00:00
2024-10-17 14:33:44 +00:00
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/improved/CHANGES.md)
2024-10-17 13:59:21 +00:00
2024-10-17 14:05:05 +00:00
A **Refactor metric-consumer** task
[Home Task exercise description](Home-Task_exercise_interview_Rust.pdf)
There are several branches developed as proposal:
- [Basic fixed one](basic-fixed)
> A basic code review, fixed with minor and essential changes to work as expected.
> Tests are included for verification.
- [Improve one](improved)
- [Multiple input one](multi-input)