Matthew Leak·Feb 1, 2021Azure Functions with a Static IPA few years ago I wrote an article on running AWS Lambda functions with a static IP. The gist of the solution is fairly simple and has…
Matthew Leak·Jan 20, 2021AWS Lambda: Under the Hood — How Lambda WorksIn my previous article, I gave an introduction to the serverless ecosystem on AWS and with slight weight to AWS Lambda. Continuing on from…A response icon1A response icon1
Matthew Leak·Oct 2, 2020An Introduction to the AWS Serverless EcosystemServerless or Cloud 2.0 I’ve often heard it referred to as (which makes me shudder as I think about the Web 2.0 days) is still considered…
Matthew Leak·Feb 16, 2020A first-hand experience of using Azure Data FactoryOver the last couple of months I’ve been working my first data engineering gig with a requirement that the ETL platform had to run inside…A response icon8A response icon8
Matthew Leak·Mar 17, 2019Deploying a static website to Azure Storage using Azure DevOpsHow to use Build/Release pipelines in Azure DevOps to automate the deployment of a static site to Azure blob storage.A response icon14A response icon14
Matthew Leak·Nov 21, 2016React Native Firebase Authentication with FBLoginManagerOver the last few days I’ve been playing with Firebase because Firebase fits perfectly with React(Native) and to understand why I…
Matthew Leak·Nov 13, 2016Disabling screen rotation in React Native (iOS)These days, only a handful of applications (minus games) seem to support landscape mode. Application builders are aware of how users…A response icon4A response icon4
Matthew Leak·Nov 12, 2016Fixing the React Native RCTSRWebSocket.m errorOccasionally when building a React Native application for iOS you’ll want to open the Xcode project and either build/simulate the…
Matthew Leak·Nov 7, 2016AWS Lambda functions with a static IPInternally at Compare52 we build a lot of server-less micro-services on AWS Lambda which is great for running stateless web services in the…A response icon20A response icon20
Matthew Leak·Nov 2, 2016nth-child in React-NativeDuring the development of a native iOS app that I’m currently working on, the design required for a 2 column grid layout with borders in…A response icon5A response icon5