Research and development – When is a good time to invest?

Businesses have limited resources. How to efficiently manage them is an art. A key controversial area of spending is always research and development (R&D). As a start-up we are even more constrained than a regular well established business. Therefore the question I often encounter: Is that a great idea to invest in research and development.… Continue reading Research and development – When is a good time to invest?

Writing better code – Parallelize

Today, I am going to share a secret recipe for writing beautiful and efficient code that I learned, while creating simulation models for nanoveda. Nanoveda is using advanced nanoscale simulations to design next generation cancer therapeutics. The secret recipe is: parallelizing code. Most modern PCs have a multicore processor inside it. We seldom code to exploit all… Continue reading Writing better code – Parallelize