TryHackMe Walkthrough - Team

This is my walkthrough of the Team room on TryHackMe. It took me some time...

10 minute read

TryHackMe Walkthrough - Watcher

This is my walkthrough of the Watcher room on TryHackMe. There are seven flags to...

10 minute read

Asking For Help

I think one of my biggest weakness as a developer is that I rarely ask...

2 minute read

Mocking PDO in PHPUnit

The subject of mocking a PDO object in PHPUnit has come around a few times...

1 minute read

Conferences

In the next few months, I will be a 2 conferences. True North PHP True...

1 minute read

PHP Resources

A co-worker recently asked me how I stay current with new development in the PHP...

4 minute read

Continuous Testing in PHP

Continuous testing is a way to automate the execution of your tests while you work....

4 minute read

Clean Coder

Yesterday I finished reading The Clean Coder: A Code of Conduct for Professional Programmers (affiliate...

4 minute read

Test Driven Development in PHP

Test driven development (TDD) is at the core of the Agile Methodology and Extreme Programming....

7 minute read

Code Retreat Quebec

Last Saturday I had the privilege of attempting a code retreat in Quebec City. I...

5 minute read

PHP Tool Integration (PHPsrc)

In a previous post, I talked about Continuous Integration. If your Continuous Integration server runs...

2 minute read

Continuous Integration In PHP

According to Wikipedia, continuous integration implements continuous processes of applying quality control — small pieces...

12 minute read