Apr 25, 2022 | Cheap & Easy scraping using Scrapy, Docker & Azure Container Instances
In this blog post I am going to show you how you can create a scraper using Python, Scrapy, Docker and deploy this solution to Azure Container Instances.
Apr 4, 2022 | How to run a (Python) Azure Function as a Docker container & Deploy it using Bicep
In this blog post I will walk you through the steps required to deploy your Azure Function as a Docker container. In this case the function was dockerized in order to be able to use a specific ODBC driver.
Apr 4, 2022 | How to expose your MSSQL Database Views as an API, and take advantage of Row Level Security
How to expose your MSSQL Database Views as an API, and take advantage of Row Level Security by using the identity of the API caller to connect to the database. Built using Azure Functions + Azure Active Directory
Oct 26, 2021 | Creating your own image background removal API using Azure Functions | Remove.bg clone
For an app I have made, I was looking for an API with which you could remove the background of an image. I found a few but most of them charge around 20 eurocents per image which I found far tooS much. So I started looking for an alternative solution.
Oct 26, 2021 | Creating a cross platform app on Azure and deploying it to the Play Store.
I think many people are not aware of the possiblities of running mobile apps on Azure. In this blogpost I will demonstrate how easy it is to build mobile apps on Azure and get them into the play store
Dec 15, 2020 | Using CustomVision to recognize chess pieces in realtime
In this post I will show you how you can use CustomVision to recognize different chess pieces.