add practice/interview, update changelog

pull/522/head
sunface 3 years ago
parent a28859338c
commit c8e13d6fa5

@ -193,7 +193,7 @@
- [代码开发实践 todo](practice/best-pratice.md)
- [日志记录 todo](practice/logs.md)
- [可观测性监控 todo](practice/observability.md)
- [面试经验 doing](practice/interview.md)
<!-- - [如何实现一个链表 todo]() -->
- [Rust性能剖析 todo](profiling/intro.md)

@ -0,0 +1,13 @@
# 面试经验 doing
其实这一章节的处境有些尴尬Rust 虽然在世界范围有点小名气,但是在国内目前还处于开荒阶段,因此至少就公开招聘而言,岗位并不多。
但是既然号称最佳实践,少了面试,总觉得会缺少些什么,由于现在还没有太多的经验可以参考,我们选择先从网上摘选些文章分享给大家,**但仅供参考,具体还要大家自己来辨别**。
> 感谢 [Kasper4649](https://github.com/Kasper4649) 的章节提议和资源分享
- [记一次 Rust 技术面试](https://zhuanlan.zhihu.com/p/411979704)
- [飞书 Rust 实习](https://blog.kuangjux.top/2021/10/22/飞书Rust实习面试/)
- [字节跳动 Rust/C++ 实习](https://www.nowcoder.com/discuss/538078)

@ -4,7 +4,7 @@
## 2022-03-04
- 新增专题: [手把手带你实现链表](https://course.rs/linked-list/intro)
- 新增章节: [最佳实践 - 面试经验](https://course.rs/practice/interview.html)
## 2022-03-03

Loading…
Cancel
Save