Posts marked with “scaling”

Customizing Drupal Feeds For Smooth Migrations

by · July 1, 2022

0
 

With custom Feeds Tamper plugins, you can easily build a set of reusable data manipulation tools to fit the quirks of your data and greatly simplify some Drupal migration and data import projects. by Doug Groene

 

MongoDB and PHP—A Perfect Match

by ·

0
 

Modern applications require modern tooling. MongoDB has increasingly become a popular choice for building large-scale PHP applications. It is a convenient and intuitive way to use data. This article will show you how to use MongoDB and PHP together. by Joel Lord

 

Interview with Scott Keck-Warren

by · August 25, 2021

0
 

Eric van Johnson and John Congdon interview Scott Keck-Warren, who wrote an article on Boosting User Perceived Performance with Laravel Horizon, in the August 2021 issue. Topics Covered Getting started programming with QBasic Working with PHP, Laravel, and picking up new languages. Scaling with queues and tasks to send surveys and synchronize data. The benefits […]

 

Boosting User Perceived Performance with Laravel Horizon

by · August 14, 2021

0
 

Work queues allow us to perform slow or error-prone tasks outside of the current user’s request to improve their experience with our site. Instead of doing everything during a user’s request, we can offload expensive tasks like resizing images, sending emails, and generating PDFs. In this article, you’ll learn how we can use Laravel Horizon to speed up the response time […]

 

Building Bridges

by · March 25, 2019

0
 

In this Episode We’re trying a new format in this episode. Eric, John, and Oscar recorded together. Let us know what you think of the new format? Should we keep it? Topics Eric and John get a look behind the scenes into what goes into producing each magazine issue. Call for Writers – get feedback […]

 

We Need a Bigger Boat—Introduction to Scaling, Part Two

by · March 4, 2019

0
 

If you have one successful month after another, then scaling becomes something you always have to be aware of. While optimizing your resource usage and scaling your web instances (covered last month) can get you so far, sooner or later you’ll need more. We’ve already discussed how databases are a common bottleneck, so this month […]

 

We Need a Bigger Boat—Introduction to Scaling, Part One

by · February 5, 2019

0
 

Scaling can be a tricky subject. We’re often warned against scaling too soon but left too late, and the results can be just as bad. The need to scale comes from an application being successful—so if you are in that situation, then congratulations! In this first part, we’ll cover how to know when its time […]

 

Education Station: Producer-Consumer Programming

by · September 4, 2018

0
 

Producer-consumer programming is an excellent technique for offloading work from your main application. You can scale resources to meet increased demand. You can smooth out spikes by placing your backlog in a queue. You can set aside long-running tasks such as thumbnail generation. We’ll develop a simple CakePHP application that produces and consumes via a […]

 

November 2016 – Moving Forward

by · November 1, 2016

0
 

This issue contains articles on the history of women in computing, using Abstract Classes/Interfaces/Traits, scaling with RabbitMQ, and custom extensions using Zephir. Our columnists have articles on Security scanners, advice for your first conference, improving your processes, understanding your editing tools, and more.

 

July 2016 – Harnessing Magic

by · July 1, 2016

2
 

The July 2016 issue of php[architect] magazine is ready to download! Some things just work like magic This month we look at regular expressions, cryptography, PHP references, and function programming to help you demystify how they work and add them to your arsenal of solutions. Also in this issue, we look at using the Mailchimp […]