Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yance Week2 #20

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Yance Week2 #20

wants to merge 30 commits into from

Conversation

yance-zhang
Copy link
Collaborator

No description provided.

@@ -9,5 +9,17 @@
- Can you do the job? (technical skills)
- Are you good fit for the team (soft skills)
- Do they like you (Interest)
-
Dear xxx:
I have found your recruitment information from Eleduck.com. I`m writing to apply front-end developer at your company. I believe my four years of front-end development
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I`m -> I'm
apply front-end developer -> apply the front-end developer position

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

four years of front-end development experience make me a great candidate for this job

I have structured an e-commerce platform in which I do the front-end development independently. This project made me proficient in Vue.js/Vue-router/Vuex/Element UI.
In my secondary work experience at Yitu Tech which is an artificial intelligence company, I was responsible for developing and iterating the product named Face Platform.
Face Platform used React and some related skills such as Redux/Ant Design/Redux-saga/Hooks on the front-end development.
I believe my experience makes me more suitable for this job. I`m a professional skilled front-end developer who can resolve efficiently in development. And I am a good
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • makes me more suitable -> makes me very suitable (not comparing with others, so no need to use "more")
  • I`m -> I'm
  • resolve problems efficiently

In my secondary work experience at Yitu Tech which is an artificial intelligence company, I was responsible for developing and iterating the product named Face Platform.
Face Platform used React and some related skills such as Redux/Ant Design/Redux-saga/Hooks on the front-end development.
I believe my experience makes me more suitable for this job. I`m a professional skilled front-end developer who can resolve efficiently in development. And I am a good
team worker with a positive attitude.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

team worker -> team player

Face Platform used React and some related skills such as Redux/Ant Design/Redux-saga/Hooks on the front-end development.
I believe my experience makes me more suitable for this job. I`m a professional skilled front-end developer who can resolve efficiently in development. And I am a good
team worker with a positive attitude.
I can do a great job in this position. And the remote opportunity offered by this position is exactly what I`m looking for. I can improve the team`s efficiency, enrich the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I`m -> I'm
  • team`s efficiency -> the efficiency of the team


```
When I first joined my present company, I was responsible for a difficult task that reconstructed The Customer Marketing
Management System in 40 days. This task gives me a lot of pressure because I know nothing about this system. Nevertheless,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This task gave me a lot of pressure because I knew nothing about this system

```
When I first joined my present company, I was responsible for a difficult task that reconstructed The Customer Marketing
Management System in 40 days. This task gives me a lot of pressure because I know nothing about this system. Nevertheless,
we succeeded to deployed the system on time. Under the pressure, I made a clear plan: First I needed to be familiar with
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to deployed -> to deploy


I once had a problem with cascader from Element UI, the cascader`s options are async data from the backend service. When
I need to show the option that has already been selected, because the cascader was not triggered to fetch async data,
it has no alternative option items, and you can not show the selected data from the service. I spent a lot of time fixing it,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I spent a lot of time trying to fix it

@chuanjin chuanjin added this to the Camp1w2 milestone Oct 21, 2021
@@ -7,18 +7,41 @@
## Teamwork

- Talk about a time when you had to work closely with someone whose personality was very different from yours.

There was a time that I need to work with my co-workers closely. He was a short-tempered person, and it was not easy
to accomplish the project with him.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened next? How did you solve the problem?

- Give me an example of a time you faced a conflict while working in a team. How did you handle that?

I had a conflict with the product manager about the double dialogs, he wants to open a new dialog in the current dialog.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wants -> wanted

- Give me an example of a time you faced a conflict while working in a team. How did you handle that?

I had a conflict with the product manager about the double dialogs, he wants to open a new dialog in the current dialog.
I think it is unnecessary to use a dialog because the second dialog only shows one sentence. It is more appropriate to use
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

past tense here rather than present tense

- Describe a time when you were the resident technical expert. What did you do to make sure everyone was able to understand you?

I start by understanding the skill orientation of the participants and try to describe the technical solution as easy to understand.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will try to learn more about the participants' technical background and skill orientation, and then try to describe ... ...

@@ -35,3 +35,16 @@ You will be responsible for designing and developing a project, mainly focusing
### Personal Qualities

As a software engineer, it is highly important that you have a flexible and solution-oriented approach. You are communicative and strongly driven. Furthermore, you are result-oriented and want to work towards concrete goals to contribute to the team's success. We believe you are an analytical team member and well experienced within an information presentation. You will be a can-do attitude and are not afraid of taking responsibility to solve tricky problems. It is meritorious if you have an interest and experience in new technology.

Dear:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cover letter is supposde to be in Google Docs for review, I think you can sync with the main branch to see the latest instructions.
https://github.com/eleduck/eleduck-camp/blob/main/courses/w2/task5.md

- How to update the latest commit message in your local repo?
git fetch origin master:master_temp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To update the commit message, we just need git commit --amend

@@ -6,6 +6,13 @@
# Writing - Vue Basics

- What are the conditional directives?
v-if
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VueJS provides a set of directives to show or hide elements based on conditions. The available directives are: v-if, v-else, v-else-if and v-show

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants