Risk-Free trial

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.

Tags

Introduction at KarieraPlus

KarieraPlus jobfair is the biggest fair of its kind in the Czech Republic. About 100 companies from various industries presented themselves (±10 of them were from the field of IT) this year. About 5 000 visitors attended, interested in jobs of all kinds of industries. We are lucky that the fair takes place in Ostrava, the location of profiq's Software Engineering Centre of Excellence. We decided to attend for the first time in the history. (more…)

independent engineering profiq

Using Java to create customized virtual machine clones on VMWare infrastructure

Hello. Quite a while ago I was given a task to create a java module which would be able to create customized clones from existing virtual machines, managed by vSphere. Main focus was on creating clones, which has unique network settings so all machines can be used for testing at once on same network. To do this, I utilized an open source java library called VIJAVA , which is a Java API to VMWare infrastructure. It offers you pretty big set of operations, which you can do on top of the…

#vsphere #vmware #java #virtualmachine

Choose the road you want to drive in 2015

First of all, with a New Year, we wish everyone to start 2015 on the right path to success and happiness! Having no options for employment and career building is one of the common themes I'm hearing from Software Engineers in the Ostrava region. There is a few employers with a limited variety of technology projects. We are introducing a new alternative you can consider: innovative engineering projects for agile software houses in the Silicon Valley. Would you consider it? (more…)

ostrava profiq silicon valley

Entering the Valley

"Silicon Valley is more of a state of mind than a physical location. It has no large monuments, magnificent buildings or ancient heritage. There are no tours of companies or venture capital firms. From Santa Clara to South San Francisco it’s 45 miles of one bedroom community after another. Yet what’s been occurring for the last 50 years within this tight cluster of suburban towns is nothing short of an “entrepreneurial explosion” on par with classic Athens, renaissance Florence or 1920’s Paris. (Hackers Guide to Silicon Valley by Steve Blank,…

profiq

Bringing innovation to life from new office in Ostrava

The demand for profiq's services from Silicon Valley based hi-tech companies is increasing. This brings new opportunities for technical talent in the Ostrava region. People started seeing us as a competitive alternative to existing IT vendors on the job market of the region, even before moving to Ostrava. Opening a new engineering center in Ostrava increases our dedication to being the alternative. Most of all, we are now even closer (couldn’t be any closer than that :) ) to university students to enable them to work on technically challenging projects. We…

ostrava product development process profiq silicon valley system engineering testing

Why didn’t you tell me!

Here comes a testing focused article after a series of technical blogs! It is based on experience with projects managed through waterfall processes and it continues the series about tackling test complexity. It is about a luxury that we so often ask for and we often don't have in testing: to be involved early in the product development process. What does it mean actually to be involved early in the process? Why is it so important? And how does it help tackling test complexity anyway? (more…)

independent testing product development process system engineering system testing test complexity testing

How to run Liferay with EnterpriseDB’s PPAS as WCM

In case you are evaluating a database for your project(s), you might come across an EnterpriseDB's Postgres Plus Advanced Server (PPAS). This database is part of an EnterpriseDB (EDB) offering, which is a company providing optimizations, support, performance and security additions and tools (such as Oracle compatibility) for Postgres SQL database. Lately I had a need to use a database for my Liferay portal other than the one that is bundled within Liferay installation, so I have picked up EnterpriseDB's PPAS. (more…)

enterprisedb liferay portal ppas

How to run Engine Yard Local in CentOS 6.5

Engine Yard is a platform as a service (PaaS) company that focuses on deployment and management of Ruby on Rails, PHP and Node.js servers in order to provide to customer a quick and simple way to deploy applications. They provide also a local version of Ruby on Rails server on Gentoo Linux so anyone can test how it works. I wanted to run the Engine Yard Local on CentOS 6.5 to test sample a Ruby application without the use of cloud services but I have faced some difficulties during deployment that…

engine yard system engineering

OpenAM privileges delegation

Recently, I have been exploring administration delegation feature of OpenAM 11 and given that i didn't find any detailed information about this topic, I decided to write down this blog.  This article is based on existing OpenAM documentation( http://openam.forgerock.org/openam-documentation/openam-doc-source/doc/admin-guide/index.html#delegate-realm-administration ) and my investigations of this area. (more…)

forgerock openam