Skip to content

JD of Senior JavaScript Developers [Web Frontend]

Mohamed Hassan (JOSEPH) edited this page Apr 25, 2023 · 5 revisions
  • applying technical design tasks delivered to him/her via the Java Architect like connecting web-frontend-component to backend components and structuring the web-frontend-component's layers without mentioning details, also mention to him/her that this is a presentation concern which means that raw data came from backend, then he/she has to sort it here upon need to distribute the CPU load
  • adding new features to the system under construction and
  • doing code review to other Senior JavaScript Developers [Web Frontend] and Junior JavaScript Developers [Web Frontend] beside
  • mentoring Junior JavaScript Developers [Web Frontend]
  • doing interviews to Junior JavaScript Developers [Web Frontend]

Hint:

  • Structuring the component's layers => Organizing code files using directories (folders) in a good way following good mental model for following-up purposes and aligning with other teammates during the development phase.
  • Fetching data is based on data limiting techniques to avoid pagination over the large data volumes over the RAM directly and bringing it down AKA app crash. Lazy loading controlled technique AKA Fetching the data upon need.
Clone this wiki locally