Introduction We require hashes everywhere, like setting the password in database as hash instead of plain text password, to check whether if file is tampered or not during transmission or checking integrity of file or messages transferred over network, etc. This small article will give detailed look at creating hash from Node.js core crypto module and later in... Continue Reading →
Change default Git commit message template
We do lot of changes to projects and commit those in git repository and then commit those changes along with proper commit message. While collaborating on bigger project with lot of collaborators working at same time, commit message should be proper and reflect what those changes are. Lot of big projects has standard commit message template... Continue Reading →
Route data in Express.js
Express is amazing server side framework built on Node.js platform. It is matured and well maintained framework in Node.js community. Its main focus is to build Web applications and REST API using Node.js platform. With Web application and REST API, we often pass the data from client to server in various form such as... Continue Reading →
Working with packages in Meteor : Basics
Introduction Meteor is Full stack solution to build real-time apps. It is reactive in nature and amazing technology to work with as it provides all the tools that are required to build amazing real-time apps with developer focus on implementing the business stuff and not the technology plumbing. Early days of Meteor, it does not... Continue Reading →
Guide to Meteor Install and Uninstall
Meteor is full stack solution to build real-time apps and make hybrid mobile apps with integrated Apache Cordova. It has all the way Javascript from client side to server side and to storing data in JSON with MongoDB Server. Meteor is available on all the platforms, like Linux, Mac OS and Windows. Though to be... Continue Reading →
Install, setup and start MongoDB on Windows
This post will provide the full path from downloading required binary archive/package for particular Windows version to starting up MongoDB in various ways