Experiments

This page contains links to all the experiments and learning exercises that I’ve been undertaking – especially on Azuer. it captures the lessons learned, best practices and gotchas which should hopefully make someone else’s task less ardous

Python Web Authentication with Azure AD


This sample demonstrates the use of Azure Active directory authentication for ASP.NET Core and using the validated tokens to authenticate and authorize Python Web API. In the first phase, non-Javas…

GitHub Location: SecureWebApp

Step-by-step Guide: here


Scalable WordPress Website Deployment

How was this web site created?
If you would to start your own blog, are technically minded, don’t mind installing free software and also want the blog web-site to be professional looking without writing much code – this repository contains the answer.

GitHub Location:
WordPressBlogOnLampAndAzure

Step-by-step guide: V2 Version

V1 Version


Computer Vision : Bird Detection

Bird Detection

This computer vision project analyses various techniques of object detection. In the first iteration, it’ll focus on detecting birds that land in my garden using openCV, Yolo, mobileNet, Azure Vision APIs and Google Vision APIs

GitHub Location: FindTheBirdy 


Adafruit IoT – Suite Integration

IoT Integration

The aim of this mini project is for the Adafruit Feather to communicate with to the Microsoft Azure IoT Hub. Adafruit Feather should be able to send telemetry messages and also respond to commands

GitHub Location:
Adafruit_IoTSuite_Integration