Skip to content

Commit

Permalink
Update resume-zh_CN.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreace committed Jun 24, 2020
1 parent 023d1c4 commit ead1cb7
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions resume-zh_CN.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,42 @@
\phone{(+86) 176-2803-5298} \textperiodcentered\
\github{https://github.com/Dreace}}

\section{\faUser\ 简介}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item 扎实的 Python 基础,熟悉文件 I/O、装饰器、基础数据结构
\item 熟悉 Socket 网络编程,了解 TCP、UDP、HTTP 等常用网络协议
\item 熟悉 Redis、MySQL 等数据库,了解 Shell 脚本编写、Linux 系统及常用命令
\end{itemize}

\section{\faGraduationCap\ 教育背景}
\datedsubsection{\textbf{中北大学}, 太原}{2017 -- 至今}
\textit{本科}\ 计算机科学与技术, 预计 2021 年 6 月毕业

\section{\faCogs\ IT 技能}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item 语言
\begin{itemize}
\item 熟练:Python、JavaScript(TypeScript)
\item 掌握:Golang、C/C++、Java
\end{itemize}
\item 平台: Windows(包括 WSL)、Linux
\item 工具:MySQL、Redis、Docker、React.js、Vue.js、Flask
\end{itemize}

\section{\faUsers\ 个人项目}
\datedsubsection{\textbf{NUC-Information-Backend}}{2018年8月 -- 至今}
\role{架构设计,系统功能实现}{Python,Golang}
\begin{onehalfspacing}
中北信息小程序后端,提供各类查询 API,https://github.com/Dreace/NUC-Information-Backend
\begin{itemize}
\item 每月调用 API 超过 30 万次,最高单日 API 调用 6 万次
\item 通过模拟登录,解析 HTML 等抓取信息
\item API 参数签名鉴权,并实现调用限流
\item 分模块自动加载,部分 API 启动加载失败不影响其他模块
\item 自动通过 GitHub 仓库代码构建 Docker 进行,并自动更新已部署容器
\item 使用消息队列将部分耗时错做异步执行
\item Web 框架选用 Flask,WSGI 选用 pywsgi,数据库选用 MySQL 并使用连接池提高性能,NoSQL 数据库选用 Redis\
用作缓存,消息队列选用 RabbitMQ
\end{itemize}
Expand All @@ -46,7 +68,6 @@ \section{\faUsers\ 个人项目}
\begin{itemize}
\item 提供成绩、课程表、图书馆藏书等信息查询服务
\item 累计用户超过 4 万,DAU 2 千,MAU 1.6 万
\item 每月调用 API 超过 30 万次
\end{itemize}
\end{onehalfspacing}

Expand All @@ -61,15 +82,6 @@ \section{\faUsers\ 个人项目}
\end{itemize}
\end{onehalfspacing}


\section{\faCogs\ IT 技能}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item 熟练:Python、JavaScript(TypeScript)
\item 掌握:Golang、C/C++、Java
\item 平台: Windows(包括 WSL)、Linux
\end{itemize}

\section{\faHeartO\ 比赛获奖}
\datedline{\textit{国赛三等奖(校内奖学金)}, 第九届蓝桥杯软件类C/C++程序设计大学B组}{2018 年 4 月}
\datedline{\textit{省赛一等奖(校内奖学金)}, 第十届蓝桥杯软件类C/C++程序设计大学B组}{2019 年 4 月}
Expand Down

0 comments on commit ead1cb7

Please sign in to comment.