Browse category PHP Architect

php[podcast] 24.05.21

by · May 21, 2024

0
 

John and Eric share more of the day-to-day behind-the-scenes work that goes on at php[architect].

 

Serverless, ReactPHP, and Expanding Frontiers

by · May 2, 2019

2
 

PHP is no longer limited to sitting behind a web server like Apache or NGINX waiting for requests to process. Serverless PHP with AWS’s lambda service is now possible. At the same time, you can also write event-driven, asynchronous servers with ReactPHP. In this issue, we take a look at these new ways to use PHP.

 

DevOps Depths – January 2019

by · January 7, 2019

0
 

Your job doesn’t end when you finish writing and committing code. Someone has to ensure a web application is available online, scalable, and secure. This issue collects articles to help you improve and fine-tune your DevOps processes.

 

Better Practice – December 2018

by · December 11, 2018

0
 

Practice and more practice are the keys to adopting modern software engineering practices. It doesn’t matter if you’re using WordPress or Drupal to manage website content, trying to learn unit testing, get hired, or looking for better ways to manage date and time data—there’s always an opportunity to learn how to do it better. This issue rounds up articles on each of these topics to help you deepen your problem-solving skills.

 

The Case for Generics in PHP

by · November 20, 2018

5
 

By Chris Holland In 2016, Ben Scholzen and Rasmus Schultz published their PHP RFC: Generic Types and Functions, aka The Generics RFC. Having worked with generics in other languages, I was very grateful and thrilled to come across this RFC, as I could immediately see the tremendous benefits this would bring to the PHP ecosystem. […]

 

Episode 15 – Generics and php[world]

by ·

0
 

In this episode: generics, conferences, and more. A special live-recording with Eric van Johnson, John Congdon, Chris Holland, and Oscar Merida at php[world].

 

Generics and Project Success – November 2018

by · November 1, 2018

0
 

Providing a good foundation for your application pays off in the long run by reducing technical debt, finding bugs earlier, and making it faster to add features. This month we look at how generics could make your code concise, other new features you should be using, practices to keep your Laravel application easy to upgrade, […]

 

Generics and Project Success – November 2018

by · October 31, 2018

1
 

In this issue: Generics in PHP, Maintainable Laravel, Starting with PHP, Project Success, security code reviews, and more

 

Internal Journeys – October 2018

by · October 2, 2018

0
 

You may be used to helpers and frameworks which rapidly generate new code at the press of a button. However, understanding what these tools are doing is immensely valuable when they don’t work or you need to develop a lean solution. This month, we’ll investigate how things work under the hood to find new tools […]

 

Magniphpicent 7.3 – September 2018

by · September 4, 2018

0
 

In this issue: Xdebug, Freelancing, Parsing text, MySQL Generated Columns, Gitflow, PhpStorm, and more.