This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************* Android Privacy Policy ************** | |
https://gist.github.com/alphamu/c42f6c3fce530ca5e804e672fed70d78 | |
https://www.youtube.com/channel/UCkw4JCwteGrDHIsyIIKo4tQ //big data hadoop, | |
https://www.youtube.com/channel/UCwRXb5dUK4cvsHbx-rGzSgw //xml,javascript,uml,html,c,android,(php,java,c++-one video),mongo db | |
https://www.youtube.com/channel/UCUvwlMMaeppKPdtAK8PxO8Q //java web api,java message srvice | |
https://www.youtube.com/channel/UCJbPGzawDH1njbqV-D5HqKw //pyathon,linux,c++,c,html5,php,wifi security,java,android | |
https://www.youtube.com/channel/UCs6nmQViDpUw0nuIx9c_WvA //android,c#,c++,c,java,vb.net,python | |
https://www.youtube.com/watch?v=V2A8tcb_YyY&list=PLS1QulWo1RIZrmdggzEKbhnfvCMHtT-sA //c# omly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This document is for the Appasna team members only. Please do not share it with anyone else outside the appasna. Document includes the internal tools we use at appasna and helps onboard new developers in the team. | |
MAC OS Xcode download | |
https://stackoverflow.com/questions/10335747/how-to-download-xcode-dmg-or-xip-file | |
Install iterm2 | |
Download and install from here: https://www.iterm2.com/ | |
Install zsh | |
https://ohmyz.sh/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**************bash_profile****************** | |
export NVM_DIR="$HOME/.nvm" | |
. "/usr/local/opt/nvm/nvm.sh" | |
# Source a git completion script | |
if [ -f $HOME/.git-completion.sh ]; then | |
. $HOME/.git-completion.sh | |
else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knowladge | |
https://github.com/h5bp/Front-end-Developer-Interview-Questions | |
https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/javascript-questions.md | |
https://www.toptal.com/javascript/interview-questions | |
http://www.paulgraham.com/gh.html // great hackers | |
Javascript: | |
https://codeburst.io/javascript-wtf-is-es6-es8-es-2017-ecmascript-dca859e4821c | |
https://javascript.info/async | |
https://eloquentjavascript.net/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vim | |
vim ~/.bash_profile (file view, edit, save) | |
cat file path (for file view) | |
pwd (for path print) | |
Git | |
git co (brance name) check out branch | |
git co -b (new brance name) create new branch | |
git status | |
git diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.... react-native bundle --dev false --entry-file index.ios.js --platform ios --bundle-output ios/main.jsbundle | |
2.... react-native bundle --dev false --assets-dest ./ios --entry-file index.ios.js --platform ios --bundle-output ios/main.jsbundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
react-native bundle --assets-dest ./android/app/src/main/res/ --entry-file ./index.android.js --bundle-output ./android/app/src/main/assets/index.android.bundle --platform android --dev false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make | |
sudo apt-get update | |
sudo apt-get install ubuntu-make | |
umake android | |
# download android sdk | |
wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make a mobail config file in project | |
meteor add-platform android | |
export ANDROID_HOME="/home/piyush/Android/Sdk" | |
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools | |
meteor build ~/Home/AndroidAPP --server=192.168.0.111:3000 | |
keytool -list -keystore /Users/***/Documents/keystore/***.jks | |
keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore /Users/***/Documents/keystore/***.jks | openssl sha1 -binary | openssl base64 |