Skip to main content

Blog


The Workshop: Specification BDD with Phpspec - php[architect] Magazine May 2020

phpspec is a package in which we can use behavior driven development, BDD, which comes fromtest driven development, TDD. When applying BDD we’ll write our tests first and then only enough code to pass our tests and then refactor and verify the tests still pass exactly as we would with TDD. This cycle continues and is often referred to as red-green development of writing tests that fail and...

learning phparch writing php testing

Read The Workshop: Specification BDD with Phpspec - php[architect] Magazine May 2020

The Workshop: Managing LAMP with Virtualmin - php[architect] Magazine March 2020

Virtualmin is a web hosting and cloud computing control panel. A hosting control panel is a web-based application that runs on a server and manages all the aspects of a hosting account. This includes account information, web sites, web servers, databases, mail servers, and all the other services which ultimately work together to allow you to run your application. A lot of value I get from...

learning phparch writing php

Read The Workshop: Managing LAMP with Virtualmin - php[architect] Magazine March 2020


The Workshop: Ansible in Practice - php[architect] Magazine January 2020

This month, we're going to dive into a practical application of Ansible by building a playbook with roles to implement a fully functional Linux, MySQL, PHP, and NGINX web server. By the end, you should be able to take the playbook we build together and extend it to suit your requirements. To follow along or review any parts of the playbook we're building, you can clone the repository....

ansible learning phparch writing php

Read The Workshop: Ansible in Practice - php[architect] Magazine January 2020