Workaday Reading

My PHP enum style guide



"Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial today. This is my personal style guide for using enums in PHP."

read »

Workaday Reading

PHP in 2022



"Modern websites require complex backends, and I don't see how PHP can compete with languages such as Go, Python or Ruby in the future. PHP is not a likable language but it's probably not going away any time soon."

read »

Workaday Reading

Being Glue — No Idea Blog



"You know that thing where everyone on a software engineering team turns up and just writes code for eight hours a day and then later the project is successful? No you don't. Projects don’t work like that! Of course coding is an important skill in a software engineering team."

read »

Workaday Reading

A to Z Linux Commands



"There are numerous Linux commands out there. There are a subset of built-in shell commands like cd and then there are the ones from GNU coreutils like less. In addition to that there are additional CLI utilities like curl, wget etc."

read »

Workaday Reading

The Return of Server Side Routing



"Return? It never went away. Or at least that is what some smug "told you so" is going to say. But for those who haven't been living under a rock for the past decade, for better or for worse much of the web has been moving to client-side navigation on their sites."

read »

Workaday Reading

PHP: Frankenstein arrays



"One of the core data types in PHP is the array. Mostly unchanged since the early beginnings of the language. The name "array" is a bit unfortunate, as well as the implementation. It is not really an array."

read »

Workaday Reading

Choose Boring Technology



"Probably the single best thing to happen to me in my career was having had Kellan placed in charge of me. I stuck around long enough to see Kellan’s technical decisionmaking start to bear fruit. I learned a great deal from this, but I also learned a great deal as a result of this."

read »

Workaday Reading

Visitor Pattern



"The Visitor Pattern isn't used often. This is because there are few situations in which it is applicable or even makes sense. However, it's a nice pattern to know and to have in your tool belt when the time comes. Let's look at how this pattern can be applied in a PHP environment."

read »