Visionary. Value focused.

How you do anything is how you do everything.

Discussion – GitHub vs Bitbucket

If you want a large development team to collaborate and work on a certain project, you need to choose the right source platform to upload your code. You can pick any repository hosting platform but unfortunately not every repository host makes your developers more productive in creating products as you’ve planned. GitHub and Bitbucket are the […]

Microservices – when NOT to use?

For the last few years, Microservices has become a hot topic and many business are making their choice of moving into this software architecture. Microservices is a major architectural pattern in the software industry. This architectural model can optimize your team’s speed by adjusting how they design and ship code. That’s why, developers and business […]

Microservices – what are they?

Microservices is one of the buzz-word in the technology world these days. Every big name likes to say it, lots of salespeople speak of it. This post will discuss about what is a microservice, and how does it change the way we design the software architecture. Tl; dr; A big monolithic application can be split […]

Software review: What is Katalon?

One of my friends was looking for an end-to-end testing framework to integrate with his stack, and suggested that Katalon was something that he had been considering. Let us take a quick look into it and deduce some of its advantages as well as disadvantages.   Tl; dr; Katalon will not be my first choice […]

How to upgrade PHP version to 7.2 on Ubuntu 16.10

I decided to upgrade the PHP version in one of my servers from 7.0 to 7.2 to live with the bleeding edge. The process went quite smoothly, except for the last step which I needed to do a bit research.   First thing’s first: check your current version php --version Also create phpinfo.php file in […]