-
#Build2017 – 134 sesiones disponibles para ver online u offline, slides, código de ejemplo y más!
Hola ! Ha costado pero ya tenemos internet @NewHome y claro, es momento de ponerme al día con temas atrasados. Uno de ellos son varias sesiones de Build 2017. La gente de Channel 9 está creando una serie de posts donde analizarán sesiones organizadas por los siguientes tópicos Pre-Recorded Sessions .Net, XAML, Visual Studio Azure Windows… — read more
-
#Flow – Working with variables in #MicrosoftFlow
Hello! One of the most missed features in Microsoft Flow was the chance to work with variables in a Flow. I’ve worked with other visual work flow editors, and this is usually a delicate issue. Mainly because, as programmers we want all the power of a programming language to work vars. However, in a tool… — read more
-
#Flow – Manejo simple de variables en Microsoft Flow
Hola ! Por fin! Una de las funcionalidades que más se echaban de menos en Microsoft Flow era la capacidad de trabajar con variables. Conociendo otros editores visuales, este suele ser un tema delicado, ya que los programadores queremos TODO EL PODER de un lenguaje de programación. En realidad, para una herramienta como Microsoft Flow,… — read more
-
#Flow – Handle exceptions, errors, timeouts and more in a #MicrosoftFlow definition
Ho ! Today I’ll share a quick post, because I’m on house moving day and there are too many things to move around. After the last update on Flow, one of the cool features added into the designer was the chance to add action execution conditions. These conditions will trigger the action based on 4 options… — read more
-
#Flow – Gestionando excepciones o errores en un Flow
Hola ! Post rápido de lunes, que faltan pocas horas para la mudanza y todo puede fallar. Pues bien, un detalle interesante que tenemos disponible después del último gran update en Microsoft Flow es definir condiciones de ejecución para nuestras acciones. Estas condiciones definen si un aacción se ejecuta después que la acción anterior Se… — read more
-
#Humor – #Debugging is like
Hi ! Sunday debugging sessions, so … Sunday Greetings @ Toronto (-2!) El Bruno Source: Gisela — read more
-
#CognitiveServices – Sample Console App to perform audio analysis using Custom Speech Service (#CRIS)
Hi ! Yesterday I wrote a post on how to create and publish an Acoustinc Model in Custom Speech Service to perform a text-to-speech process (TTS). The next step is to add some C# code in an App to use this service. For this sample I will use a sample wav file with single sentencente.… — read more
-
#CognitiveServices – Console App de ejemplo para analizar audios con Custom Speech Service (#CRIS)
Hola ! Ayer publiqué un paso a paso sobre como crear un modelo de reconocimiento de audio a texto con Custom Speech Service. El siguiente paso es un ejemplo de código sobre cómo utilizar el mismo. Para este ejemplo utilizo un archivo wav con un simple párrafo. Desde la consola de prueba de CRIS… — read more
-
#CognitiveServices – Tutorial to create and publish a complete model in Custom Speech Service (#CRIS)
Hi ! This is my 3rd or 4th time on this, so I better write about this so I won’t forget next time. So, let´s start from the beggining, Custom Speech Service definition (we used to know this as CRIS). The Custom Speech Service lets you create custom speech-to-text models, tailored to your application’s environment,… — read more
-
#CognitiveServices – Los N pasos que debes seguir para crear tu modelo en Custom Speech Service (#CRIS)
Hola ! Es la 3ra o 4ta vez que hago esto y voy a usar este post como reminder de los pasos que debo seguir. Empecemos por explicar que es Custom Speech Service, antes conocido como CRIS. Custom Speech Service es un servicio parte de Microsoft Cognitive Services que permite crear modelos personalizados de voz… — read more
-
#Personal – The challenge of living using a 2nd language after a year in #Canada
Hi! Just over a year ago we started a new family adventure in Canada. We have had many new experiences in this great country, however, I must emphasize that my experience with a second language deserves a separate post. Those who know me know that I have a rather “normal” level of English. 1/3 of my job is… — read more
-
#Personal – La adaptación a un nuevo idioma después de un año en #Canadá
Hola ! Hace poco más de un año que comenzamos una nueva aventura familiar en Canadá. Hemos tenido muchísimas nuevas experiencias en este gran país, sin embargo, tengo que destacar que el idioma se merece un post aparte. Los que me conocen saben que tengo un nivel de inglés más bien “normal”. El 30% de… — read more
-
#Humor – Project Manager Logic …
Hi ! I’ve been there And plain text, just for fun My Team deploy 2 Apps 1 App have 2 Bugs PM reports show 1 bugs per App Project Manager logic ! Greetings @ Austin El Bruno — read more
-
#Event – #DevOps Lessons learned and some information on the #Hololens Tour on June
Hello! During these days in Visual Studio Live @ Austin I have been lucky enough to go to a lot of very good sessions. In example, I’ve seen how Brian Randell or Richard Hundhausen made great DevOps demos concepts using Visual Studio Team Services. I liked a lot how now, when we use Team Foundation in the… — read more
-
#Event – Lecciones aprendidas de #DevOps y el próximo #Hololens Tour en Junio
Hola ! Durante estos días en Visual Studio Live @ Austin he tenido la suerte de participar en muchas sesiones que han sido magistrales. He visto como Brian Randell o Richard Hundhausen hacían grandes demos de conceptos de DevOps utilizando Visual Studio Team Services. Me gustó mucho como ahora, el uso de Team Foundation en el Cloud, nos… — read more
-
#VS2017 – Code Style configuration in Visual Studio 2017 IDE
Hello! A few months ago, before the official launch of Visual Studio 2017, one of the cool IDE innovations was the chance to define code style configurations to be applied in the IDE while we are coding apps. These configurations were stored in files named “.editorconfig”, and of course, the best way to learn on… — read more
-
#VS2017 – Nuevas opciones de Code Style en el IDE
Hola ! Hace unos meses, antes del lanzamiento oficial de Visual Studio 2017, una de las novedades del IDE era la capacidad de definir configuraciones con las reglas de estilo de código que luego se aplicaban en el IDE. Estas configuraciones se realizaban en archivos llamados “.editorconfig”, la mejor forma de conocer estos archivos es… — read more
-
#VS2017 – HowTo: Share code from IDE in #Gist with a single click!
Hi ! For a while I decided to stop sharing code using “text” in my blog. I used to share a screen shoot of the code and then a link to the full example on GitHub. This seemed like a good idea, because on several occasions I had had unfortunate comments from people who performed… — read more