Software

8 articles

Android application CI/CD with Flutter
Software

Android application CI/CD with Flutter

CI/CD pipeline is essential part of software development. This article explains how to construct CI/CD pipeline to build Android application using Flu

mark241
How to localize app in Flutter
Software

How to localize app in Flutter

Localizing your app is important requirement if you want your app to be used across the world. Flutter provides the simple way to localize your app by

mark241
Describe Azure resources as ARM Template
Software

Describe Azure resources as ARM Template

ARM Template is a json format file which defines Azure resources. ARM Template helps you realize the practice of infrastructure as a code. However, AR

mark241
Apply a custom domain to Azure API Management
Software

Apply a custom domain to Azure API Management

Azure API Management is a fast way to create a consistent, modern API gateway for existing back-end services [^1]. This article describes how to apply

mark241
Add Key Vault references to Azure Functions
Software

Add Key Vault references to Azure Functions

October this year, a feature called Key Vault references was GA [^3]. This is a function to store secrets handled by Azure Functions and App Service i

mark241
Connect backend to Azure API Management
Software

Connect backend to Azure API Management

Learn how to use the ARM Template to add APIs to API Management. Use resources such as operations, policy and backend to connect APIs to your backend.

mark241
Set version and revision with Azure API Management
Software

Set version and revision with Azure API Management

This article describes how to add versions and revisions with Azure API Management. To set API version and revision, deploy apis and apiVersionSets re

mark241