
The post Owning The Web appeared first on php[architect].
When new software comes out it has a version number like 8.2.0. If you’re confused about what that means you’re not alone. The software industry needed a standard way to describe software releases so we as consumers of the software could determine how big of a change it was and determine if we should upgrade. […]
The post Semantic Versioning appeared first on
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 of our algorithms because computers are so fast. When we’re looking at gigabytes or more of data we need to be aware […]
The post Linked Lists With SplDoublyLinkedList appeared first on
November is upon us, and in the United States, it’s the month we celebrate Thanksgiving. I want to take this time to thank each and every one of you who reads our magazine. Producing each issue takes more time than I ever knew, and we have had our share of ups and downs over the […]
The post The Value of the AST appeared first on php[a
As a developer, you're going to run into situations where you need to perform some kind of operation on a date or time. You might need to see how far apart two dates are, add several days to the date, or convert a string sent to us by an end user into something we can […]
The post The PHP DateTime Class appeared first on php[architect].
/2022/10/the-php-dateti
In this video, Scott discusses what new features are being added to PHP in the 8.2 release and outlines the deprecations and breaking changes
The post What’s Changed in PHP 8.2 appeared first on php[architect].
/2022/10/whats-changed-in-php-8-2/
In an industry where you must keep learning, improving your skill set, and adjusting to new concepts and implementations, taking on new challenges that you are initially uncomfortable with is normal. Because of this, when John and I were presented with the option of taking over the operations of php[architect], we didn’t hesitate to jump […]
The post October 2022 Editorial: One Year Later appeare

In an industry where you must keep learning, improving your skill set, and adjusting to new concepts and implementations, taking on new challenges that you are initially uncomfortable with is normal. Because of this, when John and I were presented with the option of taking over operations of php[architect], we didn’t hesitate to jump at […]
The post The State of PHP appeared first on
As developers, we should always be striving to learn new methods to reduce the number of bugs in our code. Some methods require us to completely re-architect our code, but sometimes there are those hidden gems that we can quickly add to our code base that will immediately help us and require just a little […]
The post Writing Cleaner More Resilient Code With Value Objects appeared firs

Summer time is coming to an end and school’s back in session. Let the learning begin, not just for the kiddos, but for the developers in our community as well. We are going to take a deep dive into learning a wide range of topics including Abstract Syntax Trees, Vim, Design Patterns for building code, […]
The post Making Code appeared first on