Vue.js is a framework for building reactive user interfaces, focusing only on the view layer. Like React, Vue uses Virtual DOM to compute differences between...
I have already done a Facebook Style Relationship System in a previous post that covers the database design and PHP implementation of various friendship actions like...
CSS animation is an alternate choice for making script driven animation. This feature can be used to make cool animations with just few lines of code...
In part two of the Blogger Template Design from Scratch, widget tag were explained in depth. In this part, an important component of the blogger template...