Community Corner: Larry Garfield

by · March 19, 2024

0
 

Scott talks to Larry Garfield about his talks at php[tek] 2024 and the open source projects he’s created and maintained for the community. Links: Larry’s Blogs – https://www.garfieldtech.com and https://peakd.com/@crell Serde – https://github.com/Crell/Serde AttributeUtils – https://github.com/Crell/AttributeUtils Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets

Community Corner: ngrok’s Scott McAllister

by · March 12, 2024

0
 

Scott talks to Scott McAllister from ngrok about some of the features ngrok can provide to its users and Scott’s talk about webhooks at php[tek] 2024 Links: ngrok – https://ngrok.com/ Webhooks.fyi – https://webhooks.fyi/ Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets

Community Corner: Interview With April Wensel of Compassionate Coding

by · March 4, 2024

0
 
April Wensel of Compassionate Coding

In this episode, Scott talks to April Wensel from Compassionate Coding about empathy in coding and her keynote at php[tek] 2024.

Getting Up And Running With Laravel Sail

by · February 14, 2024

0
 

Docker is one of the best ways to have a consistent environment across multiple computers, but for new developers (and even not-so-new developers), it can be hard to understand and set up. Thankfully, the Laravel team has created Laravel Sail to make Docker a much easier tool to use when we’re working on Laravel projects. […]

Getting Started With Docker

by · February 6, 2024

0
 

“Works on my machine” it’s a common refrain before closing out a bug ticket. This hides the fact that something is different between your development and production environments. There are a bunch of ways to resolve this problem but one of the easiest is to use a solution like Docker to make sure our development […]

Creating Finite State Machines in PHP 8.3

by · January 31, 2024

0
 

As developers, we’re constantly managing where entities are in some flow. Entities like blog posts, multi-step user registration, and even UI elements can exist in multiple states, and we’re responsible for making sure that they’re always in a valid state. If something unexpected happens in those flows, it can cause bugs, which can cause us […]

What Are Finite State Machines

by · January 29, 2024

0
 

As developers, we’re constantly managing where entities are in some state. Entities like blog posts, multi-step user registration, and even UI elements can exist in multiple states, and we’re responsible for making sure that they’re always in a valid state. If something unexpected happens in those flows, it can cause bugs, which can cause us […]

Stacks With SplStack

by · January 2, 2024

0
 

As developers, we have times when we get to process a lot of data. Sometimes it’s a few kilobytes of data and we don’t need to worry about the performance because computers are so fast. When we’re looking at gigabytes or more of data then we need to be aware of the performance of our […]

php[podcast] Episode 23.12.1

by · December 29, 2023

0
 

 John and Eric share more of the day-to-day behind-the-scenes work that goes on at php[architect]. This episode of php is sponsored by JetBrains PhpStorm We discuss php[tek] 2024, writing for the magazine, and what is coming in the next release of php[architect] magazine. Join the Discord at https://phpa.me/discord Subscribe to the Magazine Today https://phpa.me/signup […]

Community Corner: Interview With Eric Mann

by · December 26, 2023

0
 

Interview With Eric Mann Release Manager PHP 8.3 In this episode, Scott talks with Eric Mann about his experience as one of the PHP 8.3 Release Managers and writing his book PHP Cookbook. Note: this transcript was transcribed by AI and then edited for clarity. Scott Keck-Warren: Hello developers, and welcome to the php[architect] community […]

Next Page »