Henry Petry
I’m Henry Petry, a software engineer living in North Carolina.
I have a passion for developing software in PHP and Python.

Latest Posts

Oct
02
Bad Naming Conventions

Bad Naming Conventions

Explore the consequences Bad Naming Conventions can have on your codebase, maintainability, and collaboration efforts.
2 min read
Sep
25
PHP 8: Named Arguments

PHP 8: Named Arguments

Introduction With the release of PHP 8, developers gained access to a powerful new feature called Named Arguments.  In this
3 min read
Sep
18
PHP 8: Match Expressions

PHP 8: Match Expressions

PHP 8 introduced the match expression, which is a more powerful and concise way to perform conditional operations compared to the traditional `switch` statement.
3 min read
Sep
11
PHP 8 Union Types

PHP 8: Union Types

Union Types, allow PHP developers to declare that a variable can accept one or more different types.
3 min read
Sep
04
PHP 8 Null Safe Operator

PHP 8: Null Safe Operator

PHP 8 has introduced a game-changing feature known as the Null Safe Operator, which promises to make working with null values safer and more convenient.
3 min read