Introduction to NoSQL

The webinar will focus on introduction to NoSQL and its uses. NoSQL is being widely used in the industry for quite some time. It is more useful where the amount of data is huge and we do not really need ACID properties of relational Database systems.

The session will tell several NoSQL DBs, where and how they are being used. It includes MongoDB, Couch DB, Cassandra.

The session will also focus on how NoSQL is being used in Multiple projects.

Key points of discussion

  • What is NoSQL
  • SQL Vs NoSQL
  • Why and when to use NoSQL
  • Types of NoSQL DBs
  • CAP theorem
  • Different NOSQL DBs in the Industry

How much data types is necessary in Javascript

JavaScript varaible can hold dynamic data types values so that's why javaScript called loosely typed language. How many data types used in javascript. How much this is necessary to use. How its works we will explain all these parameters here.

read more

How Node Js works and why we use Node Js

Introduce to the audience of asynchronous event driven architecture of Node JS. Learn the single threaded concurrency model of Node Js. Understanding the most commonly used APIs.Learning common examples of API usage.Problem determination around the u …

read more