Skip to content

JD of Senior Java Developers [Mobile 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 mobile-frontend-component to backend components and structuring the mobile-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 Java Developers [Mobile Frontend] and Junior Java Developers [Mobile Frontend] beside
  • mentoring Junior Java Developers [Mobile Frontend]
  • doing interviews to Junior Java Developers [Mobile 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