ericanaglik / cracking-the-coding-interview-prep

Working through the cracking the coding interview book, solving interview problems in javascript
11 stars 2 forks source link

Do some research! #1

Closed kevin-meyers closed 4 years ago

kevin-meyers commented 4 years ago
kevin-meyers commented 4 years ago

Look up what a front end engineer does: The difference between the general term "programmer" and specific term "front-end engineer" is simply the domain where one's knowledge exists.

Today that means someone who writes HTML, CSS, and JavaScript and knows the various APIs that browsers expose.

https://css-tricks.com/interviewing-front-end-engineer-san-francisco/

kevin-meyers commented 4 years ago

Look up what a ui/ux engineer does: Its a Front-End Engineer who sits on a cross-functional design team and helps facilitate collaboration between design and engineering

UXEs possess the skill-set of a Front-end Engineer but with working knowledge of UX design principles. Their primary domain focuses on the design/UI component layer of an application and steers away from the middleware layer between front-end and back-end development.

https://dev.to/emmawedekind/ux-engineering-3hem

kevin-meyers commented 4 years ago

UI/ UX designer: A UX designer needs to know how to execute, facilitate and analyze research and data, [and] UI designers need to know composition and graphic design and have a knack for palettes, typography and branding in order to make an interface shine and have its own identity

Not programming, just the mockups and stuff from what i can tell

kevin-meyers commented 4 years ago

Big companies dont differentiate between front end and not, all called SWE internships letting you Once you pass the hiring bar and move into host matching, you can tell your recruiter that you prefer a front end role. But, there isn't a separate position for this.

Here are some questions front end interviewers got that werent front end related:

kevin-meyers commented 4 years ago

Here are some better questions:

https://frontendmasters.com/books/front-end-handbook/2018/practice/interview-q.html

kevin-meyers commented 4 years ago

CSS questions:

kevin-meyers commented 4 years ago

HTML questions:

kevin-meyers commented 4 years ago

Good work on the book girl!