Firebase Authentication can easily be integrated into web apps with just a few lines of code. In this tutorial we are going to implement the Firebase...
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...
Search is one of the interesting feature Facebook has invented. It is way to search the various connections inside of Facebook for a user. The style...
Facebook Login is the fastest way to signup people into your website. Implementing this would make the user part of signing up for your website easier....
Scopes in JavaScript is the access/visibility of a variable at any particular point in a program. Scopes (Lexical Scopes) are just the way how variables...
Google has announced a new reCAPTCHA with more security to protect your website from spam and other types of automated systems. Google is providing this service...
JavaScript is growing faster and its user base is increasing vastly. Knowledge of JavaScript is going to be very important in the future to come for...
UnderscoreJs is a JavaScript Utility library. It provides a huge collection of functions that comes in handy for the development process. The main focus of this...