Stratified mix of automated and functional testing Our approach to improving QA is a stratified mix of automated and functional testing. Having close to 100% code coverage by automated tests is hard to achieve and harder to manage, it is important to note that automated tests themselves do not guarantee any sort of regression mitigation, […]
SimpleSAMLphp Service Provider Configuration The following technical brief provides step by step instructions how to add a new Service Provider to SimpleSAMLphp (version as of this writing is 2.0.0) and leverage Google Workspace as Identity Provider (login provider). First, you should install and be able to run SimpleSAMLphp. If you don’t have it yet running, […]
Run SimpleSAMLphp using Docker SimpleSAMLphp is a great application with stellar reputation, pretty much the only game in town in the PHP world. However, documentation lacks examples and it is quite technical. The notes below will provide much needed context and example as to how to run SimpleSAMLphp with Docker. Download source code First thing […]
Launching a flutter app automatically at device start up is no different from launching any Android app written in either Kotlin or Java. 2-Step instructions how to launch your Flutter TV app on launch It is really fairly simple to achieve that. There are only 2 steps involved in the entire process, you should be […]
Using instance profiles is a better option for authenticating access to AWS resources. An instance profile is a unique IAM role associated with an EC2 instance at launch. This role allows the instance to access specific AWS resources and services