ooth scrolling is a popular scrolling behavior in most of the one page websites like landing pages. In this article I am gonna show you 4 different ways to create this effect. One way...
One of the coding interview questions is how to remove duplicates from an array. Of course as for any problem, it has more than one approach in javascript. One of these approaches is to...
What is Software versioning in general? According to Wikipedia, Software versioning in general is the process of assigning either unique version names or unique version numbers to unique states of computer software. One of the method for versioning a...
What is a Middleware? According to wikipedia, Middleware is a type of computer software that provides services to software applications beyond those available from the operating system. It can be described as “software glue”. In...
What is Lazy loading? Images, and videos consume a huge amount of data, and affects web performances. If your web page contains many images (or videos), it is true that some -if not many-...