-
Everything You Want to Know About the Record Type in .NET: Performance
DotNetDave shared a great article about the performance working with Records in .Net #mustRead dotNetTips.com In my article titled Everything You Want to Know About the Record Type in .NET 5… But Were Afraid to Ask that I wrote in early 2021, I introduced readers to the new record type introduced in .NET 5 and… — read more
-
Integración con Dapr: Azure API Management Service/Self-hosted Gateway.
Originally posted on Juanlu, ElGuerre: En este nuevo post sobre Dapr vamos a ver como integrarnos con Azure API Management (APIM). Para ello y, como viene siendo habitual, usaremos uno de los ejemplos ya conocidos (de acuerdo a posts anteriores), y, en concreto, el ya publicado en github (AllTogether). Antes de comenzar, es conveniente recordar… — read more
-
#AzureML – Sample 🐍 Python app to consume a image classification AzureML HTTP REST Endpoint
Hi ! In my previous post I wrote How to create a custom dataset with images to be used on a Azure Machine Learning Designer project. How to use the custom data set and how to train an image classification model. How to publish the model to be used as a WebService / HTTP REST… — read more
-
#AzureML – Creating a HTTP Rest Endpoint to consume an AzureML Designer based on the DenseNet template 🎨
Hi ! In my previous post I wrote about how to create a custom dataset with images to be used on a Azure Machine Learning Designer project. The second post was about how to use the custom data set and how to train the model. Today let’s publish the model to be used as a… — read more
-
#AzureML – Using a custom images 🖼️ dataset on the AzureML Designer with the DenseNet template 🎨
Hi ! In my previous post I wrote about how to create a custom dataset with images to be used on a Azure Machine Learning Designer project. Today I’ll share the steps to use it. Let’s start by creating a project based on the “Image Classification using DenseNet” template. Next step is to select the… — read more
-
#AzureML – How to create a dataset with images to be used on the AzureML Designer DenseNet samples
Hi ! I didn’t found this online, so I decided to write it down. How to create a dataset with images to be used on the Azure Machine Learning designer, when training a model using the DenseNet prefab and samples. Let’s start defining which Azure Storage Account we will use. I’ll use the default one.… — read more
-
#Event – En Febrero hablamos de #Serverless y Computer Vision 👀 @MSFTReactor
Buenas ! Enero fue un mes donde tuvimos varias sesiones sobre Serverless en el Microsoft Reactor en Toronto. En Febrero repetiremos algunas de esas sesiones en Español! Feb 04, Utilizando modelos de Azure Custom Vision en Azure Functions. GitHub Materials Feb 11, Utilizando modelos de Computer Vision entrenados con LOBE en Azure Functions GitHub Materials… — read more
-
#Python 🐍- Working with Environment Variables and python-dotnenv
Hi ! The Microsoft Cloud Advocates team is great and, hey everyday I learn something new. A couple of days ago we were talking about working with Environment Variables and Virtual Environments. I wrote several times about working with Virtual Envs, like WindowsTerminal and Anaconda, start an Anaconda Virtual Environment How to List and Remove… — read more
-
#AzureFunctions ⚡- Pip and TLS/SSL error on Debugging with #Python 🐍
Hi! There is something wrong with my current development environment. I have an Azure Function with these dependencies: And I got this error when I press F5 / Run the project in local mode. By default, Azure Functions works with a Python virtual environment. This helps to isolate our current dev environment, and also to… — read more
-
#Event – January is #Serverless in Toronto @MSFTReactor
Hi ! January is a Serverless month in the Microsoft Reactor Toronto. During the full month we wil host these session, presented by amazing friends: Jan 11, Azure Custom Vision running on Azure functions. Recording English, Spanish (coming soon!) GitHub Materials Jan 18, Computer Vision using LOBE running on Azure functions Recording English, Spanish (coming… — read more
-
Azure IoT Device lifecycle events
Originally posted on Sander van de Velde: The Azure IoT Hub is the main gateway for Azure IoT-related device connectivity. It features several useful features to make your IoT developer life easy. It offers a registry for devices so each device has its own credentials. Each device is capable to ingest device-to-cloud telemetry data into… — read more
-
#reTerminal – Installing TensorFlow, @Code and recognizing 🐿️🐺 using a Camera 🤳
Hi ! Let’s start with some posts using reTerminal with a very simple scenario: Install TensorFlow and Code on reTerminal to run an object recognition app. The desired output is something similar to this one. Live demo in a tweet ! And let´s start with the base commands to install Visual Studio Code. Oficial VSCode… — read more
-
#Python 🐍 – Export Video Frames as Images from a video file 🎥
Hi ! I can’t believe I didn’t write about this before. I usually do this, at least 2 times per month, and hey, now it’s on the blog for my future reference. Simple Scenario: Open a video file and export each frame as an image. Some notes: The sample uses OpenCV. I wrote a lot… — read more
-
#Event – Utilizando Azure IoT para darle de comer a mis ardillas 🐿️
Buenas ! El próximo jueves 6 de Enero, daré una sesión en Español sobre Azure IoT. Con la excusa de darle de comer a mis ardillas, he creado un sistema, utilizando un Wio Terminal para solventar este problema. El evento se retransimitirá en vivo por Twitch y YouTube, y se pueden registrar en este link.… — read more
-
#reTerminal – Installing OpenCV, and using a USB WebCam 🤳
Hi ! Let’s start with some posts using reTerminal with a very simple scenario: Connect a Camera to the device and show the camera feed in reTerminal display The output is something similar to this one. And let´s start with the base code to run this, based on my previous posts on OpenCV (see references)… — read more
-
#Personal – Manything, turn your old phones 🤳 into Security Cameras 🎦
Hi ! Happy new year everyone. As usual, I´ll write this down so I can remember about this in the future. Context A couple of days ago, minutes before we were leaving our house for a family trip, I found the need to setup a security camera in a weird location of my house. I… — read more
-
#RaspberryPi – 1st setup no monitor 📺: Wifi 📶 auto connect, SSH, rename, update, docker 🐳 and more! Update 2021-Dec-26
Content Create SD card using Raspberry Pi Imager Configure Wireless connection (if needed) Enable SSH (if needed) Find the IP address in your network Access via SSH Change Password (if needed) Rename the device (if needed) Expand FileSystem Update the device Install Docker Setup SSH password-less access to the Raspberry Pi Setup password-less access to… — read more
-
#VisualStudioCode – Create and use Code Snippets 🗒️ in @code, create custom snippets just for a workspace, and for multi folder solutions
Hi ! Update: I wrote this post last year for my Python series. This is an update focused on scenarios also working with C++ and Platform IO. Code Snippets are super useful, and create your custom Code Snippets is super easy in Visual Studio Code. The official Documentation (see references) explains how to create snippets,… — read more
-
Introducción a Dapr .NET SDK (9/N): Azure Container Apps mode
Originally posted on Juanlu, ElGuerre: En el pasado Microsoft Ignite (2021), se revelaba un nuevo servicio, Azure Container App. Un servicio de contenedores Serverless completamente gestionado para la construcción y el despligue de aplicaciones permitiendo facilmente su escalabilidad en base a las siguientes característidas: Tráfico HTTP Procesamiento controlado por eventos Carga de CPU o de… — read more
-
#Event – Resources used during “Using #AzureIoT to feed my squirrels 🐿️” #WioTerminal @MSFTReactor
Hi ! Yesterday I hosted the session where I shared how I created a Squirrel Feedr 🐿️🐿️🐿️ using a Wio Terminal, and how I connected the device to Azure IoT. As usual, now it’s time to share resources used for the session Resources Arduino library for Azure IoT Full Tutorial – IoT for Begginers Wio… — read more