Amazon Lightsail is a cloud-based service that provides developers and businesses with an easy-to-use, low-cost solution for launching and managing virtual private servers and web applications.
Use PGP (Pretty Good Privacy) encryption standard to encrypt and securely transmit messages, credentials, and other sensitive information.
Use our SDK to get data on over 150M real estate properties using estates.com API. Estated.com charges $0.25 per API call, and you can get started in minutes!
We had to jump on the Generative AI craze! As early adopters of new tech decided to look into it and train our checkpoint based on Stable Diffusion 1.5, we were blown away. We uploaded several images of our guinea pig Teodor
Newer versions of Ubuntu and other operating systems have moved away from using ssh-rsa as the default authentication algorithm.
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