Software Development
-
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 » -
013 Things that Will go Horribly Wrong on This Friday, Dec 13, 2013
I’m a defensive programmer. A wise man once taught me: Whatever can go wrong will go wrong Another wise man…
Read More » -
Node.js Synchronous and Asynchronous Functions
In node.js platform, as the non-blocking programming model is followed as practice, all most all of the functions in the…
Read More » -
MVP – Minimum Viable Product strategy
Not all good ideas turn out into great products. There are quite a few products that fail in the market…
Read More »