Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

July 9, 2016

Programming well structured Javascript stored procedures for DocumentDB with Typescript and SystemJs

If you are using DocumentDB you may had to write your own stored procedure. A stored procedure is a function written in Javascript that runs on the DocumentDB cloud infrastructure. It may reduce performance problem or make you execute some queries that...

javascript DocumentDB typescript systemjs nosql CosmosDB BigData

June 25, 2016

My TransientFaultHandling utility classes for DocumentDB

Keluro uses extensively DocumentDB for data persistence. However, it’s extensive scaling capabilities come with a price. Indeed with your queries or your commands you may exceed the amout of request unit you are granted. In that case you will received...

.NET C# DocumentDB consistency nosql CosmosDB BigData

February 12, 2016

Hosting Jekyll website on Azure Web app using TeamCity automated deployment

The public website of my company Keluro is built with Jekyll. If you are a Jekyll user you are probably aware of Github pages. To me, the best feature of Github pages is the automated deployment of your website when...

.NET azure jekyll powershell teamcity git github

December 5, 2015

A rigorous management of Entity Framework migrations adapted to multiple app deployments

This post follows a question that I asked on stackoverflow several months ago. I did not receive a satisfactory answer at that time. I will expose the solution that we found at Keluro for this problem.

sql server visual studio entity framework csharp migrations asp.net database management source control

October 7, 2015

TeamCity on Windows Azure VM part 2/2 - enabling SSL with reverse proxy

In the previous post we explained how to install a TeamCity server on a Windows Azure Virtual Machine. We used an external SQL Azure database for the internal database used by Teamcity. The first post ended with a functional TeamCity...

azure iis internet information service sql azure ssl teamcity web sockets

Newer Posts Page 2 of 6 Older Posts

Benoît Patra's blog © 2021.
Powered by Jekyll.

Back to top