Posts marked with “security”
August 2016 – Unleashing Automation
The August 2016 issue of php[architect] magazine is now available! See how automation helps free up your time and reduce errors. In this issue, we have articles on deploying application updates with Ansible, using static analysis to check for PHP 7 readiness, and automating frequent tasks with Slack. Also in this issue, you’ll find articles […]
July 2016 – Harnessing Magic
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 […]
June 2016 – Decoupled by Design
The June 2016 issue of php[architect] magazine is now available! Less tightly coupled code is easier to debug and re-use. This month we look at techniques to decouple different aspects of your code: including using asynchronous & distributed workers, transducers, middleware, and secure web services. Also in this issue, we have a library to use […]
May 2016 – Full Speed Ahead
We’ve just released the May 2016 issue of php[architect] magazine. To help you make good use of your development time, this month the magazine looks at libraries including DoctrineORM and FastRoute, and product development lessons from building Laravel Shift. In addition, this month includes articles on defining “Senior Developer”, the value of gratitude, keeping credentials […]
April 2016 – Off the Island: Drupal
The April 2016 issue of php[architect] magazine is out! This issue we take a look at how Drupal is using tools and techniques from the PHP community. This issue also includes articles on how to easily generate documentation, advice on learning new frameworks, what it means to be a leader in the PHP community, and […]
March 2016 – Hunting Mutants
The March 2016 issue of php[architect] magazine is out! This issue will show you how to use Humbug to add mutation testing to your toolkit. Our issue also includes articles explaining how compilers and interpreters turn code into executable instructions, a look at Laravel’s Eloquent ORM, how to integrate authentication across apps, and getting started […]
December 2015 Issue: Winter Tooling
The December issue of php[architect] magazine is now available. This month’s issue packs a variety of tools for all your project needs. In this issue, you’ll learn how to Profile your applications to identify bottlenecks, see how the FigDice engine offers a novel approach to templates, why you should be using the MySQL native driver, […]
Encryption is Not So Easy
This morning, during my usual scan of Feedly/Twitter/Reddit I read Secure the data of visitors on your Drupal website better. The post shows you how to use the Field encryption module. The Field encryption module ensures that the values stored in the Drupal database are encrypted. When the database ends up in the wrong hands, […]
Why you MUST Upgrade to Drupal 7.32, now.
It’s time to update your Drupal sites! Oscar takes a look at the critical SQL Injection vulnerability found in the project to understand what went wrong.
Security Update: Heartbleed Vulnerability
By now you have heard about the Heartbleed vulnerability that exists in recent versions of OpenSSL – the technology used to protect web and other network connections from prying eyes. You can read up on details of this vulnerability at http://heartbleed.com We at php[architect] consider our customer’s security of utmost importance. We’ve verified our systems to […]