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.

Kubernetes cluster setup using virtual machines

Posted 7 years ago by Pavel Balcárek

Preface Recently I needed to setup k8s cluster on my local machine in order to see if I’m able to do it on bare-metal servers lately. So I decided to first give it a shot using Virtual Box machines. There were a few places where I was a bit stuck and spent some times googling. […]

Read article

How to theme an ExtJS application in Sencha Architect 4

Posted 7 years ago by Petr Večeřa

Sencha ExtJS is popular JavaScript framework for building data-intensive, cross-platform web and mobile applications. It comes with unique visual app builder called Sencha Architect that released its latest version 4 in December. Sencha Architect 4 is fully-fledged IDE for developing ExtJS applications which can help you with all the key features such as theming. The […]

Read article

How we delved into an alternate reality, and why

Posted 7 years ago by Lukáš Trnka

As software engineers, it’s deeply embedded within us that we constantly keep a finger on the pulse of the times and an eye on technological trends. In other words, we like to get to the bottom of things and understand the principles by which things function in great detail. It is for this very reason […]

Read article

How to develop a MuleSoft connector

Posted 8 years ago by Filip Vavera

Introduction After a brief introduction to the MuleSoft platform in my first blog, I would like to share my first experience with developing a connector. I decided to develop a Gitlab connector because it is a great system and I did not find a connector that would be developed for it. First, I’m going to focus on describing […]

Read article

Be informed about GitHub commits via Twitter, second solution

Posted 8 years ago by Michal Kalita

I have developed two solutions for getting informed about source code changes on GitHub, when you are sharing code with other developers. I described one solution in a previous article. This article is describing a second solution. You are welcome to try both approaches, so you can decide which could on work better for you.

Read article

Be informed about GitHub commits via Twitter

Posted 8 years ago by Michal Kalita

If you share your code on GitHub with other developers, you may want to be notified about commits. GitHub has a built in feature to provide notifications or send e-mail about these commits. I wanted to see, if I could leverage MuleSoft to introduce notifications through alternative channels, particularly through Twitter. I implemented two solution. […]

Read article

How to run Sencha.io examples

Posted 11 years ago by janhaj

Although deploying and executing Sencha.io examples should be a basic operation, I faced some difficulties, when setting them up according to the existing documentation. There is a couple of details that I had to do in addition to complete the process successfully. Hence, I decided to summarize my findings in this articles. I hope, they […]

Read article

How to test your OpenDJ plugin

Posted 13 years ago by Nemanja Lukic

A problem you might face while extending the OpenDJ functionality with a plugin is to develop proper unit tests. OpenDJ comes with a set of tools to facilitate the testing, but since they are tightly integrated within the build framework, you might find it difficult to execute your unit tests from outside of the framework. […]

Read article

Maven archetype for OpenDJ plugin development

Posted 13 years ago by Nemanja Lukic

We have previously written about the plugin development for OpenDJ based on the example-plugin.zip which comes with the binary distribution. However, as OpenDJ is evolving and slowly migrating to Maven, on the initiative of the ForgeRock team we have come up with the Maven archetype to make the plugin development easier and more developer friendly.

Read article