Deep Blue Capital is a highly automated proprietary trading firm specialized in algorithmic trading
Combining creativity with automation
Deep Blue Capital is a highly automated proprietary trading firm specialized in algorithmic trading that trades with its own capital.
DBC operates a variety of statistical arbitrage strategies that trade on over 30 equity and futures markets in thousands of securities worldwide. This is all done from its single office in Amsterdam. The company was founded in 2008.
Blog

Git: recover from messy situations
A few years ago, we transitioned from subversion to git for our version control system. There is no doubt that git is much more powerful,

Postgresql logical replication and foreign key constraints
Are you using logical replication? Did you know that, by default, triggers In Postgresql are not fired when a table is updated by logical replication? If you

Freeing task-access objects
Ada was the first language to include support for tasks (aka multi-threading) as part of the language itself. As such, it is often convenient to