5 Must Have Packages for Atom Editor

Atom editor is one of the most awaited editor in developers zone. Atom is modular and that means if we want to add some extra feature to our editor we can write some lines of code and add them as…
Atom editor is one of the most awaited editor in developers zone. Atom is modular and that means if we want to add some extra feature to our editor we can write some lines of code and add them as…
Twitter Login using node is one of the tedious task that developer’s are facing now, due to the update of Express and Middle-ware depreciation, old code which is now at first page of Google either does not work, or gives…
Live search is one of the most interactive and mandatory part of any web applications. It allows user to see how their search keyword is returning the result and by that result they can improve the keyword. Ajax search such…
I am working on a project in my company which relies on log information a lot. I can’t reveal name and working of the system here because it’s company property but it is very complicated and high performance system which…
PHP is one of the most popular and widely used Server side scripting language. Session handling is one of the key thing which most of web applications and projects need. Live Demo Download Suppose you are building one E-commerce site,…
Breach browser built on module basis, you can create your own module and add into it, so it is fully customize for geeks who want to use and build their own browsers. I have already covered the installation part of…
I have recently posted an introductry post about Breach browser. In this tutorial i am going to show how to download it and install it in your Ubuntu 14.04. I have searched across and found many users facing this issue…
SQLite is a self-contained database engine that requires no server to run (for MySQL, Oracle we require a Database Server). SQLite is most popular in developing mobile apps and it is considered as most widely deployed database engine in the…
In recent tutorial i have explained about sending e-mail using nodemailer package of Node.js. In this tutorial i am going to explain you about e-mail verification system using node.js script which is mandatory thing in sign-up form in order to…
Sending Post data from angularjs to PHP code is one of the tedious task and when I search it on Google I found posts which either too complex or not well written to understand concept properly. I have solved the…