Interview With JD Lien

by · August 30, 2024

0
 

In this episode, Scott talks with JD Lein about getting into PHP, JD’s PHP Attributes article in the June 2024 issue of php[architect] magazine, and writing a couple open source projects  Links: Understanding PHP Attributes – https://www.phparch.com/article/2024-06-understanding-php-attributes/ JD’s GitHub – https://github.com/jdlien resume.md – https://github.com/jdlien/resume.md validator – https://github.com/jdlien/validator HoneyBadger.io – https://HoneyBadger.io 00:00 Intro 00:52 Getting […]

Intro Interview With Ash Allen

by · August 29, 2024

0
 

In this episode, Scott talks to Ash Allen about how Ash got into PHP, Ash’s recent article in php[architect] on serialization, and findapr.io. Links: HoneyBadger.io – https://HoneyBadger.io A Guide to Serialization in PHP – https://www.phparch.com/article/2024-06-a-guide-to-serialization-in-php/ findapr.io – https://findapr.io/ 00:00 Intro 00:37 How Did You Get Into PHP? 01:52 Serialization in PHP 04:32 HoneyBadger.io 05:22 findapr.io […]

What’s New and Exciting in PHP 8 4

by · August 20, 2024

0
 

At the time of this writing, PHP 8.4 is in the beta release cycle so we can finally start to discuss what’s new in the next release of PHP. In this article, we’ll discuss the timeline for the release and discuss some new features and changes we can expect to see.  Overall At the […]

Running PHPCBF Automatically with GitHub Actions

by · July 16, 2024

0
 

As developers, we each have a specific way that we like to format our code and we can have extremely strong feelings about our preferences. This is fine if we’re the sole developer working on a project but it can be a real problem when you’re working with a team of developers. In this situation, […]

Make for Web Developers

by · June 24, 2024

0
 

Make for Web Developers The command line, it’s a powerful tool for us developers but it’s not the most user-friendly way to interact with a computer. It can be hard to remember steps in a multi-step process, hard to remember all the command line switches we need to have for our commands to run successfully, […]

Creating Sequence Diagrams with mermaid.js

by · May 21, 2024

0
 

As maintainers of open source projects, it’s important to try and bring people into our project so that we’re not the only ones maintaining the project. There are lots of ways to do this like creating blog posts about the project, contributing articles to magazines, or talking about the project at conferences. Another option is […]

php[podcast] 24.05.21

by ·

0
 
php[podcast] 24.05.21

John and Eric share more of the day-to-day behind-the-scenes work that goes on at php[architect].

PHP’s Magic Methods

by · May 19, 2024

0
 
PHP's Magic Methods

As PHP developers, we need to know a lot of language features to make our code easy to write and maintain. Without explicitly being told about a part of the language, it’s hard to even know it exists, so today, we’re going to discuss the magic methods our classes have and how we should use […]

MergePHP with Logan Lindquist

by ·

0
 

In this video, Scott discusses MergePHP with Logan Lindquist and the state of the in person PHP User Group. Links: MergePHP – https://www.mergephp.com/ HoneyBadger.io – https://HoneyBadger.io 00:00 Intro 01:14 What are AustinPHP and MergePHP? 04:31 How Often are Meetings? 06:31 Who Can Join The Meetups? 08:58 What Prevents Merge From Being In-person? 10:23 What Qualities […]

Community Corner: Keith “Danger” Casey

by · April 22, 2024

0
 
Keith “Danger” Casey

In this episode, Scott talks to Keith “Danger” Casey about being called “Danger”, his talks at php[tek] 2024, and the benefits of going to conferences.  Links: caseysoftware.com LinkedIn Learning – https://www.linkedin.com/learning/instructors/keith-casey Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets

Next Page »