Blog Type: Technology

My friendship with Astro – my Salesforce friend

Log in, log out, now log in again and log out again… endlessly pressing the log button – Oh, no! I have been frustrated with logging in and logging out of applications for several years. They all use the same data, but they are not connected together. Forgotten passwords, reset requests, different user experience, several […]

What is important to write in your CV?

The first step to getting an interview is by getting noticed. So one of the most important things to focus on during the application process is your CV (Curriculum Vitae). The CV is not just a list of your experiences and achievements, it is kind of a medium for advertising which you use to present […]

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 […]