Software Development
-
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 » -
MongoDB “Lightning Fast Aggregation” Challenged with Oracle
What does “Scale” even mean in the context of databases? When talking about scaling, people have jumped to the vendor-induced…
Read More » -
Performance tuning – measure don’t guess
In my performance tuning career I have given the advice to measure and not guess more often than I can…
Read More » -
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 »