website: tweak value props

This commit is contained in:
Yangshun Tay 2020-07-19 13:52:29 +08:00
parent 3cbac459e9
commit c2784e75b9
2 changed files with 28 additions and 32 deletions

View File

@ -28,6 +28,24 @@ Unlike typical software engineer job interviews, front-end job interviews have l
While there are some existing resources to help front end developers in preparing for interviews, they aren't as abundant as materials for a software engineer interview. Among the existing resources, probably the most helpful question bank would be [Front-end Developer Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions). Unfortunately, I couldn't find many complete and satisfactory answers to these questions online, hence here is my attempt at answering them. Being an open source repository, the project can live on with the support of the community as the state of web evolves.
## Why do I want this?
### Go From Zero to Hero
Go from zero to front end interview hero with this handbook. No prior interview experience needed.
### Back to Basics
Learn to walk before you learn to fly. While React, Vue and Angular are cool, make sure you also know your fundamentals.
### Community Effort
The best thing about Open Source is that the community vets the contents, so you can be sure the answers here have been proofread by many.
## Who is this for?
Anybody who wants to land a job at a tech company for a front end role and is looking to make sure they don't stumble on the basic questions. To be frank, I revise the answers here from time to time as well!
---
<div align="center">

View File

@ -89,46 +89,24 @@ function Home() {
<div className="col">
<h3>From Zero to Hero</h3>
<p>
Go from zero to tech interview hero with this handbook. No
prior interview experience needed.
Go from zero to front end interview hero with this
handbook. No prior interview experience needed.
</p>
</div>
<div className="col">
<h3>Curated Practice Questions</h3>
<h3>Back to Basics</h3>
<p>
No one has time to practice a few hundred LeetCode
questions. We tell you which are the best questions to
practice.
Learn to walk before you learn to fly. While React, Vue
and Angular are cool, make sure you also know your
fundamentals.
</p>
</div>
<div className="col">
<h3>Interview Cheatsheet</h3>
<h3>Community Effort</h3>
<p>
Straight-to-the-point Do's and Don'ts during an interview.
Knowing these, the battle is already half won.
</p>
</div>
</div>
<div className="row margin-vert--lg">
<div className="col">
<h3>Practical Algorithm Tips</h3>
<p>
Practical tips for every algorithm topic - common
techniques and corner cases to look out for.
</p>
</div>
<div className="col">
<h3>Behavioral Questions</h3>
<p>
Check out what behavioral questions companies commonly ask
and you can prepare your answers ahead of time.
</p>
</div>
<div className="col">
<h3>Tested and Proven</h3>
<p>
Countless engineers have gotten their dream jobs with its
help.
The best thing about Open Source is that the community
vets the contents, so you can be sure the answers here
have been proofread by many.
</p>
</div>
</div>