
In this episode, Scott talks to April Wensel from Compassionate Coding about empathy in coding and her keynote at php[tek] 2024.
The post Community Corner: Interview With April Wensel of Compassionate Coding appeared first on php[architect].

Every month, we here at php[architect], as well as an extended group of fantastic PHP community members from around the world, work very hard to deliver a magazine that will help equip you with not just the knowledge but also the perspective needed to navigate the complexities of managing projects and day to day coding. […]
The post The PHP Gambit: Winning Strategi

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. […]
The post Getting Up And Running With Laravel Sail app

“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 […]
The post Getting Started With Docker appeared first on

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 […]
The post Creating Finite

I genuinely don’t believe there are truly secure applications. People are always finding new attack vectors, either through our code, infrastructure, or people. Having a Bug Bounty program allows “ethical” attackers to help you identify these potential pitfalls before the bad guys find them. Want to learn about securing your applications? Continue reading php[magazine] and […]
The post Bad

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 […]
The post What Are Finite State Mach

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 […]
The post Stacks With SplStack appeared first on php
![php[podcast] Episode 23.12.1](https://www.cdn5.niftycent.com/d/D/y/5/B/r/L/php-podcast-episode-23-12-1.webp)
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 Twitter […]
The post php[pod

This month we have some very exciting news, the speaker lineup and schedule has been published for php[tek] 2024. We’re extremely excited about the upcoming Tek lineup and think there is something there for everyone. Check it out for yourself at https://tek.phparch.com/schedule. We hope to see you there in April. Now, let’s talk about this […]
The post Generating Effici