Blog Type: Technology

Logging Activity Using Spatie/Laravel-Activitylog

Introduction A good Senior PHP Programmer builds modern applications in a way to provide full transparency of the user interaction, especially in a case when there are many complex administration panels where one or more users can perform the same action on the same entity. In an environment like this, it is very important to […]

Mastering JMeter Tests on Azure DevOps

Setting up JMeter tests on Azure DevOps is easy because Azure is a cloud solution that has everything set up (Java, ANT, Mail notifications for the team etc.) and a senior php engineer can definitely set this up very quickly. Besides this, it also gives us the possibility to select a server place where we […]

How to organize your remote team efficiently using Atlassian tools?

The world is facing one of the biggest challenges of modern time called Coronavirus. In times like these many things have changed. Schools are closed, shops operate mostly online, events are being canceled and people tend to work from home. Working from home might seem easy at first, but without a good approach and organization, […]

IW ColorMe

Children might be just 20% of our population but they are for sure 100% our future. In that manner, we always tend to think about children first. In this specific period when children are at home and most of them practice home-schooling we decided to create an application that will color their days and cheer […]

Understanding PHP Generators: Memory Performance

Introduction It is a common practice to work with large datasets as a PHP developer. For example, to retrieve data from an API endpoint and store it into an array so later we can iterate over the array and manipulate the data according to the specific needs. Even though this can be fairly common practice, […]

Connecting OBS with YouTube

The world is facing a difficult time and we are all reading one word at least once a day spelled Corona. As one of my colleagues said the other day I think that even if I open my fridge Corona will come popping out ?. It is what it is and we can’t do anything […]

Data Management and ETL Operations with AWS Data Pipeline Service

In today’s time of data-oriented applications, there is a need to constantly change the data in terms of migration and transformation, to meet certain requirements of data onboarding from and to varied sources. And in all this, you might find yourself stuck between traditional and time-consuming methodologies of data migration which cause costs, overheads and […]

React while Practicing Physical Distancing

Due to the COVID-19 (Coronavirus) outbreak, many companies all around the globe are following the “work from home” practices, while trying to minimize the disruption of employees’ daily work responsibilities. As this outbreak has evolved, the companies with this approach are taking the health of their employees and the entire community as a top priority. […]

Flutter State Management with BLoC Pattern

When developing an application, one of the most important things is state management. You might ask why? Well, state development helps you in keeping the code clean, avoiding accruing technical debt, and providing an easy way of sharing states through the widgets by being a powerful Jedi developer. So, how can you do state management […]