Reading Lists
https://bitbar.com/blog/things-you-should-know-about-appium/
https://www.howtogeek.com/412055/37-important-linux-commands-you-should-know/
https://blog.realkinetic.com/load-testing-with-locust-part-1-174040afdf23
Best of js
React Native
https://hackernoon.com/react-native-performance-do-and-dont-1198e97b730a
https://shift.infinite.red/react-navigation-drawer-tutorial-a802fc3ee6dc
https://medium.com/@austinhale/building-a-mobile-app-in-10-days-with-react-native-c2a7a524c6b4
https://codeburst.io/25-react-native-tutorials-5b613e3f46ac
https://medium.com/@jonlebensold/getting-started-with-react-native-redux-2b01408c0053
https://blog.bitsrc.io/11-react-native-component-libraries-you-should-know-in-2018-71d2a8e33312
https://medium.com/@wwayne_me/let-s-drawing-charts-in-react-native-without-any-library-4c20ba38d8ab
https://blog.usejournal.com/persisting-user-authentication-in-a-react-native-app-778e028ac816
Serverless
https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44 https://hackernoon.com/building-a-serverless-rest-api-with-node-js-and-mongodb-2e0ed0638f47 https://medium.freecodecamp.org/a-crash-course-on-securing-serverless-apis-with-json-web-tokens-ff657ab2f5a5 https://github.com/dipjyotimetia/serverless-workshop https://seed.run/blog/testing-your-serverless-app https://www.fernandomc.com/
Install node modules from terminal
sudo npm install -g appium --unsafe-perm=true --allow-root
Open the terminal and type :
export ANDROID_HOME=/Applications/ADT/sdk
Add this to the PATH environment variable
export PATH=$PATH:$ANDROID_HOME/bin
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home
export PATH=$PATH:$JAVA_HOME/bin
mac permission
sudo chown -R $(whoami) /Users/dipjyoti.metia/node_modules