Sunday, February 25, 2018

Turbolinks related: InstantClick

InstantClick library -
http://instantclick.io/click-test 

Discussion in Turbolinks related to idea established in InstantClick library:
Prefetch Loading - https://github.com/turbolinks/turbolinks/issues/84
turbolinks "instantclick" - https://github.com/turbolinks/turbolinks/issues/313 

Barba.js - barba.js is a small (4.4kb minified and gzipped), flexible and dependency free library that helps you creating fluid and smooth transitions between your website's pages.
http://barbajs.org/index.html
https://www.smashingmagazine.com/2016/07/improving-user-flow-through-page-transitions/

Other related links:
https://news.ycombinator.com/item?id=12481969
https://github.com/Easyfood/pageAccelerator

https://caniuse.com/#feat=link-rel-preload
https://css-tricks.com/prefetching-preloading-prebrowsing/ 

Sunday, February 4, 2018

Ruby Metaprogramming related

Instance Methods, Class Methods, Singleton Methods.......
https://stackoverflow.com/questions/212407/what-exactly-is-the-singleton-class-in-ruby

Great video on Ruby Metaprogramming - multiple viewings essential
https://youtu.be/7D9wwPniszY

Saturday, February 3, 2018

Difference between Couchbase & Mongo

 https://blog.couchbase.com/data-modeling-nosql-documents-mongodb-vs-couchbase-server/
The referred documents in Couchbase can be joined in a single server side operation through N1QL rather than forcing the application layer to take care of it.
 ......
.......

The core differences come in regards to how you query the documents. It is much easier to query for data in Couchbase through N1QL and the other query strategies, regardless how you’ve chosen to model your documents.
If you’re interested in seeing a modeling and querying video I recorded, check it out here.


Followers

Blog Archive