Software Development
-

MongoDB Facts: Lightning speed aggregation
In my previous post, I demonstrated how fast you can insert 50 millions time-event entries with MongoDB. This time we…
Read More » -

Counting Distinct Records in SQL
The SQL language and its depths… Some of you readers might be aware of MySQL’s capability of counting distinct records…
Read More » -

Transforming a server application to cloud application
On-premise products are architected and designed for server operating environment i.e., they are web-based applications. SaaS, on the other hand…
Read More » -

The golden (broken) management approach
Golden and broken doesn’t certainly sound great concerning anything, but the management approach I going to write about should definitely…
Read More » -

Attitudes of a Great Software Tester
In my previous post, I explained in my own words the “Attitude of a Great Software Developer“. This post will…
Read More » -

Node.js Package Manager
Node.js standard packages and modules are installed through standard packaging application – called as Node Package Manager(NPM). NPM is the…
Read More » -

Add LATERAL Joins or CROSS APPLY to Your SQL Tool Chain
The T-SQL dialect has known the powerful CROSS APPLY and OUTER APPLY JOIN syntaxes for ages. The SQL:1999 standard had…
Read More » -

Fun doesn’t mean compromising scalability
Today I read an interesting piece on InfoWorld about Meteor, Meteor aims to make JavaScript programming fun again. It is…
Read More » -

Using SQL Injection Vulnerabilities to Dump Your Database
The threat caused by SQL injection is heavily underestimated even by many senior developers and software architects. Most people are…
Read More »

