Articles

How to do Data Extraction from PDFs – for First Timers

How to do Data Extraction from PDFs - for First-Timers Data Extraction from PDFs can feel like a locked vault sometimes. You might end up googling multiple times and still end up nowhere. Don’t worry, we have been there and done that. That’s why in this Blog we share our learning to save you a ton of time! Our Approach When PDF...

Going global with amazon MWS-API

Introduction Amazon  MWS provides a complete (well, almost complete!) web-based solution for retailers and makes it very easy to handle operations. However, a significant number of challenges emerge as one starts selling on multiple marketplaces. It is not just about localization and formats, there are a lot more differences in the way different marketplaces provide information. Getting a global view...

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 &...