-
Understanding Ingress Controllers and Azure App Gateway for Azure Kubernetes Part 2: AGIC
Originally posted on Roy Kim on Azure and AI: The previous part 1 blog post went over fundamental concepts of ingress and ingress controller. This part 2 post will build on this concept and give a review of the App Gateway Ingress Controller (AGIC) First of all, what happens when you deploy AKS with its… β read more
-
#Event β Let’s rock some #AI and #ComputerVision at @devdotnext #devdotnext2020
Hi! In a couple of weeks, Iβll be visiting one of the biggest events in Broomfield, Colorado: @devdotnext. DevDotNext DevDotNext hosts 150+ 75-minutes Presentations, 4 Keynotes/Panels, and 11 All-day Pre-Conference Workshops. The schedule is available here https://www.devdotnext.com/schedule with some of this amazing topics: Languages Design and Architecture Cloud Server-Side Frontend DevOps Microservices Machine Learning Testing β read more
-
Understanding Ingress Controllers and Azure App Gateway for Azure Kubernetes Part 1: Intro
Originally posted on Roy Kim on Azure and AI: I will share my experiences with a design and implementation of Azure Application Gateway for an Azure Kubernetes Service (AKS) cluster. This is so that you may get some practical insight as you plan and design for using the Azure App Gateway. In this blog series,… β read more
-
#Coding4Fun β How to control your #drone with 20 lines of code! (7/N)
Hi! No code today. Mostly because I spend a decent amount of time trying to understand how the DJI Trello camera feed works. In order to access the camera feed remotely we need to perform 2 steps. First we need to send the command “command” to the drone, and then the command “streamon” to enable β read more
-
#Coding4Fun β How to control your #drone with 20 lines of code! (6/N)
Hi! Today is code time also! And a continuation from my previous sample. Yesterday I show how to read a static value: the battery. And, when you work with a device like a drone there are other important values to analyze in order to send commands to the drone. Like altitude, position, time of flight β read more
-
#Personal – The amazing moment when you realize that you are helping people ! #MVPBuzz
Hi! Being part of communities is awesome, and sometimes you get some feedback that really makes your day. Last week, I saw in the LinkedIn updates, that one of my LinkedIn contacts get a new Job in the VR/AR space. Note: Do you know that VR/AR is on the most hot job around today. Read β read more
-
This is a “Thank you” Post and a “How to become an MVP”.
Originally posted on Ivana Tilca: Only 12 days ago I was named Microsoft MVP of Artificial Intelligence and since that time thousands of things happened, that made me think i needed to write this post. I will face the beginning of the questions, with practical answers so that you can understand it, but then I… β read more
-
#Coding4Fun β How to control your #drone with 20 lines of code! (5/N)
Hi! Today is code time! In my previous post I share some code to send commands to the drone. Today I’ll show how to read the information from the drone. Before I start, someone asked if my kids are having fun with the drone. A image will be enough to answer this. Reading drone information β read more
-
#Coding4Fun β How to control your #drone with 20 lines of code! (4/N)
Hi! The DJI Drone is a great device, you can have a lot of fun and also learn a lot. However, because the main way to interact with the device is via WIFI and UDP, you need to connect to the device WIFI. And, connecting and disconnecting to the is some times not a very β read more
-
#Coding4Fun β How to control your #drone with 20 lines of code! (3/N)
Hi! Today I’ll write the equivalent of a Hello World in the drone ecosystem. This is a very complex app which: take off the drone wait a couple of seconds lands the drone I’ve followed the Python code sample from the SDK and the final code is very complex (see below). And it deserves some β read more
-
Quantum – Can Microsoft, Google and Amazon help us solve the problems that will forever change our future?
Originally posted on Ivana Tilca: Before startingβ¦ let me tell you what I imagined of Quantum Computers. And maybe something like that happens inside a QC since basically they are supercomputers equipped with advanced processing powers. The basic idea of this supercomputers, is to smash some barriers that limit the speed of existing computers by… β read more
-
#RaspberryPi – New Raspbian image for 2020-Feb-05
Hi! I remember last time I download and updated my Raspberry Pi with the latest Raspbian image, because it was the week before the Caribbean Developers Conference, and I deal with a couple of unexpected issues with the new version. After the Regional Innovation Summit in Seattle, one of the draft posts that I have β read more
-
Tutorial : Azure Kinect + Face Emotion Detection
Originally posted on Ivana Tilca: Hello everyone! Last year i uploaded a video in which I developed a small WPF application that consumed Cognitive services to calculate the distance of a person captured by the Azure Kinect Camera. I received a lot of questions about the code and it made me feel good that i… β read more
-
#Coding4Fun β How to control your #drone with 20 lines of code! (2/N)
Hi! I my previous posts I shared some links about the DJI Tello drone. One of them is the SDK 1.3.0.0. In this document we can find the main commands and descriptions of the specifics commands to use to communicate with the drone. The document also links a Python sample file with the following code: β read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (1/N)
Hi ! I’ll start to write a couple of posts about controlling a drone using Python. This all started at the end of 2019 when my friend Daniel (@danielcauser) told me that he was playing around with the DJI Tello Drone (see references). This drone is a small quadcopter that features a Vision Positioning System β read more
-
#Podcast – NTN 42 Seguridad en Azure con @jc_quijano
Buenas! Vuelta a los podcasts y esta vez con Juan Quijano (@jc_quijano) en una conexiΓ³n Madrid Toronto. Juan es Microsoft Certified Trainer, Arquitecto de Soluciones en Azure y Consultor independiente en implantaciΓ³n de DevOps. Que es otra forma de decir que sabe, y mucho sobre Azure. Por eso, esta es la perfecta excusa para hablar β read more
-
#RaspberryPi – Install Virtual Environments
Hi! Virtual Environments are a great way to isolate our dev tests, and after been using this in Windows also, work with them in the Raspberry Pi makes a lot of sense. I’ll leave here the necessary steps to do this, however the full credit is based on some posts from Adrian Rosebrock and his β read more
-
#RaspberryPi – Performance differences in #FaceRecognition using #OpenVino (code with @code!)
Hi ! I’ve been looking to use the amazing Intel Neural Stick 2 for a while, and one of the 1st ideas that I have was to check how fast my Raspberry Pi 4 can run using this device. The Intel team released a nice step by step process installation for Raspberry Pi. And it β read more
-
#RaspberryPi – How to solve the SSH warning: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
Hi ! When you test and play around with your Raspberry Pi, you may need to format again your Raspbian SD Card, and then start everything from scratch. This is a trivial process, and is usual to setup the device to connect automatically to a Wifi network and also enable SSH (I wrote about this, β read more
-
Using Azure Sentinel with Azure App Gateway to Investigate Web Attacks – Part 5 Incidents
Originally posted on Roy Kim on Azure and AI: The previous blog post part 4, I have shown how to create Analytics rules that alert for SQL Injection attacks. I will show the incidents that are generated from this rule to do further investigation. Your organization may have a cyber security team that will monitor,… β read more