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.
Posted 5 months ago by Martin Dluhos
Phoenix is a popular Elixir web framework for building scalable, high-performance web applications. If you are building a large-scale Phoenix-based application platform, then you would most likely have a DevOps person or a DevOps team to deploy it in GCP or AWS with a Kubernetes orchestration engine. If you’re developing your app on your own […]
Read article
Posted 7 months ago by Martin Dluhos
Innovation is at the core of Profiq’s mission. Arguably, the most innovative development in technology recently is ChatGPT, developed by OpenAI. In an earlier article, we explored OpenAI’s Codex model, which we used for code generation and editing. In this follow-up article, we share our experience leveraging OpenAI’s models programmatically via its API, for creating […]
Read article
Posted 8 months ago by Martin Dluhos
If you’ve been following the news in the IT world, you’ve surely heard about OpenAI. For the past few months, this company has made headlines with its excellent AI language models. OpenAI is best-known for ChatGPT, a user-friendly, chatbot-like tool that’s being used to simplify the content creation process. Beside ChatGPT, their offering also used […]
Read article
Posted 10 months 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
Posted 12 months 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
Posted 1 year ago by Anke Corbin
We recently hosted a Peer 2 Peer Tech Leader roundtable discussion in the Rocky Mountains. The group is composed of engineering leaders from a wide variety of software tech companies ranging from smaller 4-6 person engineering teams at startups to engineering leaders at FANG companies, and organizations in the government sector responsible for over 400 […]
Read article
Posted 2 years ago by Eva Bordovská
Lauded by customers as a “communication lifesaver” and “a game changer”, one of our clients, Colorado-based Serenity App Inc, is making a big impact in the senior care space with its cutting-edge platform, Serenity Engage. Serenity Engage streamlines and protects communication between the families of seniors in residential and hospice care and their often multiple […]
Read article
Posted 3 years ago by Milos Svana
Surveys are a great way to collect opinions from a large number of people from different groups, subsequently using this information to design better products and services. Despite the proliferation of many advanced analysis tools it’s often difficult to understand the needs of your customers without the direct communication provided by surveys. Simple survey tools […]
Read article
Posted 3 years ago by Gabor Puhalla
Most of us understand velocity in terms of objects: how fast something can travel in a given direction. But what does this term mean when it comes to engineering teams – and why is understanding this so fundamental to building your team’s velocity? profiq is one of the founders and organizers for the Moving Fast […]
Read article
Posted 3 years ago by Milos Svana
In a previous article, we introduced Open Policy Agent (OPA), a simple open source tool that lets you decouple your organizational policies, including service authorization rules, from other parts of your software stack. We showed you many ways how OPA can be integrated into your service architecture, and also presented a few policy definition examples. […]
Read article