Year: 2021

The Success Story of our Summer Interns 2021

They say time flies and it sure does. The Summer Internship we put together in our Skopje office went by in no time. Our interns spent three months learning, working on real projects, and connecting the dots to unleash our clients’ business potential. We are proud that two of them are now our regular employees, […]

Visual Testing in CodeceptJS Using Resemble.js

More and more tools have been introducing the option of integrating visual testing within the automated UI tests. This came out from the necessity to execute regression testing more efficiently even in the areas that were previously considered as “manual job only”.  The already proven concept for UI testing was able to catch any unwanted […]

Deploy a Power Platform Solution by using Azure DevOps Pipeline automatically

In this blog post, we will show you a complete Microsoft solution on creating a simple Pipeline for deploying Power Platform solutions from one environment to another with the help of Azure DevOps. So, let’s dive in. We have already created Dynamics 365 solutions and our goal is to transfer the solution from source to […]

Drawing Google Maps Tiles with Flutter

Google Maps is ubiquitous technology found on mobile and web that almost everyone has used one way or another. The obvious question for the curious mind would be: So, how does it work? So, how does it work? Most of you know that the earth’s shape resembles a sphere while most device screens are flat, […]

Run CodeceptJS Tests Using Bitbucket Pipelines

Optimizing the supply chain

CodeceptJS is JavaScript-based test automation tool that is very easy to work with and it is getting more and more popular due to its compatibility. First of all, it allows us to write a test based on any of the most popular automation frameworks. Frameworks that are supported by CodeceptJS are: Besides that, CodeceptJS has […]

Is PHP Serbia worth visiting?

You might have heard of PHP Srbija (PHP Serbia), a voluntary, non-governmental, and non-profit association that gathers PHP experts and enthusiasts, with the goal of popularizing the PHP programming language, as well as sharing knowledge and experiences among the community of PHP developers in Serbia (source: https://2021.phpsrbija.rs/about-us). Today, the association states to be the biggest […]

Create and Automate Surveys in Salesforce

surveys in Salesforce

Clients’ feedback matters the most and companies invest a lot of time, energy, and resources to gather it. Receiving timely and detailed clients; feedback is important in improving customer service and increasing customer retention rate. There are various ways to ask for feedback, and one of them is by sending a survey. It seems as […]

My Story at ⋮IWConnect – Becoming a Director of Technology

Lazo has joined our office in Skopje in 2019 as a Technical Architect. He has been involved in a lot of projects and delivered value to our clients. Having strong knowledge in technology, being passionate about learning and advancing in his career, and being always positive and ready to help others, as of this month […]

Request Based Routing in Kubernetes Using Istio

In your Kubernetes cluster, you might need to deploy multiple services as part of your application. Some of them should be publicly accessible. You could use a separate load balancer for each of the services that you want to expose to the outside world, but it is not a very rational approach. It would be […]