First Mentorship Session
Previous Deliverable Able to download APK via React Native CLI, to try doing so via using: Expo - Git EAS account and template (https://docs.expo.dev/build-reference/apk/) Areas to explore: How to build backend - mobile app interact with backend server e.g. AWS To code in Typescript and include testing CI/CD, understand whole pipeline (Github) Compile & Build Test Push to EAS Write pull request Issue - glenn/<> For React Native, Everything in 1/mono repo - frontend and backend Review of Code and Documentation To understand code, usually read test first to get insights For authentication, beware of man in the middle attack/SQL injection For SQL Query, recommended not to use LIKE for exact match. Use "=" For take-home assignment, ask clarifying question e.g. areas to test on, and areas not covered, how well-designed certain features should be e.g. Can I implement from scratch, can i use the secure way or the not so secure way Documen...