Google Drive Plugins for WordPress

By Franc Lucas Are you looking for a way to back up your website files in the cloud, where you can easily access them if anything goes wrong? How about displaying your documents and files and making them easily accessible to visitors to your website? A WordPress Google Drive plugin serves multiple purposes. You can […]

testing nodejs

Authenticating Node.js Applications With Passport

Implementing robust authentication strategies for any application can be a daunting task and Node.js applications are no exception to this. In this tutorial, we will develop a Node.js application from scratch and use a relatively new but very popular authentication middleware – Passport to take care of our authentication concerns. Passport’s documentation describes it as […]