Meetup TWC 1/Feb
Ayer tuve la oportunidad de hablar acerca de Azure Functions en el meetup de TWC. Pueden encontrar el código de los demos en mi perfil de GitHub. Muchas gracias a TWC por la invitación.
pollirrata.com
Ayer tuve la oportunidad de hablar acerca de Azure Functions en el meetup de TWC. Pueden encontrar el código de los demos en mi perfil de GitHub. Muchas gracias a TWC por la invitación.
Una de las ventajas más grandes de trabajar con Azure Functions es poder hacer fácilmente prototipos de aplicaciones. Para este post voy a crear una aplicación de Galleta de la suerte bastante simple, que enviará una […]
One of the greatest advantages of working with Azure Functions is being able to prototype easily applications. For this post I will create a simple Fortune cookie app, which will send you a phrase to your email […]
El día de hoy tuve la oportunidad de platicar en el evento “Unotalks – .NET” acerca de Azure Service Fabric. El código del demo está disponible en Github y el video de la charla lo pueden […]
One of the many great things about Windows Azure is how easy you can create a virtual machine, no matter the OS of your preference. But for good or bad, your virtual machine will be fresh, […]
I decided to try Windows Azure more than 3 months ago, most likely because of it’s free 90-day offer. I can tell that I’m amazed on all the posibilies you have for free (Websites, Virtual machines, […]
This is an update of my previous post Update: Post with the source code of the game After spending a lot of time testing and searching on the web, I wasn’t able to get the Tic-Tac-R […]
After several weeks of work (and intensive learning) I’m releasing Tic-Tac-R for beta testing. Tic-Tac-R is a little experiment of creating a traditional Tic-Tac-Toe game using SignalR, and it can be played here. On the next […]