Education Station: Shifting and Masking with a Side of Crypto

by · February 23, 2018

0
 

The basics can be tricky. This month we take a careful walk-through of a few lines of cryptographic code in PHP. This leads us through the difference between ones’ complement and two’s complement representation. We achieve weirdness by combining logical AND with integer addition.

Know Your Tools – February 2018

by · February 1, 2018

0
 

Containers, Drupal + Symfony, Evaluating Tools, Onboarding, Application Encryption, Laravel Scout, and more

Episode 6: Setting Up to Succeed

by · January 24, 2018

0
 

Eric and John chat with Joe Ferguson about Laravel collections. They also discuss the January features on background processing with queues, securing your website, PHP Generators and more and more. Oscar looks at PHP support and RFCs coming in 2018.

PHP Sessions in Depth

by · January 19, 2018

7
 

Sessions in PHP are often taken for granted. A session is a magic array which persists across page loads and holds user-specific data. It’s a fantastic and integral part of most web applications. But when misused, sessions can cause substantial security holes, performance and scalability problems, and data corruption. A deep understanding of sessions is vital to production web development in PHP.

Setting Up to Succeed – January 2018 issue

by · January 4, 2018

0
 

Worker Queues, Async with Generators, and PHP Sessions in Depth, Hiring PHP Devs, Laravel Collections, Security & Logging, and more.

Episode 5: Talking Code

by · December 20, 2017

1
 

A look at the Talking Code issue for the month of December 2017 issue featuring articles on building an Alexa voice skill and chatbots with Laravel’s Botman project.

Security Corner: PHP, meet Libsodium

by · December 14, 2017

3
 

By Eric Mann By the time you read this, the PHP community should have introduced the world to the newest version of our favorite language. This latest version adds better support for type annotations, allows trailing commas in lists (just like JavaScript and other dynamic languages) and introduced several security improvements. The most notable security […]

Episode 4: Modern Magento

by · December 6, 2017

0
 

In this episode, we dive into the November 2017 issue and how to use Magento as your ecommerce platform.

Talking Code – December 2017

by · December 4, 2017

0
 

December 2017: Alexa skills, Chat bots, Machine Learning, Event Sourcing changes, PHP_CodeSniffer, PHP 7.2 w/libsodium and more.

Modern Magento – November 2017

by · November 6, 2017

1
 

FREE issue! November 2017: Magento, Laravel Queues, Payment Gateways, PCI-DSS Compliance, PHP Frameworks and more.

« Previous Page Next Page »