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!
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 […]
How to configure Gettext using PHP and Docker One thing that sets apart software applications is internalization. Developers often overlook the importance of internalization of their app. Let’s set that up. The Docker part (likely what you are looking for) Fortunately, there are open source tools that make translation of your app easy. Consider using […]
Performance is king use Opcache PHP extension What is Opcache and what’s in it for my app? Opcache is an extension for PHP that is used to improve the performance of PHP applications by caching the compiled version of PHP scripts in memory. This means that when a PHP script is executed, the opcache extension […]