Blog of Shahbaz Chaudhary
-
15 May 2017
Writing Trading Utilities in JavaScript - part 1
In this blog post I will show how to write utilities for financial trading software using JavaScript. Specifically, I will write a very simple implementation of...
-
03 March 2015
Seriously, we need multi-column editors
This is going to be a simple one.
I have a retina screen monitor, several years old, which looks like this when I maximise an editor:
Over...
-
30 January 2015
Adventures in financial and software engineering
Several years ago I read an extremely interesting paper, [“How to write a financial contract”] (http://research.microsoft.com/en-us/um/people/simonpj/Papers/financial-contracts/contracts-icfp.htm), by Simon Peyton Jones and Jean-Marc Eber. This paper presents...
-
05 January 2015
Simulating a financial exchange in Scala
There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors – [Phil Karlton] (http://martinfowler.com/bliki/TwoHardThings.html)
Picking the right project to...