Software Development
-

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 » -

Project Avatar – The next Java EE Feature?
It is this time of the year again. Christmas holidays are approaching fast and the Java Advent Calender is filling…
Read More » -

Twitter CLI, using Twitter in your console
Twitter CLI is a command-line power tool for Twitter. The CLI takes syntactic cues from the Twitter SMS commands, however…
Read More » -

Throughput and latency: performance tuning made simple
Many of our previous topics have measured the behaviour of certain systems in terms of either latency or throughput. As…
Read More » -

Node.js Non-Blocking IO Model
Now-a-days developers know about Node.js as a server -side javascript execution platform. According to nodejs.org,- “Node.js is a platform built…
Read More »

