Software Development
-

Clean Code: Don’t mix different levels of abstractions
We spend more time on reading code than writing. So if the code is more readable then obviously it will…
Read More » -

Ruby 2.1 Released
Ruby 2.1 is officially released. According to Ruby 2.1.0 Released, Delivering new GC Ruby 2.1 release has brought changes in…
Read More » -

Attitudes of a Great Software Developer !!!
Software development is an art, not just a science. You can learn all the technicalities of software development, but you…
Read More » -

Significant Software Development Developments of 2013
At the end of each calendar year, I like to summarize some of the most significant developments in the software…
Read More » -

NoSQL is not just about BigData
There is so much debate on the SQL vs NoSQL subject, and probably this is our natural way of understanding…
Read More » -

Big Data the ‘reactive’ way
A metatrend going on in the IT industry is a shift from query-based, batch oriented systems to (soft) realtime updated…
Read More » -

Event Emitter in node.js
Event emitter from one class triggers an event to which other functions from other classes can listen. Libraries offer implementations…
Read More » -

Big Data and R
This blog post is a presentation of tips on computing with Big Data in R, using Revolution R Enterprise 7.0…
Read More » -

Node.js Buffer Operations
Pure javascript is not efficient in handling binary data. Node.js has native layer implementation for handling binary data, which is…
Read More »



