Mean Stack Introduction Tutorial

Introduction MEAN web development is an evolving trend for the full stack JavaScript development. MEAN is the acronym of: MongoDB: It is the no SQL database . It uses JSON style documents for the data representation. The reason of choosing Mongo is that, it lets you make the use of just one language the whole … Continue reading Mean Stack Introduction Tutorial

Angular JS Introduction

What is Angular JS ? AngularJS is a very powerful JavaScript Framework. It is used in Single Page Application (SPA) projects. It extends HTML DOM with additional attributes and makes it more responsive to user actions. AngularJS is open source, completely free, and used by thousands of developers around the world. It is licensed under … Continue reading Angular JS Introduction

Node JS Interview Questions

1) What is Node.js? Node.js is a very powerful JavaScript based platform or framework which is built on Google Chrome's JavaScript V8 Engine. 2) Why to use Node.js? It is used to develop I/O intensive web applications like video streaming sites, single page applications (SPA) and other web applications. Node.js is open source and used … Continue reading Node JS Interview Questions

Awesome Web Development Tools and Resources

We can’t include everything, but here are a couple of our favorites and other widely used we development tools. Hopefully, you find a new tool or resource that will aid you in your development workflow. Note: The tools and resources below are listed in no particular order.   JavaScript Libraries Javascript is one of the most … Continue reading Awesome Web Development Tools and Resources

MongoDB Introduction

What is MongoDB? MongoDB is an open-source report database, and heading NoSQL database. MongoDB is written in C++, C and JavaScript. MongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on concept of collection and document. MongoDB is a cross-stage, archive arranged database that gives, superior, high … Continue reading MongoDB Introduction

JQuery Introduction

  What is JQuery? jQuery is a fast and concise JavaScript Library created by John Resig in 2006 with a nice motto − Write less, do more. jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.   jQuery Features: DOM manipulation − The jQuery made it easy to select … Continue reading JQuery Introduction

Backbonejs Introduction

  What is Backbone.js Backbone.js is a JavaScript library with a RESTful JSON interface and is based on the model–view–presenter (MVP) application design paradigm. Backbone.js is a popular open source JavaScript framework that allows us to develop single page web application. BackboneJS is not a framework but a library. BackboneJS is Created by Jeremy Ashkenas, … Continue reading Backbonejs Introduction

NodeJS Introduction

  What is Node.js Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on OS X, Microsoft Windows, Linux, FreeBSD, NonStop and IBM i. Node.js is a way of running JavaScript on the server. Node.js (Node) is … Continue reading NodeJS Introduction

AngularJS Introduction

    What is AngularJS? AngularJS is an open source JavaScript MVC web application framework. AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of … Continue reading AngularJS Introduction