Sunday, February 28, 2016

Monday, February 22, 2016

Monday, February 15, 2016

iOS In-app Purchase






https://www.safaribooksonline.com/library/view/mastering-ios-development/9781771372015/

Credits:









Sunday, February 14, 2016

Saturday, February 13, 2016

Android Setup



After 3 Years back on Android development, setup my local environment







Issues with JDK 8.0 so have to install jenv and down grade the JDK to 7.0


http://hanxue-it.blogspot.com/2014/05/installing-java-8-managing-multiple.html

brew install https://raw.githubusercontent.com/entrypass/jenv/homebrew/homebrew/jenv.rb echo 'eval "$(jenv init -)"' >> ~/.zshrc


brew cask install java7

jenv add /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home
jenv add /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home
jenv local oracle64-1.7.0.80
jenv rehash
java -version



Saturday, February 6, 2016

Logging tools Evaluation : SumoLogic






https://www.elastic.co/webinars/introduction-elk-stack

http://blog.takipi.com/the-7-log-management-tools-you-need-to-know/


https://sematext.com/logsene/index.html (ELK)


https://logentries.com/

https://www.loggly.com/


https://www.reddit.com/r/devops/comments/2moubk/logging_tools_logstash_vs

https://www.sumologic.com/



Subdomain-or-subdirectory


https://www.quora.com/Subdomain-or-subdirectory-which-one-is-better-for-SEO


finally Landed on SumoLogic





Choosing Sentry for SPA Monitoring





Wednesday, February 3, 2016

Exploring Graph Database














Books


https://www.safaribooksonline.com/library/view/graph-databases-2nd/9781491930885/#toc



Client

Nodejs
 https://github.com/philippkueng/node-neo4j

Drives

http://stephenmuss.com/using-seraph-as-a-neo4j-client-in-nodejs/

http://www.oodlestechnologies.com/blogs/Using-Neo4j-with-Express-NodeJs


Good Example

http://neo4j.com/docs/stable/cypherdoc-cypher-vs-sql.html

http://neo4j.com/docs/stable/cypher-cookbook-multirelational-social-network.html