-
Introducción a Dapr .NET SDK (6/N): Debugging (VSCode y VS) + Sidekick
Originally posted on Juanlu, ElGuerre: Segun hemos podido ir avanzando a lo largo de todos estos posts, ya casi que podemos decir que conocemos y sabemos trabajar con Dapr. A pesar de ello nos queda bastante recorrido, y, por eso, antes de continuar, es el momento de tener más control y conseguir mayor facilidad durante… — read more
-
How to deploy an HL2 app (Unity) through USB or Wifi
Originally posted on Ivana Tilca: In case you want to know step by step how to port your HL2 application to your Hololens 2 device. All considerations are in this post. Software requierements Visual Studio 2019 Once you install the version you need, make sure you go to “Individuals components” in Visual studio installer. And… — read more
-
#AzureIoT – Create an Azure IoT Module from a Custom Vision 👀 project – Full Series
Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module that run a Custom Vision exported project from https://customvision.ai. And the step-by-step posts: References Azure Custom Vision Azure Custom Vision Documentation Azure IoT Tools Deploy your first IoT Edge module to a virtual Linux device — read more
-
#AzureIoT – Using a Raspberry Pi Grove Sensor 👀 in an ☁ Azure IoT Edge Module – Full Series
Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module to be run in Raspberry Pi registered as an Azure IoT Edge Device. This series also covers how to access to specifics sensors connected to the device and send telemetry, and more. I’m missing the… — read more
-
#Podcast – NTN 98 – Hablemos de GitHub Copilot 🤖 y de como nos afecta a los programadores, licencias, seguridad, y mucho más!
Buenas ! GitHub CoPilot es un tema candente para todos los programadores, así que después de darle tiempo en otras plataformas hoy toca hablar en modo podcast. Como siempre, el episodio no tiene guión; eso nos ha permitido hablar libremente del tema de licencias, sobre cómo se puede monetizar el producto, hablamos de seguridad y… — read more
-
#Docker 🐳 – After curl, now it’s time to install git, clone a repo and run some stuff 🤷♂️
Hi ! Ok, here goes nothing. If you ever, and I mean, EVER NEED GIT in a docker container. This may help. This lines are a sample on I know, you can install all and make it all happens in a single line. I’m not a big fan of single lines, so I’ll keep this… — read more
-
Introducción a Dapr .NET SDK (5/N): Bindings/Triggers
Originally posted on Juanlu, ElGuerre: Y seguimos con la serie de posts sobre #Dapr incluso en vacaciones. En este articulo vamos a ver como hacer uso de los Bindins tando de entrada com ode salida (input y output respectivametne. Como en los casos anteriores vamos a ver ejemplos de componente en Azure. Para este caso… — read more
-
#Podcast – NTN 97 – Episodio familliar, OffBoarding el libro, Diversidad, Inclusión, y mi mala memoria !🧠
Buenas ! Siguiendo con la lista de los personajes que aparecen en una foto del 2014, hoy vamos con uno de ellos. Que ha publicado un libro recientemente; “Offboarding”. Pero ojo, que no viene solo, esta vez es un episodio familiar! Tenemos Microsoft MVPs, experiencias de trabajo en Amazon, carreras profesionales, y mucho más. Importante,… — read more
-
#Docker 🐳 – Install and run curl commands
Hi ! Maybe if I write this down, I won’t forget the next time. If I / you need to run curl commands in a docker definition, you only need to have this lines as an example. Last line is where magic happens ! — read more
-
#Podcast – NTN 96 – NetCoreConf SignalR, gRPC y experiencia en el evento 💢💫🧑💻
Buenas ! El equipo de NetCoreConf nos permitió entrar al backstage del evento, y en una esquina del bar (virtual), tuvimos la suerte de hablar de muchos temas interesantes. En esta ocasión, aprovechando la oportunidad para hablar con un grande: Jorge Serrano. Y claro, además de hablar un poco de tecnología, tiramos de experiencias y… — read more
-
Introducción a Dapr .NET SDK (4/N): Pub/Sub
Originally posted on Juanlu, ElGuerre: Continuando con la serie de posts sobre #Dapr, en este articulo nos ponemos manos a la obra con el patrón Publicador/Subscriptor (Publisher/Subscriber). Además, vamos a ver como trabajar con este Building Block en Azure y en particular con un componente basado en Azure Service Bus. Incluso ¿por que no?, usar… — read more
-
#Event – Resources used on the “TinyML and SkySharks 🦈🦈🦈” at CodePalousa 2021
Hi ! Another great time in CodePalousa. I hope I can see my friends IRL on 2022. This time, I shared some insights about Machine Learning on devices, really tiny devices. As usual now it’s time to share the resources Slides Source Code Source Code is available here. Recording Coming soon ! — read more
-
#AzureIoT – Using a Raspberry Pi Grove Sensor in an ☁ Azure IoT Edge Module (6/N)
Hi ! In my previous post I shared some details on how to configure the Azure IoT Module to interact with the sensors / servos / LEDs connected to the Raspberry Pi. I also shared the base code to send telemetry. Let’s add some more details related to the Send Telemetry part. Send Telemetry In… — read more
-
De Madrid al cielo con SQL Server Stretch
Originally posted on Alb3rto Alonso: Con un título tan rimbombante cualquiera se preguntará acerca de qué voy a escribir, pero claro, en el mismo enunciado aparece una buena pista, mi tan apreciada SQL Server. Mencionar que esta característica está disponible únicamente a partir de la versión 2016 y corriendo sobre máquina Windows. Una vez terminada… — read more
-
Introducción a Dapr .NET SDK (3/N): Secrets
Originally posted on Juanlu, ElGuerre: Continuando con la serie de posts sobre #Dapr, en este en particular vamos a ver como usar secretos para evitar tener información sensible (como texto plano) en los componentes Dapr. Delegando así esta responsabilidad de seguridad en otros components, los “Secrets“. A continuación, el listado completo de posts relacionados sobre… — read more
-
#Event – Video on how to create a #AzureIoT Central App in 10 min to display drone 🚁 telemetry
Hi ! Yesterday I had the pleasure to talk about how to create a sdk to control a DJI Tello drone with my friends from Azure AI Latam. And the 2nd part of the session was focused on how to use Azure IoT Central to process and display the drone telemetry information. So you can… — read more
-
#AzureIoT – Using a Raspberry Pi Grove Sensor in an ☁ Azure IoT Edge Module (5/N)
Hi ! So, as a final post, here are some notes related to the Container Create option and also how to send telemetry from the device. Container Create Option This is the Container Create Option configuration that I define for the module. This specific configuration allows the access to the i2c components (raspberry pi pins)… — read more
-
Introducción a Dapr .NET SDK: State Management
Originally posted on Juanlu, ElGuerre: En el post anterior, hacíamos una introducción a Dapr con el propósito de saber que es y que nos aporta en nuestro día a día. También vimos un primer ejemplo sobre la invocación entre servicios (Service-to-service Invocation), donde el “Discovery” entraba en acción. En este post continuaremos aprendiendo y profundizando… — read more
-
XR can help your company on the cutting edge, but how?
Originally posted on Ivana Tilca: As a technical professional, helping customers is my main goal. It is not just for providing a solution to their problems, but helping them transform, innovate and enhance their business. And one of the technologies I advise implementing today is Extended Reality. Using extended reality can keep you and your… — read more
-
#LemonCode 🍋 – GitHub SSH + Personal Access Token en #Windows 🪟
Buenas ! Los amigos de Lemon Code nos recuerdan que partir del 13 agosto de 2021 Github no va a dejar clonarte un repo usando el protocolo HTTPS. Para los que trabajamos con Windows, han publicado una serie, donde explican paso a paso como habilitar otras opciones. Personal Access Token Hasta ahora, la forma más… — read more