Posts marked with “continuous integration”

One Last Slice

by · May 14, 2022

0
 

Ken Marks wraps up his series on working with a Raspberry Pi. Ken has done such a fantastic job taking us through his process of using a Raspberry Pi and writing code on that Pi in a real-life scenario at home. In this final installment, Ken establishes a workflow for sending an accelerometer text message […]

 

Education Station: Continuous Code

by · May 1, 2022

0
 

One of the greatest accomplishments of the web was the ability to quickly deliver software to users. While you can still technically go to the store and purchase software on a solidified blob of plastic that can be read by lasers, the world has moved on to digital delivery of almost everything. Music, movies, software, […]

 

Automating with GitHub Actions

by · June 10, 2021

0
 

The discipline of CI/CD, which increases the quality and the velocity, is essential in the software industry, both in open source and in business projects, with ever more numerous and practical tools. Successful development companies are increasingly regarding it as a mandatory skill, and we can clearly understand why once we have gotten into the […]

 

The Workshop: GitHub Actions for Continuous Integration

by · July 15, 2020

0
 

By Joe Ferguson Continuous Integration (CI), or the ongoing process of integrating changes in a shared version control repository, should be a goal of every project you work on. This month, we’re going to dive into configuring GitHub Actions to build and test our PHP application. Then we’ll look at a larger scale API, which […]

 

The Workshop: GitHub Actions for Continuous Integration

by · February 4, 2020

1
 

Continuous Integration (CI), or the ongoing process of integrating changes in a shared version control repository, should be a goal of every project you work on. This month, we’re going to dive into configuring GitHub Actions to build and test our PHP application. Then we’ll look at a larger scale API, which also uses GitHub […]

 

Containerizing Production PHP

by · June 5, 2019

0
 

Most developers are aware of Docker, containers, and their general use cases. Maybe you even run it on your local machine. If you’ve ever wanted to take your application, containerize it and run it in production, this article is for you. Building applications for a container world requires a new way of thinking and building […]

 

Jenkins Automation

by · January 7, 2019

0
 

When you want to guarantee code quality, do continuous deployments, or any other automation you need a robust continuous integration server. While there are many great (hosted) solutions like Travis CI, CircleCI, and others, when it comes to full control or the need for private hosting, Jenkins is the perfect candidate. Jenkins has a reputation […]

 

February 2016 – Workflow Powerups

by · February 1, 2016

0
 

We’ve released the February 2016 issue of php[architect] magazine. This issue looks at tools to help you powerup your workflows to improve your productivity. This month we have articles on using Docker for PHP development environments, evaluating different Git workflows, how to build a Continuous Integration and Testing environment, and using Symfony’s Event Dispatcher. Our […]

 

CodeWorks East 2011 Recap

by · December 16, 2011

1
 

While it will still be a few days weeks until I’m finally recovered, I wanted to share a recap of CodeWorks East 2011 while it was still fresh. If you’re looking for the core presenters’ slides, attendees will receive them via email but they will not be published publicly until after the West Coast Tour […]