Alloy Practice Problem: Tic Tac Toe

One of my friends was recently interviewing and was asked to create an API for Tic Tac Toe. As far as interview questions go, it seemed like a reasonable problem for demonstrating programming understanding, but I want to one-up the interviewers by solving the game in Alloy.

I’m going to assume everyone knows the game, but even if you don’t, I’ll explain it as I elaborate on the model. https://goo.gl/Jfodmo

Mule 3.9: Using Timer Interceptor [Snippet]

#ICYDK: In this article, I will show you how to calculate the flow execution time without using any custom code or logic in Mule. Using Timer Interceptor, we are able to see the execution time of a private flow in Mule logs. This is very helpful when it comes to checking the performance of your flows, especially when doing performance testing.

Using the Timer-Interceptor: https://goo.gl/5VSkwZ #DataIntegration #ML