Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

Posts with tag 'javascript'

A collection of 3 posts

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

May 28, 2015

Implementing the OAUTH 2.0 flow in app for office sandboxed environment

EDIT: this approach is outdated. You can have a look at the sample we released and especially in the README section we compare the different approaches https://github.com/Keluro/Office365-AddinWeb-SignInSample

app-for-office HTML5 javascript OAUTH office365 office-addins

June 1, 2014

Tools for javascript TDD with Visual Studio

In this post I describe the tools that I have selected for efficient development of javascript tests within Visual Studio. Indeed, if you are developing sites with ASP.NET or Apps for Office then you are more or less committed to...

chutzpah jasmine javascript MSTest powershell Unit Testing visual studio

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

Back to top