Systems | Development | Analytics | API | Testing

Sauce Labs Contract Testing Overview

Start using Sauce Labs Contract Testing with Mocking in only minutes with this easy technical overview. See how quickly you can generate contract tests from OpenAPI spec files to check for contract compliance between the API consumer and producer. Sauce Labs also lets you easily extend contract tests into functional, integration and load tests!

Refactoring with Deprecations

Deprecating old code and replacing it with new and improved APIs is an established process in software development. In the core of PHP APIs are provided to trigger and to get notified of deprecations. As a PHP application developer you can then hook into all triggered deprecations using a user defined error handler. You can use this API to collect deprecations and fix them.

Monolithic Applications: A Relic of the Past?

In software development, the monolith architecture has successfully seen the design and development of applications. Most unicorn companies in recent years started their journey using monolithic architecture. However, we’ve seen a significant change and adaptation of microservice architecture patterns in the last few years. The popularity of designing and developing applications using microservices is mainly because of scalability and increased productivity for larger teams and companies.

Complete Guide to Ecommerce Integration | Integrate.io

Ecommerce relies on a robust tech stack — but that stack must communicate effectively. Our Key Points: Ecommerce integration. Those two words together encompass an entire aspect of online commerce — online stores can't function without it (or without an Ecommerce integration guide). Taken separately, however, these words have standalone meanings of their own. Ecommerce is online business. Whenever a consumer purchases something on the internet, they're engaging in Ecommerce.

Livebook for Elixir: Just What the Docs Ordered

While initially conceived as a tool for data exploration (much like Jupyter for Python), Livebook has deservedly become a sensation in the Elixir community. It has been fantastic to see all the wonderful ways teams are leveraging Livebook for a range of different use cases. We have seen Livebooks being used to: Livebooks have also been used as the default REPL interface for project development.