
In this episode, Scott talks to Mark Niebergall about his talks at php[tek] 2024, preparing to do a 3-hour tutorial track talk, his work as a PHP-FIG Secretary, and the current opening as a PHP-FIG Secretary. Links: PHP-FIG: www.php-fig.org Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets
The post Community Corner: Mark Niebergall appeared first on

In this video, Scott talks to Nils Adermann about composer, Private Packagist, and Nil’s talk at php[tek] 2024. Links: Private Packagist – https://packagist.com/ Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets
The post Community Corner: Nils Adermann appeared first on php[architect].

In this video, Scott talks to James Seconde about what services Vonage provides developers and his talks at php[tek] 2024. Links: Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets
The post Community Corner: James Seconde appeared first on php[architect].
https://www.phparch.com/podcast/community-corner-james-seconde/

In this video, Scott talks to Tim Lytle about tips for new conference attendees and his talk on Docker at php[tek] 2024. Links: Dev Friday Show – https://devfridayshow.com/ Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets
The post Community Corner: Tim Lytle appeared first on php[architect].

In our industry, you can’t be too set in your ways. You have to always be open to learning. You keep learning, or you fall behind. That’s not to say some of us older developers in the industry can’t teach new people some old tricks that are still relevant. Whether you’re new to the game […]
The post World Community appeared first on

Scott talks to Larry Garfield about his talks at php[tek] 2024 and the open source projects he’s created and maintained for the community. Links: Larry’s Blogs – https://www.garfieldtech.com and https://peakd.com/@crell Serde – https://github.com/Crell/Serde AttributeUtils – https://github.com/Crell/AttributeUtils Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets

Scott talks to Scott McAlister from ngrok about some of the features ngrok can provide to its users and Scott’s talk about webhooks at php[tek] 2024 Links: ngrok – https://ngrok.com/ Webhooks.fyi – https://webhooks.fyi/ Tickets to php[tek] 2024 – http://tinyurl.com/tek-2024-tickets
The post Community Corner: ngrok’s Scott McAlister appeared first on

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