-
#Event – Hurry up, the #GlobalAIBootcamp 2019 official registration is online !
Hi ! I’ve already wrote about the Global AI Bootcamp: a free one-day event organized across the world by local communities that are passionate about artificial intelligence on Microsoft Azure. And now we have the official Agenda and registration Registration: https://www.eventbrite.ca/e/global-ai-bootcamp-greater-toronto-area-2019-microsoft-canada-mississauga-hq-tickets-84920947841 As usual, one video is better than my words: See you on December 14th!… — read more
-
[Xamarin.Forms] IndicatorView
Originally posted on Javier Suárez | Blog: Introducción Recientemente recibíamos en Xamarin.Forms un nuevo CarouselView. El CarouselView permite mostrar una colección donde se pueden desplazar los elementos haciendo deslizamientos (gestos de Swipe). A pesar de contar con diferentes opciones para gestionar el layout, orientación, espaciado, etc. una de las peticiones más habituales a la hora… — read more
-
#Windows10 – How to Install Connect app (yes, somehow is not part of my Windows 10 installation)
Hi! I’ve been using the Connect App for several years. It’s super useful when you need to share your Android screen to your Windows device, or any other device sharing screen scenario. However, today I realized that I don’t have my Connect app installed in my Windows 10 I don’t know why, maybe one of… — read more
-
#Event – Caribbean Developer Conference 2020 at 40% Off #CDC2020
Conference pass + Workshop at 40% OFF! This unbelievable deal includes hotel accommodations, meals, drinks, access to the conference, and one pre-conference workshop. GET 40% OFF Offer only available until 12/08/19 Greetings @ Etobicoke El BRuno — read more
-
[Material] Monkey Conf 2019
Originally posted on Javier Suárez | Blog: El evento En España tenemos una gran comunidad Xamarin y con la idea de contar con un evento de desarrollo relacionado con Xamarin de gran tamaño, el año pasado nacía la Monkey Conf. Ante el buen recibimiento, no podía más que hacer lo posible para volver este año… — read more
-
#CognitiveServices – #AnomalyDetector Service running on Containers (some #docker time!)
Hi! I was chatting about the new features and the use cases supported using the brand new (and still in Preview) Cognitive Services Anomaly Detector and I realized that we can use the service with local containers (instead of the cloud service), but there is something different in this Service. Why to use containers? Azure… — read more
-
#Humor – How to Generate a Random String?
How to Generate a Random String? Open Vim, and ask a 1st year computer science student to save and exit Greetings @ Burlington El Bruno — read more
-
CollabTalk Podcast at #MSIgnite: How Culture Drives Innovation
Hi! During Ignite I was lucky enough to have some amazing moments with awesome people. And this one is on my top 5: have the chance to talk about Culture and Innovation at the Microsoft Ignite Podcast Center, with Christian Buckley (@buckleyplanet), Tracy Van der Schyff (@tracyvds) and Eric Riz (@rizinsights). As I said, it… — read more
-
Properly Comparing Strings with Globalization and Performance in .NET
A must read about string comparison options and also very important performance notes ! dotNetTips.com In Microsoft .NET there are many ways to compare strings. I would say that most of the code I analyze, I see it done one of these two ways: bool result = email1 == email2; bool result = email1.Equals(email2); Is… — read more
-
#CognitiveServices – Easy lines to convert CSV to JSON to be used on the #AnomalyDetector service
Hi! After the event “Building an Anomaly Detector System with a few or no lines of code” at MsftReactor, some people asked for the 2 lines that I used to convert a CSV file to JSON, to be used with Cognitive Services Anomaly Detector, so here they are. Important: you need Newtonsoft.Json to build the… — read more
-
#Event – Resources used during my session “Building an Anomaly Detector System with a few or no lines of code” @MsftReactor
Hi! My 1st session at Microsoft Reactor and it was amazing. We had engaging conversations around Machine Learning and Anomaly Detection, and as I promised here are the resources used. Building an Anomaly Detector System with a few or no lines of code More Information https://www.microsoftevents.com/profile/form/index.cfm?PKformID=0x8330114abcd Slides Source Code https://github.com/elbruno/events/tree/master/2019%2011%2021%20Anomaly%20Detections%20Reactor Reference Links General Introduction to… — read more
-
#VS2019 – How to fix the [obj\project.assets.json’ not found] when building a #NetCore project
Hi! Quick post today. This one is to save me 30 minutes of internet search next time I face this error. Context: New .Net Core Console App. When I build the console app for the 1st time I got this error. Error: NETSDK1004 Assets file ‘<Path> \EventConsoleApp01\obj\project.assets.json’ not found. Run a NuGet package restore to… — read more
-
#Azure – Azure Open DataSets, an amazing friend for Azure #ML Studio (Preview)
Hi! Time for a very interesting feature part of the Azure family: Azure Open Datasets. OK, when you read the name, you probably get 95% of the idea, however, let’s dig into the official definition (see references). Azure Open Datasets are curated public datasets that you can use to add scenario-specific features to machine learning… — read more
-
#Event – 2×1 on #AI: Anomaly Detection at Microsoft Reactor and ML.Net @MississaugaNetU
Hi! Quick post to remember about a couple of events where I’ll participate. 1st, this Thursday at Microsoft Reactor in Toronto. Building an Anomaly Detector System with a few or no lines of code November 21, 2019 | 5:00PM – 7:00PM Reactor TorontoMaRS Centre, Heritage Building 101 College Street, Suite 120Toronto Ontario M5G-1L7Canada More Information… — read more
-
#Humor – #Javascript, your favorite language!
Greetings @ Burlington El Bruno — read more
-
#Windows10 – Fixing Mouse Without Border DPI screen settings (very easy!)
Hi! A while ago, I wrote about the awesome [Mouse without Borders] application. This app is extremely useful, and it’s becoming very handy in scenarios like the Avanade Toronto Innovation Center. In our Innovation Center, we have plenty of different machines, and it wasn’t a good moment when I realize that this is how the… — read more
-
Multi-cloud approach, AWS–Google and the “New” Microsoft Azure Arc in 8 steps
Originally posted on Ivana Tilca: The adoption of cloud computing has quickly become a key driving force for businesses today. Selecting one cloud over comes down to the wants and needs of each individual customer and the workloads they are running. It is often the case that organizations will use multiple providers within different parts… — read more