Given a fictional app you are given 3 columns painted a dashboard where you have UI interface + API layer + Database Layer: draw the UI + list the API functionalities + structure the database
Anónimo
Know your thing: UI (be aware of how an UI is composed... differnt technologies will have differente approaches but usually UIs Are hierarchical) + API logic is programming (including design patterns) + DB is Data structure and how they may differe from SQL and NoSql