Friday "Term of the week" Series

Term of the Week : Extreme Programming

Extreme Programming or XP as it is widely known is a software development methodology, with the goal to improve software quality and responsiveness to changing customer requirements. Extreme Programming (XP)  is a type of agile software development but has it’s own principles on practices over those of agile. It is is similar to a Scrum but… Continue reading Term of the Week : Extreme Programming

Thursday Management Series

Extreme Programming Vs. Scrum

We have discussed in detail what Scrum and Extreme Programming (or XP) are and how they work. Though, they might look similar in nature, they have some subtle differences. Let us look at these differences below – Scrum teams work in slightly longer iterations. The iteration or a Sprint in a Scrum can last from two weeks… Continue reading Extreme Programming Vs. Scrum

Wednesday Marketing Series

INFOGRAPHIC – 8 ways to collect data for Email Marketing

To know more, read the complete post here.

Tuesday Big Data Series

INFOGRAPHIC – Apache Pig

To know more, read the complete post here.

Monday Technology Series

INFOGRAPHIC – Characteristics of a good call-to-action (CTA)

To know more, read the complete post here.

Friday "Term of the week" Series

Term of the Week : NoSQL

NoSQL database is the solution to handle large volumes of structured, semi-structured or unstructured data. It was developed to handle the shortcomings of relational databases in the big data scenario. NoSQL databases are popular because of their simplicity in design, horizontal scaling, ability to handle large volumes of data in various formats and higher data availability. Related Posts:… Continue reading Term of the Week : NoSQL

Thursday Management Series

An introduction to Extreme Programming

Extreme Programming or XP as it is widely known is a software development methodology, with the goal to improve software quality and responsiveness to changing customer requirements. It has the following goals – Have shorter development cycles and frequent releases. Produce higher quality software more productively. Have checkpoints to accommodate new or changing customer requirements. Extreme… Continue reading An introduction to Extreme Programming

Wednesday Marketing Series

INFOGRAPHIC – Do’s and Don’ts of Direct Email Marketing

To know more, read the complete post here.

Tuesday Big Data Series

An introduction to MongoDB

MongoDB is one of the leading NoSQL database. It’s a new generation of database. In the past, web applications have used relational databases to store data. But, with growing data, scalability and availability of data are some of the main concerns of any web application (or an organization). MongoDB was designed with web applications in mind.… Continue reading An introduction to MongoDB

Monday Technology Series

SQL vs. NoSQL Simplified

Definition SQL Databases – These are relational databases. NoSQL Databases – These are non-relational or distributed databases. Data Storage Types SQL Databases – Single way to store data. NoSQL Databases – Multiple ways to store data – key-value stores, document stores, wide-column stores, graph stores. Data storage models SQL Databases – Data is stored in a table where… Continue reading SQL vs. NoSQL Simplified