Wednesday, November 30, 2016
Sunday, November 27, 2016
Turbolinks related
https://changelog.com/posts/why-we-chose-turbolinks
This is the 2nd blog-post i noticed that mentions using Turbolinks with Phoenix. And they also chose Turbolinks over current JS frameworks like React, Angular.
The previous one - http://psjp-learn.blogspot.in/2016/07/phoenix-turbolinks-as-replacement-for.html
This is the 2nd blog-post i noticed that mentions using Turbolinks with Phoenix. And they also chose Turbolinks over current JS frameworks like React, Angular.
The previous one - http://psjp-learn.blogspot.in/2016/07/phoenix-turbolinks-as-replacement-for.html
Microservices Migration: Lessons Learned
https://medium.com/technology-learning/microservices-migration-lessons-learned-f84166ec7eb0#.spcg7hoj8
Apart from the content of the blogpost, it has useful links to other articles.
Apart from the content of the blogpost, it has useful links to other articles.
Saturday, November 26, 2016
Monday, November 14, 2016
Wednesday, November 9, 2016
Monday, November 7, 2016
.Net related - Jason Robert - Microsoft MVP and Author's Blog
http://dontcodetired.com/blog
- this seems to be a blog to follow
- this seems to be a blog to follow
Sunday, November 6, 2016
The Difference Between Throttling and Debouncing
https://css-tricks.com/the-difference-between-throttling-and-debouncing/
Above link shows a nice demo of how many Scroll Events are generated when using Nothing vs Throttling vs Debouncing
Above link shows a nice demo of how many Scroll Events are generated when using Nothing vs Throttling vs Debouncing