PHP7

PHP7

A revolution in the way we deliver applications that power everything from websites and mobile to enterprises and the cloud
Jun
28
Precise vs Accurate on Arbitrary-precision Arithmetic

Precise vs Accurate on Arbitrary-precision Arithmetic

When Math isn't accurate in code Precise vs Accurate So here's a simple example to get
3 min read
Jun
17
Only inexperienced developers use infinite loops

Only inexperienced developers use infinite loops

A language agnostic look at this common programming pattern. My hope is that once you've read my post
8 min read
Sep
01
Strategy To Manage Cache At Scale

Strategy To Manage Cache At Scale

One of the major challenges we face as modern developers in our infrastructure is how do we cache effectively so
12 min read
Jun
22

Functional Programing with PHP7

Many developers like to talk about functional programming, but most have never written a working implementation, nor understand the concepts
6 min read
Jun
20

Unicode source code in PHP

Yeah, php can be evil. <?php new class { static $foo = 1; static $f​oo = 2; static $fo​o = 3;
Jun
04

Misconception on CPU: Node.js vs PHP blocking web requests

We know the Node.js engine runs our code asynchronously, and we know it does that using an event loop.
3 min read
Jun
03

Concurrency safe IOPS efficient MySQL with PHP PDO

The problem I've experience using many solutions for MySQL like Amazon RDS, Google Cloud SQL, Rackspace, Azure, and
10 min read
Mar
13

What has been made PHP7 ready?

Let's take a look at the PHP based software that may be important to you before to get
1 min read