Workaday Reading

Request Lifecycle



"When using any tool in the "real world", you feel more confident if you understand how that tool works. Application development is no different. When you understand how your development tools function, you feel more comfortable and confident using them."

read »

Workaday Reading

Get Started with Speech Recognition in PHP



"Rev AI offers a suite of speech-to-text APIs to help developers build automatic speech recognition (ASR) into their applications. These APIs cover a variety of use cases, including live and pre-recorded audio transcription, language identification, sentiment analysis and topic extraction."

read »

Workaday Reading

Attributes



"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. As of PHP 8, we'll be able to use attributes."

read »

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 »