
What is Cloud Computing? Things you Need to Know About the Cloud, Explained
Cloud computing received significant attention recently as it changes the way computation and services to customers. Cloud computing not only brings new business opportunities but also causes some major impacts…
Read More

Understanding and Configuring Solr's PingRequestHandler
In this blog, we'll talk about simple yet very useful Solr handler which is PingRequestHandler. We can use Ping Request Handler…
Read More

Open NLP Name Finder Model Training
Named Entity Recognition The Name Finder is used to detect entities like a person, location, date, money, organization time and date in the text. These entities are detected using trained model.…Read More

Google Analytics Vs Adobe Analytics
Google Analytics and Adobe Analytics both are web analytics services used in the measurement, collection, analysis and reporting of web data for purposes of understanding and optimizing web usage. However,…
Read More

Testing with Jasmine + Karma
The Setup
AngularJS has many testing frameworks that can be used such as qunit, mocha, protractor, and so on. This particular blog post will be using Jasmine. Jasmine is behavior-driven development framework for…
Read More

Restriction and Transclusion Properties Of AngularJS Directives
Restriction and Transclusion are the properties of AngularJS directives. Restriction property is used to defined the use of directives where as Transclusion property is used to define the place for external…Read More

Locator Strategies in Selenium WebDriver : CSS selectors
Selenium Locators: Locate element by CSS selector using html tag attributes
This a fall back when all options fail, you can use parent child relation in tags, in case you…
Read More

What's new in C# 6. 0
What’s new in C# 6.0
In this article, I am going to talk about new language feature of C# 6.0. I am personally like these features a lot…
Read More

Understanding Filters in ASP. Net MVC
Filters in ASP.net MVC
Filters are interesting and somewhat unique part of ASP.net MVC. Filters are designed to inject logic in between MVC request life cycle events. Filters provide developers with powerful…
Read More

Introduction to OrientDB
Background
Recently I started looking into OrientDB for one the use case at TDG where we were evaluating which NOSQL database to go for. As I came across OrientDB & learned…