Tag: vuejs
All the articles with the tag "vuejs".
Observer vs Scroll based lazy loading
Updated: at 09:12 AMThis article came out of my desire to find the best lazy loading approach for a good user experience on Eikona (my image hosting platform). In my last article, I talked about how I implemented Websocket streaming for a large number of images. Towards the end of the article, I mentioned that I chose a scroll calculation based method over the popular observer-based lazy loading pattern.
Why I decided to write my own media hosting service in Vue and Node.js
Updated: at 09:12 AMIn light of the past few years regarding data privacy and data security, I have increasingly been moving my data (files, media, etc.) off of large cloud platforms such as Google Drive and the like, in favor of self-hosting my data. That is where this project comes in!