MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Paulyg.github.io most likely does not offer any malicious content.
Secure connection support
HTTPS
Paulyg.github.io provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Paulyg.github.io most likely does not offer any adult content.
Popular pages
-
Category: routing - Paul Garvin's Dev Blog
I am a mechanical engineer by day, an aspiring web developer by night, a husband, and a dad. Besides the web, Linux, and open source software I enjoy following sports car and open wheel racing, partic...
-
Category: php - Paul Garvin's Dev Blog
Paul Garvin's Dev Blog I am a mechanical engineer by day, an aspiring web developer by night, a husband, and a dad. Besides the web, Linux, and open source software I enjoy following sports car a...
- Blog Archive - Paul Garvin's Dev Blog
-
Using PHP's RecursiveFilterIterator - Paul Garvin's Dev Blog
I was recently working on a project where I needed to recursively get all of the files with a particular extension inside a directory. Actually I needed to find all files with a .php extension but not...
-
On PHP Routing Libraries - Paul Garvin's Dev Blog
I have been interested in different URL routing techniques in web frameworks for a few years now. I have looked at the code for Symfony 2, Aura, and Slim's routing. They, at a simplified level, work t...
-
DirectoryIterator vs FilesystemIterator - Paul Garvin's Dev Blog
I was working on a project that required iterating over a directory of files recently. Whenever I do this I reach for my old friend RecursiveDirectoryIterator. In this case I only needed the full path...