Kevin LeFind 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:Jan 14, 2022Jan 14, 2022
Kevin LeSecurely 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…Aug 27, 20212Aug 27, 20212
Kevin LeLearn 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…Nov 3, 2020Nov 3, 2020
Kevin LeAccelerating to delivery: Quickly build an Admin Panel or Dashboard-like app using ReactJS and…Part IApr 3, 2020Apr 3, 2020
Kevin LeCorrectly 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…Oct 24, 20193Oct 24, 20193
Kevin LeBuild 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…Nov 13, 2018Nov 13, 2018
Kevin LeEverything you need to know to write, debug, deploy and monitor Azure FunctionsStep by step guide using a light weight approachNov 1, 20182Nov 1, 20182
Kevin LeSecuring C#/.NET WebAPI with public-private-key-signed JWTs signed by NodeJSThis article was cross-posted on dev.toApr 27, 20182Apr 27, 20182
Kevin LeClosure explained in an elevator…without saying the words “close over”Nov 28, 2017Nov 28, 2017
Kevin LeA 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:Oct 6, 2017Oct 6, 2017