be-technical-interview-rust/README.md

23 lines
871 B
Markdown
Raw Normal View History

2024-10-17 14:27:08 +00:00
# Backend internal interview (rust) - basic-fixed
2024-10-17 14:46:24 +00:00
> [!NOTE]
2024-10-17 14:27:08 +00:00
> Code simply **works as expected**
> It is not be able to **process multiple metrics in parallel** yet.
> A full refactoring has to be done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc).
2024-10-17 14:28:47 +00:00
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/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:
2024-10-17 14:37:22 +00:00
- [Basic fixed one](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed)
2024-10-17 14:05:05 +00:00
> A basic code review, fixed with minor and essential changes to work as expected.
2024-10-17 14:37:22 +00:00
2024-10-17 14:05:05 +00:00
> Tests are included for verification.
2024-10-17 14:37:59 +00:00
- [Improve one](/NewRelic/be-technical-interview-rust/src/branch/improved)
2024-10-17 14:05:05 +00:00