Blog Type: Technology

Integrating Spira Management Systems with Jenkins

This article describes the steps that are needed for integrating Jenkins with Inflectra SpiraTest, SpiraPlan, or SpiraTeam and running Rapise automation tests from Spira systems. This process is the same for all 3 Spira systems (SpiraTest, SpiraPlan, and SpiraTeam), and in this article, we will use SpiraTest. Introduction SpiraTest is a complete quality assurance and test […]

Custom Groovy Post Functions in Jira Workflows

What is a Jira workflow? A Jira workflow is a basic part of Jira since it describes a process.  All the statuses and transitions in a workflow in fact describe the path that an issue goes through from its creation to its closing. Except for its basic meaning, the workflow is where we can set […]

Working with Amazon(AWS) S3 Creds in Laravel

Nowadays Laravel is one of the leading PHP MVC frameworks, and there is a huge demand for Laravel developers on the global market. Laravel is the most used PHP framework in 2017 and 2018, and it is still growing … On the other side, Amazon is the best cloud computing platform. So when you combine […]

Zero-downtime deployment with deployment slots in Azure

Time runs faster than Usain Bolt – we all know that. In fact, it passes with lightning speed and no one wants to waste time on processes and things that can be done quickly. Imagine that you are a website owner and you want to make a new website that will be much fancier than […]

Measuring and Visualization of the Business with Tableau

Once you start a business, the time begins to fly faster than before. In such busy conditions, everyone is faced with the challenge of lack of time and sometimes we move without a definite direction, which on the other side leads to stagnation or work which does not result to significant profit. Hereby we show […]

The Easiest Way to Create Unique Slugs for Blog Posts in Laravel

In this tutorial, we will explain the easiest and cleanest way to make your blog posts URL’s with unique slugs created from the title of the particular post. For the purposes of this tutorial, the PHP based Laravel framework will be used. For more information about the framework, please visit the official documentation of the […]

OAuth 2 protocol and OpenID Connect

OAuth 2 protocol together with OpenID Connect give us the ability to use third-party applications without the need to create accounts for each application. Instead we can login with our already existing accounts from Facebook, Google, LinkedIn etc. In this blog we will see how these two components work together to achieve this. The OAuth […]

Why a Spike Story Is a Good Practice in Scrum?

“If we knew what we were doing, it wouldn’t be called research.” – that’s what Albert Einstein said and he was correct. All those Agile teams using the Scrum technology know this very well, because when they are encountered with some question, problem, situation, risk or uncertainty they do not jump to a solution or […]

Adding CDATA section to XML element

This post explains the process of adding a CDATA section to an XML element using the RenderXML activity in BW6. The Tibco BW documentation (RenderXML section) contains a very basic explanation for achieving this goal, however, I would like to explain the steps required regarding these two cases: In short, the solution lies in altering […]