Latest Articles

11 articles total

How to Create Deep Links with DyLy
Guides

How to Create Deep Links with DyLy

DyLy is a service that shortens URLs and makes it easy to create deep links. This article explains how to efficiently create deep links with DyLy. Wha

mark241
Android application CI/CD with Flutter
Guides

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
Guides

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
Guides

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
Guides

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 a…

mark241
Add Key Vault references to Azure Functions
Guides

Add Key Vault references to Azure Functions

October this year, a feature called Key Vault references was GA 1. This is a function to store secrets handled by Azure Functions and App Service in K

mark241
Connect backend to Azure API Management
Guides

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
Guides

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