Simplifying cross-platform test driven SQL database project developmentThis article shows tips and tricks of using VS Code and Docker to make database project development and testing easy and fast.Apr 1Apr 1
Migrating database to new SDK style SQL project and containerising itUsing .NET Framework based SQL Project for MS SQL Server database in very common and have been around for years. With recent changes in…Oct 5, 20231Oct 5, 20231
How to create a timely running service in .NET 7This article is an update to the previous article “how-to-create-a-timely-running-service-in-net-core”. In the update, dotnet 7 is used…Sep 29, 20231Sep 29, 20231
Connect to Azure from GitHub Actions without using client secretsGitHub Actions is becoming a popular choice for automating workflows and deploying to Azure in organisations where source control is in…Jul 30, 2023Jul 30, 2023
How to use Managed Identity in Azure Functions with Service bus triggerIn this article, we will be creating a simple Azure Function which is triggered by a notification in Azure Service bus topic subscription…Jul 8, 2023Jul 8, 2023
Continuously releasing Flutter iOS app to TestFlight using AppcenterIn this tutorial, we will be setting up an automated release process for flutter application build for iOS. Using Appcenter, we will build…Aug 31, 2020Aug 31, 2020
Releasing Flutter iOS app to TestFlight using XcodeIn this tutorial, we will be setting up an automated release process for flutter application build for iOS. Using Appcenter, we will build…Aug 31, 20202Aug 31, 20202
Published inITNEXTSending notifications to mobile devices using Azure FunctionsNotification functionality based on data updates in Azure Cosmos DB using Azure Functions, Azure Notification hub and Flutter application.Jul 7, 20201Jul 7, 20201
Continuously releasing Flutter app to Play store using Github ActionsIn this tutorial, we will be setting up an automated release process for flutter application. Using github actions workflow, we will build…May 24, 20202May 24, 20202
CI/CD for Flutter android app using Github ActionsIn this article, we will be setting up CI/CD (continuous integration and continous deployment) pipeline for a mobile app built with…May 9, 20204May 9, 20204