How to find unused npm packages?

Unused Dependencies

With the wide availability of packages in NPM, we very often tend to add plenty of packages. With time, and due to poor management of code, the dependency tree grows and adds extra weight to the bundle. Identifying and removing unused dependencies manually would be a hideous process. Thankfully, we … Read more

How to Run a Simple AB Testing on a Website?

AB Testing

A/B tests provide us with a way of testing two versions of something to know which is most successful. Here is an example of a simple AB Testing: Have you ever argued with a colleague on the shortest route to a particular destination? How did you settle that argument? You … Read more

7 Tips to Speed up Your Website in 2020

Not too long ago, Google rolled out the “Speed Update,” considering the fact that people do not want to wait around for the answers they are searching for. Aimed at web pages delivering the slowest user experiences, it would only affect a small proportion of total search queries. Even then, … Read more

Top 10 Popular Responsive HTML5 Frameworks in 2020

Top 10 Responsive Web Frameworks in 2020

Responsive HTML5 frameworks have an important role in the creation of websites in lesser time. Such frameworks are getting popularity due to their evolving demands. HTML5 frameworks reduce the repeated programming tasks, which, in turn, saves a lot of time and energy. Responsive HTML5 frameworks come in handy, when it comes to developing a front-end website.

Using HTML5 frameworks, one can easily design a responsive and cross-browser compatible website. Responsive HTML5 frameworks are packed with extravagating features like cross-browser compatibility, responsiveness, customization, clean coding, SASS in-built and so on. The framework can easily be used without hampering the performance of website. By using HTML5 frameworks, you can easily design a website that loads faster.

Read more

How to login with username or email in PHP & MYSQL

How to Login using Username or Email Id with PHP & MYSQL

In many social networking sites, they allow users to login with Username or Email using PHP. I would say this is the fantastic feature for whose all who forgot their usernames. I strongly believe that most of the people will forgot their Usernames rather than Email id. Here I am … Read more

CSS Image Hover Effects

CSS3 Image Hover Effects

Today I am going to tell you how to create CSS image hover effects. You can use this in your ecommerce projects where you can add product title & description for images. While mouse over on images it will add nice effects to present your datas In my previous post … Read more