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

Software Complexity: A look at .NET and Node.js

By |2018-05-30T23:19:32+00:00July 15th, 2014|Categories: Development|Tags: , , , , |

Software complexity is killing software development as we know it. I’ve held this opinion for at least the last decade, and I thought it would make a good first post for the Cyanic Automation developer blog. If we look at how most major development environments evolve over time, it is clear that each new version brings [...]

Comments Off on Software Complexity: A look at .NET and Node.js
Go to Top