Blog eCreative

A Reflection of our Quality work, Excellent Support and Technical Prowess

Archives for php

Microservices in Laravel

Microservices is an approach to developing a single application as a suite of small parts, services accessed through APIs, as opposed to monolithic architectural style when an application is built as a single unit. It allows different microservices to be written in different programming languages, and they can also be managed by different teams. 

Use microservices when your application:

  • Is a Monolith application
  • Is hard (for some developers) to Maintain
  • Productivity is low (need to think about inter-connection all the time)
  • Scaling is an issue
Pocket

PHP 7 – turbocharging the WEB

The most easily recognizable advantage of the new PHP 7 engine is the significant performance improvement.
Performance is undoubtedly the biggest reason why you should upgrade your servers as soon as a stable version is released. The core refactoring introduced by the phpng RFC makes PHP 7 as fast as HHVM.

See the results below, they are pretty self-explanatory – PHP 7 Twice The Speed.

php7

why use php 7

Pocket
0 0 0