blog@lukash:/

Cynefin scenarios and examples

Last week I did a quick introduction to the Cynefin framework, and I talked about the essence of the framework and described framework domains and their properties. This article …

Bring light to management with this framework

Would you use the same management approach in a car manufacturing plant and a software project? Probably not. The context and level of predictability between the two are very …

Increasing speed with a well-chosen algorithm

How can a simple buffer increase an algorithm performance?

Copycat is a bad scout

I was recently refactoring some legacy code, and I got to a particular class at one point. The class functionality looked familiar with familiar variable names, code structure and …

Friendly pull requests

Code review is the principal defect removing method. Tacky code reviews can significantly increase the cost of the software. Hence, it’s vital to create a foundation for the …

The real cost of the software

Many technical people have a misconception of the real cost of the software. We often overlook a critical variable in the software cost equation - the cost of fixing defects.

Profiles with AWSume and AWS Toolkit

To be able to access our AWS resources with AWS Toolkit, we need to configure your credentials. Configuring credentials can be, however, a problem when we use tools like AWSume.

Using Xdebug with Postman

Xdebug is using cookies to keep track of a debug session when started through a browser. However, Postman is an API client and doesn’t necessarily use cookies. How can we …

Majestic Modular Monoliths

The microservice architecture is trendy over the last few years. However, there are more and more cases when companies are moving from microservices back to monoliths.

Troubleshooting Xdebug in a Docker container

Xdebug is an amazing PHP extension which provides debugging and profiling capabilities. Every PHP developer should be familiar with it. However, Xdebug is often not used because of …