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 […]

php[podcast] Episode 23.9.1

by · November 22, 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 Van Johnson

by · November 5, 2023

0
 

In this episode, Scott talks with Eric Van Johnson of PHP[architect] LLC, about writing for the php[architect] magazine, the talk submissions process for php[tek], and why you should have a subscription to php[architect]. Interview With Eric Van Johnson   Note: this transcript was transcribed and then edited for clarity and to make it easier to […]

Getting Started With the Pest Testing Framework

by · October 19, 2023

0
 
Getting Started With the Pest Testing Framework

As a practitioner of test-driven development, I’m always looking for different ways to write test code faster. Sometimes, this comes as little things like learning a faster way to run my tests using a built-in editor setting, but sometimes it’s a whole new way to write my tests. In this article, we’re going to discuss […]

Let’s Get Our OSS Ready For Hacktoberfest 2023

by · September 27, 2023

0
 
Lets Get Our OSS Ready For Hacktoberfest 2023

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] Episode 23.9.1

by · September 6, 2023

0
 
23.9.1

 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 Join the Discord at https://phpa.me/discord Subscribe to the Magazine Today https://phpa.me/signup Twitter @phparch=> ‘Official PHP Architect’ @phptek => ‘php[tek] Conference’ @johncongdon=> Host John Congdon @shocm=> Host […]

php[podcast] Episode 23.8.1

by · September 4, 2023

0
 
php[podcast] Episode 23.8.1

 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 Join the Discord at https://phpa.me/discord Subscribe to the Magazine Today https://phpa.me/signup Twitter @phparch=> ‘Official PHP Architect’ @phptek => ‘php[tek] Conference’ @johncongdon=> Host John Congdon @shocm=> Host […]

« Previous Page Next Page »