Cassandra Routing Keys in the DataStax C# Driver

By |2018-05-30T23:14:17+00:00October 29th, 2014|Categories: Development|Tags: , , , , |

I recently read an article by a DataStax solution architect stating that to get the best insert performance using unlogged BatchStatements, all statements in the batch should belong to the same partition so that the coordinator node doesn't have to re-route statements for partitions it doesn't own. There is a problem with this advice however (as [...]

Comments Off on Cassandra Routing Keys in the DataStax C# Driver

Multipart Parsing in Node.js Express 4

By |2018-05-30T23:16:50+00:00September 12th, 2014|Categories: Development|Tags: , , , , , , |

Just how, exactly, do you use the multiparty module? If you've migrated to Express 4 you may have noticed that with the removal of Connect middleware, there is no bundled solution for multipart form parsing.  We've been playing with the commonly recommended multiparty module and it seems to be a reasonable alternative, with one major problem: the [...]

Comments Off on Multipart Parsing in Node.js Express 4

Expression-Based Security

By |2018-05-30T23:17:56+00:00August 27th, 2014|Categories: Development, Security|Tags: , , , , , , |

A pattern for expressive security in a generic CMS Hello everyone.  I'd like to spend some time discussing a fairly simple but (from what I can tell) unique security feature in Cyanic Business Automation Studio (the platform that powers Cyanic HSE) in the hope that it may help or inspire other developers working with or building [...]

Comments Off on Expression-Based Security

Cyanic Automation and Cloud Security

By |2018-07-25T19:41:01+00:00July 28th, 2014|Categories: Development, Security|Tags: , , , , , , , , , , |

We get asked a lot of security questions relating to our cloud-based services (namely, Cyanic Business Automation Studio, the platform that powers all of our solutions), and with good reason.  The protection of personal and corporate data is critical, and when considering any software-as-a-service option, it is important to know the policies and practices of those who [...]

Comments Off on Cyanic Automation and Cloud Security
Go to Top