Kevin Le·Jan 14, 2022Find a matching element in a list and move to first: A journey from a novice JavaScript to an…Here’s the problem we’re trying to solve. We have an array of users as follow:
Kevin Le·Aug 27, 2021Securely store and access secrets in Azure KeyVault from Docker-based App ServiceStoring secrets such as database passwords, API keys, tokens, et cetera in .env files or appsettings.json or similar config files are not…A response icon2A response icon2
Kevin Le·Nov 3, 2020Learn Xamarin.Forms Control Template by making a Button with built-in Loading Indicator in 4 stepsIn Xamarin.Forms, Control Template offers a powerful way to build a template. The template is built by composing smaller parts. But…
Kevin Le·Apr 3, 2020Accelerating to delivery: Quickly build an Admin Panel or Dashboard-like app using ReactJS and…Part I
Kevin Le·Oct 24, 2019Correctly capture iOS 13 Device Token in XamarinCapturing the Device Tokens is necessary for push notification to work. A Device Token is nothing but an ID that uniquely identifies a…A response icon3A response icon3
Kevin Le·Nov 13, 2018Build an iOS front end to verify a numeric code using RxSwiftThere are use cases, commonly related with passwordless authentication or second-factor authentication where iOS users are required to…
Kevin Le·Nov 1, 2018Everything you need to know to write, debug, deploy and monitor Azure FunctionsStep by step guide using a light weight approachA response icon2A response icon2
Kevin Le·Apr 27, 2018Securing C#/.NET WebAPI with public-private-key-signed JWTs signed by NodeJSThis article was cross-posted on dev.toA response icon2A response icon2
Kevin Le·Oct 6, 2017A small gotcha with NodeJS Application settings on Azure that can surprise youThe following code runs perfectly fine on a NodeJS server that’s hosted outside of Azure App Services: