Tag: Php
-
Introduction to Generators in PHP
Posted on October 14, 2017, Level intermediate Resource Length long
Niklas Keller excellent blog post focusing on generators in PHP. Generators are special functions in PHP. Whenever a function contains yield, it's no longer a normal function anymore, but always returns a Generator.
Tags programming php web-development
-
Erlang tutorial for PHP developers
Posted on October 12, 2017, Level beginner Resource Length medium
Marcelog published article intended for PHP developers that want to understand and start learning and coding Erlang applications. Author tried to point out main differences between these two distant worlds from a general perspective.
Tags erlang programming php web-development
-
Getting Started With Serverless PHP
Posted on September 3, 2017, Level intermediate Resource Length short
Rob Alen short article in which he takes a look at how to build a simple serverless PHP function. He is interested in Apache OpenWhisk and this article focuses on PHP runtime with IBM OpenWhisk.
Tags php serverless ibm