
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
8 articles total

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

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

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

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

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

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.

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

1 Introduction I recently started learning machine learning and participating in Kaggle, the competition for image classification. This time I will…