-
Database Patterns with Azure Kubernetes Service Part 1: MySQL + Azure Managed Disk
Originally posted on Roy Kim on Azure and AI: One of the non-straight forward aspects of implementing for applications in Kubernetes is the stateful data store. I will be showing 2 relational database patterns in Azure Kubernetes Service. Since containers are the fundamental building blocks, these are stateless by default. That is the containers can… — read more
-
#Podcast – NTN 53 – Novedades y Experiencias en Microsoft Build 2020 con Con @D_Vid_45, @JuanKRuiz, @jc_quijano, @JosueYeray y @Mteheran
Buenas! Hoy tenemos la suerte de hablar con David Vidal Castillo (@D_Vid_45), Juan Carlos Ruiz Pacheco (@JuanKRuiz), Juan Carlos Quijano (@jc_quijano), Josué Yeray Julián (@JosueYeray) y Miguel Teheran (@Mteheran) sobre la experiencia y novedades de Microsoft Build 2020. La conexión entre Canada, Colombia y Spain ha sido todo un desafío, sin embargo hemos pasado un… — read more
-
Teams Real Simple with Pictures: Keep up to date on your favourite YouTube Channels with Teams and Power Automate
Originally posted on @Microsoft365Pro: This blog is part of a series on Teams. For more articles, check back often Written: 24/05/2020 | Updated: N/A I love Karuana’s series Coffee in the Cloud. I love Microsoft Mechanics. If you have been following this long running series, it probably comes as little surprise that I love video.… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (20/N)
Hi ! We already have the drone camera feed ready to process, so let’s do some Image Segmentation today. As usual, let’s start with the formal definition of Image Segmentation In digital image processing and computer vision, image segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also known… — read more
-
Novedades en Xamarin.Forms presentadas en el Build 2020
Originally posted on Javier Suárez | Blog: El //Build 2020 En estos días, del 19 al 21 de Mayo se está celebrando el Build 2020, el mayor evento de Microsoft centrado en el desarrollo del año. //Build 2020 Y se han presentado una gran variedad de novedades relacionadas con Xamarin.Forms. Novedades anunciadas para Xamarin.Forms Shell… — read more
-
#Podcast – NTN 52 – Sobre MCTs y AliBaba Cloud con Angel Rayo @oyara y Juan Carlos @jc_quijano
Buenas! Hoy tenemos la suerte de hablar con Angel Rayo (@oyara) y Juan Quijano (@jc_quijano) sobre el rol de los MCTs, Microsoft Certified Trainers. Ambos son MCTs y la verdad es que el mundo del training es más que fascinante. Ahora bien, un extra especial comienza en el minuto 36:00, cuando Angel también nos comenta… — read more
-
Creating a Microsoft Teams Live Events Lobby Screen
Originally posted on Tracy van der Schyff: Here’s a quick tip on creating a “lobby waiting screen” for your #MicrosoftTeams Live Event (webinar). https://youtu.be/yVEzXqiW7_k ? Voila! Hope you’re enjoying using Teams Live Events as much as I do 🙂 Moving to the Cloud or stuck somewhere without adoption? Contact me for a FREE 60 minute,… — read more
-
Improving the Code Quality in .Net and .Net Core projects using NDepends
Originally posted on Juanlu, ElGuerre: Continuando con el análisis de código, la cobertura y los tests como ya viemos en este post (“Runing Tests and Code Coverage without Visual Studio. OpenCover con coverlet y ReportGenerator“), seguiremos profundizando en el “Code Quality”, y conoceremos otra buena herramienta, también extensión de Visual Studio e integración con Azure… — read more
-
#Windows10- #WindowsTerminal and Anaconda, bonus: start an Anaconda Virtual Environment
Hi ! Windows Terminal (WT) is one of the coolest tools I’ve using in the last couple of years. I’m not an expert, and not even a fan of CLIs, however I assume working with WT is super cool. Bonus: If you speak Spanish, I shared my own thoughts about this with Juan and Eduard… — read more
-
#Python – Easy way to install #OpenCV and #TensorFlow with Anaconda
Hi ! After sharing a couple of sessions using the Drone and working with the drone camera, a couple of people contacted me with issues while they try to install OpenCV and/or TensorFlow, to be used with Python. There are plenty of tutorials about this, so I will share a very easy one. 1st step… — read more
-
#Podcast – NTN 51 – Síndrome del Impostor entre Canada, New Zealand y España con Matias Iacono @MatiasIacono y Juan Carlos @jc_quijano
Buenas! Hoy tengo la suerte de hablar con Matias Iacono (@MatiasIacono) y Juan Quijano (@jc_quijano) sobre el Síndrome del Impostor en los informáticos. Creo que ha sido interesante compartir experiencias y un poco de fundamento científico sobre esto. Si alguna vez has sentido esa sensación “se van a dar cuenta que no sirvo, y me… — read more
-
#Tools – Display Changer II, change your monitor configuration with 1 click
Hi ! These remote working days, I’ve found myself sharing my screen several times a day. My desktop setup is standard with an UltraWide Landscape monitor and a “Normal” Portrait monitor. I mainly share my landscape monitor, however my default resolution in this monitor is 2560×1080. So, every time I share my screen, I found… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (18/N)
Hi ! Today I’ll step back a couple of posts, and add 2 simple lines to allow me to save a video file from the Drone camera. This is a request, and it’s makes a lot of sense to have recorded a file with the drone camera. The video will later contains detected objects and… — read more
-
How can you help customers not to touch things with Artificial Intelligence?
Originally posted on Ivana Tilca: As we explain in previews post, Cognitive Services allows developers to quickly and easily create smarter applications. Speech enables the integration of speech processing capabilities into any app or service. You can convert spoken language into text, or produce natural sounding speech from text using standard or customizable voice fonts.… — read more
-
#Skype – #MeetNow, Host a video meeting with no sign ups or downloads
Hi! Today’s video conference world seems to be split between personal and business Apps. In the business side, I’m a fan an avid user of Microsoft Teams, no suprises here. However the personal side has more options, I’ve seen a lot of people using WhatsApp, Instagram and the super uber popular Zoom. Disclaimer here: Zooms… — read more
-
#Podcast – NTN 50 – Azure Intune, Security Center (Sentinel para la próxima!) con Paloma @pgGiraudo y Juan Carlos @jc_quijano
Buenas! Hoy tengo la suerte de hablar con Paloma Giraudo (@pgGiraudo) y Juan Quijano (@jc_quijano) sobre temas de Seguridad en el Cloud. En el camino he aprendido mucho sobre Intune y sobre Security Center. Por fin he comprendido cómo funciona el mundo de la seguridad, al que solo suelo atender como usuario. Si eres parte… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (17/N)
Hi ! Once we have the a custom vision trained model instance, we can use it to recognize objects from the drone camera feed. Read my previous posts for descriptions on these. Another interesting scenario, is to save local files for every detected object. In the following code, I’ll save 2 different files for every… — read more
-
Configurar un certificado gratis en tu WebApp de Azure
Originally posted on MaRioBoT: En el siguiente ejemplo te mostrare como configurar un certificado gratis en tu sitio web en una WebApp de Azure. Es recomendable no realizar este tipo de configuración en ambientes productivos y solo ser usado en ambientes de pruebas; Si su sitio cuenta con gran demanda de tráfico es recomendable comprar… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (16/N)
Hi ! In my previous post, I shared an example where I analyzed the camera feed using a Image Recognition model created using Custom Vision. Today I’ll expand the sample, and show in real time the detected MVPs logos with a frame in the drone camera feed. Let’s take a look at the demo working… — read more