Blog

This blog is intended for software system engineers, architects and managers or people generally interested in development, testing and integration of software systems. It is part of profiq’s community effort that has the objective of sharing knowledge and ideas about software system integration, testing and development. In addition to this technical content, we share updates about life at profiq.

What do Startup Tech Leaders need to Know about APIs? Listen now to this MovingFast Tech podcast featuring Jason Harmon, CTO from Stoplight.io

Posted 1 year ago by Anke Corbin

An API, or Application Programming Interface, is a set of rules and protocols for building software and applications. It specifies how software components should interact and allows for communication between different systems. APIs can be used to allow third-party developers to access certain features or data of an application or service, enabling them to build […]

Read article

Designing REST APIs with Stoplight

Posted 1 year ago by Milos Svana

A well-designed API is both an important business driver and a must if you want to split your software product into smaller modules. Whether you decide to deploy your app as a set of microservices or separate the client-side rendered frontend from the backend, you need to think about how the individual components will interact […]

Read article