应届生如何写好技术简历

1 背景介绍 我目前在蚂蚁金服-网商银行做后端开发, 因为在组内毕业时间最短(2年), 所以经常会被Leader当成免费的HR去找校招简历, 所以见过不少的简历(>100份), 把收到简历之后, 有时会给简历打分, 然后再给到老板. ...

三月 14, 2020 · 6 分钟 · 2890 字

rspotify has come to async/await

1 Preface Today, I am exited to introduce you the v0.9 release I have been continued to work on it for the past few weeks that adds async/await support now! 2 The road to async/await What is rspotify: > For those who has never heared about rspotify before, rspotify is a Spotify web Api wrapper implemented in Rust. With async/await’s forthcoming stabilization and reqwest adds async/await support now, I think it’s time to let rspotify leverage power from async/await. To be honest, I was not familiar with async/await before, because of my Java background from where I just get used to multiple thread and sync stuff(Yes, I know Java has future either). ...

二月 28, 2020 · 1 分钟 · 471 字

枪炮, 病菌与钢铁

1 前言 <枪炮, 病菌与钢铁>以一个新几内亚政治家耶利的问题展开,“为什么你们白人制造了那么多的货物并将它们运到新几内亚来, 而我们黑人却几乎没有属于我们自己的货物呢?”, 由此引出此书后续的的核心主题: ...

一月 4, 2020 · 6 分钟 · 2604 字

2019年总结: 人生如逆旅, 我亦是行人

1 前言 人总是健忘的, 所以在行走一段人生旅途之后, 总要不自觉地停下来, 整理下前段时间的得与失, 得大于失证明这段时间没有浪费, 欣喜之余, 准备下一段旅途; ...

十二月 26, 2019 · 5 分钟 · 2019 字

guava 探究系列之五:新类型容器

1 前言 JDK 提供了各种功能强大的工具类, 宛如装备齐全的军火库, 而容器就是其中一项内置的利器, 提供了包括诸多常用的数据结构, 下图对 JDK 已有容器进行了概括: ...

十二月 12, 2019 · 13 分钟 · 6433 字