Sunday, December 31, 2017
Friday, December 29, 2017
Aws Code Pipeline
https://www.youtube.com/watch?v=TUFZGJMCBU0
https://www.youtube.com/watch?v=glVR2zjq1j4
https://aws.amazon.com/blogs/devops/continuous-delivery-of-nested-aws-cloudformation-stacks-using-aws-codepipeline/
https://www.mabl.com/blog/how-to-setup-ci/cd-with-aws-codepipeline
https://aws.amazon.com/blogs/devops/continuous-delivery-of-nested-aws-cloudformation-stacks-using-aws-codepipeline/
Wednesday, December 27, 2017
Monday, December 25, 2017
Sunday, December 17, 2017
Analytics
http://www.stride.io/docs#collect
https://www.woopra.com/docs/
https://looker.com/solutions/ecommerce
Amazon Mobile Analytics
Tuesday, December 12, 2017
gitflow vs github flow
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
http://endoflineblog.com/gitflow-considered-harmful
https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
https://guides.github.com/introduction/flow/
- Feature y depends on feature x and not it's branched of X
- How does it work with CI
- Multiple features need to be assembled to form a release
- very complex, need a tool to master on top of git-flow
Gitflow with source tree
https://www.youtube.com/watch?v=z53JJ7P78Vc
https://www.youtube.com/watch?v=eTOgjQ9o4vQ
- How does gitflow handle Multiple release branches at the same time
- How to handle feature branch based on master (may be use hot fix )
- Hot fix need to be merged to release, develop, master branches
- How to kill the develop branch and start from master
Popular coding challenge websites
https://www.hackerrank.com/work
https://codility.com/
https://www.testdome.com/
https://www.qualified.io/
https://coderbyte.com/
https://medium.freecodecamp.org/the-10-most-popular-coding-challenge-websites-of-2016-fb8a5672d22f
Friday, December 8, 2017
SNS , SQS , Push Notification
http://budiirawan.com/how-to-connect-amazon-sns-to-amazon-sqs-queues/
http://tech.zooplus.com/event-driven-using-aws-infrastructure-design/
https://www.infoq.com/articles/AmazonPubSub
https://hackernoon.com/applying-the-pub-sub-and-push-pull-messaging-patterns-with-aws-lambda-73d5ee346faa
https://www.pubnub.com/blog/2014-08-21-amazon-sns-pubnub-differences-pubsub/
- How to cancel the message?
Amazon AWS SQS( Simple Queue Service)
Receivers have to poll SQS to receive messages
Persistent Push Messages
https://blog.pusher.com/how-to-add-message-history-to-your-pusher-apps/
https://blog.pusher.com/smart-notifications-with-pusher-and-sendgrid/
Presence Channel
https://pusher.com/docs/webhooks
Presence events
Notify your application whenever a user subscribes to or unsubscribes from a Presence channel.
Push Notification Platform Comparison
http://blog.soom.la/2016/02/top-ten-push-notification-platforms-2016.html
https://www.apppartner.com/comprehensive-buyers-guide-push-notification-platforms/
https://medium.com/intuz/10-best-push-notification-tools-to-monetize-your-mobile-app-eb5e49fa166b
https://docs.pushwoosh.com/docs/send-push
https://documentation.onesignal.com/docs/customize-permission-messages
https://documentation.onesignal.com/docs/webhooks
https://docs.carnival.io/docs/setting-up-in-app-messaging
SQS:
- Long Polling
- Visibilty
Sunday, December 3, 2017
Subscribe to:
Posts (Atom)