Skip to content

Commit a266c2b

Browse files
committed
Add career section in about_me and link of linkedin profile
1 parent b4b5d9d commit a266c2b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ languages:
129129
url: "https://stackoverflow.com/users/5738112/ramsay"
130130
- name: twitter
131131
url: "https://twitter.com/foobar_ramsay"
132+
- name: linkedin
133+
url: "https://www.linkedin.com/in/ramsayleung/"
132134
- name: RSS
133135
url: "/en/index.xml"
134136
menu:
@@ -161,6 +163,8 @@ languages:
161163
url: "https://stackoverflow.com/users/5738112/ramsay"
162164
- name: twitter
163165
url: "https://twitter.com/foobar_ramsay"
166+
- name: linkedin
167+
url: "https://www.linkedin.com/in/ramsayleung/"
164168
- name: RSS
165169
url: "/zh/index.xml"
166170
menu:

content/zh/about_me_zh.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,21 @@ toc = true
1313

1414
## <span class="section-num">0x1</span> 主业 {#主业}
1515

16-
Ramsay 是位软件工程师,以写程序为业.<br/>
16+
Ramsay 是位软件工程师,以写程序为业, 曾经就职于蚂蚁金服,微信,现供职于AWS, 详见[Linkedin](https://www.linkedin.com/in/ramsayleung/)<br/>
1717

1818
推崇开源与动手精神,使用Emacs 与Linux 多年,喜欢动手折腾。 <br/>
1919

2020
写过 C++, Java, Javascript/Typescript, Rust这几种语言的生产代码,目前在[AWS S3](https://aws.amazon.com/s3/) 写Rust和Java养活自己,偶尔用[EmacsLisp](https://github.com/ramsayleung/emacs.d) 为自己的工作流写小工具,喜欢用 Python 做自动化,使用 Ruby on Rails 写 Web <br/>
2121

22+
在职业生涯,作为核心开发深度参与开发&设计的产品:
23+
- 微信支付[委托代扣](https://pay.weixin.qq.com/docs/merchant/products/entrusted-payment/introduction.html)
24+
- [S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html)
2225

2326
## <span class="section-num">0x2</span> 写作 {#写作}
2427

2528
从16年开始在博客上写博文,期间经历过多次迁移,但大多时候,博客的读者都只有我自己。 <br/>
2629

27-
博客还有一个对应的英文博客,名为「In pursuit of Simplicity」,主要是记录一些英文写作与感悟的平台。 <br/>
30+
博客还有一个对应的英文版本,名为「In pursuit of Simplicity」,主要是记录一些英文写作与感悟的平台。 <br/>
2831

2932
> Simple is Beautiful <br/>
3033

0 commit comments

Comments
 (0)