Posts marked with “php”

Pro Parsing Techniques With PHP, Part Three Using Regular Expressions

by · August 28, 2018

2
 

Regular expressions, or sometimes simply called regex, represent a powerful set of tools which allow developers to split strings, perform character substitutions, and extract text based on matched patterns. The patterns, used in regular expressions, are an actual language that describe combinations of type castings and values that match the text you want to split, substitute, or extract. Regular expressions are an enormously powerful tool for the developer who understands them.

 

Masterful Code Management – August 2018

by · August 3, 2018

1
 

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

 

Education Station: That’s Logical

by ·

0
 

This month we practice working “close to the hardware.” We’ll see why this is becoming more important to today’s software developers. We’ll use the PHP bitwise operators to manipulate single-bit binary numbers. We’ll then take a more general look at ways to learn what we need to learn.

 

Navigating State – July 2018

by · July 2, 2018

1
 

In this issue: State machines, workflows, parsing text, MySQL without SQL, Continuous Integration, self-hosted git, CakePHP, Password Authentication, Issue Tracking, Algorithms, and more.

 

Education Station: Build an Algorithm

by ·

0
 

If you have trouble making change for a dollar without a calculator, and don’t care, this article may not be for you. Otherwise, come along with me! We’ll be converting between numbering systems. We’ll create an algorithm for converting between decimal (integer) and hexadecimal numbers.

 

Command and Control – June 2018

by · June 7, 2018

1
 

Using events and command buses, self-hosted git, design workflows, parsing text, a look at CakePHP, Composer security, and more

 

Treasures, Old & New – May 2018

by · May 1, 2018

1
 

Writing clean code, managing technical debt, testing with Mockery, Toxic Tech, API specifications, and more.

 

finally{}: Innovation in PHP

by ·

0
 

One of the fantastic things about the PHP language is that we, the community, are constantly evolving it. If you take a look at PHP code from just a few years ago, it can appear alien compared to anything written in modern PHP today. In fact, I’ve often stated that PHP was, in fact, unique […]

 

Testing Strategy With the Help of Static Analysis

by · April 26, 2018

2
 

By Ondrej Mirtes. In this article, I’d like to introduce you to the concept of type safety and how it can improve the reliability and stability of your code. Once your code is more type-safe, and that fact is verified by automated tools, you can cherry-pick which parts of your application need extensive unit tests and where you can rely just on well-defined types.

 

Episode 9: Testing in Practice

by · April 20, 2018

0
 

In this Episode Our hosts, Eric van Johnson and John Congdon dive into Testing in Practice and the April 2018 issue of php magazine and interview Robert Basic, one of the contributors to Mockery. Oscar talks about the importance of training for employees and rants against image slideshows.