Overview for
php
Serverless Architectures are the hottest thing right now. Not a lot of people know exactly what they are and if they really need them, but everyone's onboard because they're afraid they're left behind.
The largest players for serverless platforms are Amazon, Google and Microsoft, but now a small player, Zeit, allows Dockerfile based serverless deployments.
Written by Jani Tarvainen on Monday August 15, 2016
Permalink -
Tags:
php, docker
During the first half of 2016 the web development community has talked about Docker quite a bit. The technology has been around since 2013, but during the last few months it has matured and started being adopted for mainstream web development. Docker is a great fit for Symfony projects too.
Written by Jani Tarvainen on Friday August 12, 2016
Permalink -
Tags:
docker, symfony, php
Windows has always been somewhat of an oddball when it comes to PHP development. In the past years it has lost out on developer mindshare to UNIX-like Operating Systems like Linux and macOS.
With the release of Windows 10 Anniversary Update in August 2016 Microsoft now offers an interesting option for PHP development in the Windows environment: The Windows Subsystem for Linux (WSL)
Written by Jani Tarvainen on Saturday August 6, 2016
Permalink -
Tags:
php, symfony, linux, microsoft
GraphQL is a technology which is a modern and uniform alternative to the wealth of different RESTful interfaces. REST was introduced back in 2000 and is only an architectural style, not a specification. In REST any self-respecting developer is used to versioning, but in GraphQL there is no concept of versioning in the same sense.
The Sylius Flow Bundle is a way of chaining together a series of actions to form custom eCommerce checkout processes or installation wizards commonly used for installing CMSes, for example.
Written by Jani Tarvainen on Sunday May 29, 2016
Permalink -
Tags:
symfony, sylius, php
GraphQL is a data query language developed by Facebook since 2012. In September 2015 Facebook released it to the public domain. GraphQL is essentially an alternative to REST and despite the name, it's not a Graph Database Query language like Cypher from the Neo4j project.