Yearly Archives - 2015

Code bloat and Performance

  Code bloat and Performance The best line of code written is … the one that is not written. Background Computers in various forms and shapes are increasingly touching everyday lives. Various applications and software solutions to support these are churned out every day, resulting in a huge amount of code. In such applications, performance is an un-written, but basic need. If it’s not...

NoSql Databases – Document Stores

In the last article, we analyzed the concept of key-value stores. Moving ahead, let us now go into the details of document stores or document databases. What is a NoSql Databases/ document store/ document database? In the introductory article on NoSql databases, we discussed that the relational models are not suitable for domain-driven data modeling or aggregate-oriented data modeling. An aggregate is a...

NetSuite development: Getting off the blocks…

Recently I have had a chance to work on NetSuite development. It took me some time to get familiar and then start doing development in NetSuite. In the process of learning NetSuite, I referred to a lot of websites, and NetSuite documentation. I have now started getting a better handle and confidence in how things work in NetSuite &...