Skip to main content

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

https://bestofjs.org/

React Native

Serverless

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