From 22f48c63b43299cc6a6471784225eebd13f540a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=B1=BC=E7=9A=AE?= <592789970@qq.com> Date: Thu, 22 Jan 2026 18:54:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[GitHub=20Global]=20Translate=20=E7=BC=96?= =?UTF-8?q?=E7=A8=8B=E5=AF=BC=E8=88=AA/=E7=BC=96=E7=A8=8B=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=95=85=E4=BA=8B/=E6=B1=82=E8=81=8C=E9=9D=A2?= =?UTF-8?q?=E7=BB=8F/=E5=B8=AE=E6=94=B9=E7=AE=80=E5=8E=86=EF=BC=8C?= =?UTF-8?q?=E5=8F=91=E7=8E=B0=E4=BA=86=E4=B8=80=E4=BA=9B=E9=80=9A=E7=97=85?= =?UTF-8?q?=EF=BC=81.md=20to=20en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../folder/folder/document.md | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 translations/en/Programming-Navigation/folder/folder/document.md diff --git a/translations/en/Programming-Navigation/folder/folder/document.md b/translations/en/Programming-Navigation/folder/folder/document.md new file mode 100644 index 00000000..b63e033a --- /dev/null +++ b/translations/en/Programming-Navigation/folder/folder/document.md @@ -0,0 +1,75 @@ +# Helping with Resumes, Found Some "Common Problems"! + +Hello everyone, I'm Yupi. Recently, I helped members of **Programming Navigation** revise their resumes and discovered some common issues. I'd like to share these with everyone so you can check if you have similar situations. + +### 1. Project Descriptions are Too Long + +Let me show you the project experience section from one resume: + +![](https://www.codefather.cn/image-20220308122946234.png) + +How do you feel when you see this? + +Obviously, the project introduction takes up **too much** of the project experience section! You spent so much time describing all the project features, but you were only responsible for one small module?! + +If you weren't responsible for the other work, why mention it so much? Won't it be awkward if the interviewer asks you how certain features were implemented and you can't explain? + +![](https://www.codefather.cn/image-20220308131412899.png) + +In resumes, interviewers are more interested in **what you were responsible for, what you did, and how you solved problems using your technical and design skills**. As for the project introduction itself, one or two sentences hitting the core points is enough, focusing on content related to your work - the rest can be elaborated during the interview. + +### 2. Work Descriptions are Too Vague + +Would you believe it? I found identical content in the work descriptions of several resumes! + +For example: + +![](https://www.codefather.cn/image-20220308123957025.png) + +Looking at the [Responsibilities] section above, you might feel like it says something, yet says nothing at all. + +In other words, these sentences (completed xx) could be copied and pasted to any project! Right? + +Interviewers can't tell what you actually did in the project, they'll only feel that you're being perfunctory. + +So, don't write responsibilities too vaguely. Even if you did many things, you can pick highlights to discuss. + +### 3. Too Straightforward + +Besides the previous point, many students' project experience sections are too straightforward, basically just stating used xx technology to do xx, like: + +![](https://www.codefather.cn/image-20220308130044691.png) + +For regular companies or internship positions, this might be enough. But if you're aiming for big tech companies, this resume appears too "ordinary." + +If possible (and if you've actually done it), don't just list technologies and work plainly. Instead, use cases to demonstrate your technical skills, design abilities, and initiative. + +For example: Due to numerous project modules and complex call chains, chose to refactor the project using the Chain of Responsibility design pattern, making module responsibilities clearer and the project more extensible. + +You can follow this **formula**: To solve xx problem, used xx technology to implement xx, achieving xx results. + +### 4. Unprofessional Word Choice + +Every word in your resume reflects your level of expertise. + +Many students use casual wording in their resumes, like "I used the axios library to complete database queries." + +We all know that axios is a frontend request library that can interact with the backend to implement data queries and management. + +But the above expression isn't clear and concise enough, and might make interviewers wonder: Do you really know what axios is? Have you actually worked with backend integration? + +Therefore, ensure every word in your resume is accurate and unambiguous. Also, try to minimize colloquial content - instead of saying "used xx technology to do xx," say "implemented xx based on xx technology." + +### 5. Lack of Focus + +I know some students who know multiple technologies like Python, Java, and frontend, and their resumes include projects from various directions, but without specifying "Job Objective" at the beginning. This makes it impossible for me to know what kind of position they're looking for. + +It's not that knowing many technologies or listing them on your resume is bad. But there should be a focus - for example, if you're looking for a Java position, put Java projects at the top and use more space to introduce them. I also recommend determining your direction as early as possible before job hunting, rather than ending up knowing a little bit of everything but excelling at nothing. + +## Join Programming Navigation + +More content is available when you join Programming Navigation, welcome everyone: + +[👉🏻 Click here to join Programming Navigation](https://yuyuanweb.feishu.cn/wiki/SDtMwjR1DituVpkz5MLc3fZLnzb) + +![Scan WeChat QR code to get coupon and join](../../../image/join_us.png) \ No newline at end of file From f15686ce430910bc1b4d5aeb113e58bc632065b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=B1=BC=E7=9A=AE?= <592789970@qq.com> Date: Thu, 22 Jan 2026 18:55:35 +0800 Subject: [PATCH 2/2] [GitHub Global] Add language switcher to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c6e7c5a9..2253b4ea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ permalink: / > > 本站地址:[https://codefather.cn](https://codefather.cn) +## 🌐 Translations + +[English](./translations/en/README.md) + +--- + + ## 本站内容 - [编程学习路线](/学习路线)