Top Stories published by Gilbert Pellegrom’s Blog in 2015

Setting up Laravel 5 for Travis CI

Continuous integration testing is awesome and if you build software with a team you really should have it up and running. Travis CI is a free (for public repos) service which connects to your GitHub repositories and automatically runs your tests whenever someone pushes…


Using PSR-4 Autoloading in WordPress Plugins

For a while now PHP-FIG has been making the PHP world better by defining standards for things like coding standards, coding styles, loggers and, importantly, autoloading. Autoloading is important because it allows us to write our code using Namespaces…


Structuring Sass for Web Apps & Larger Projects

I’ve been using Sass (specifically Scss) as my preprocesser of choice for some time now and it’s invaluable for taming your CSS when building larger projects (such as web apps). On a smaller project you can get away with maybe a couple of .scss…


Baun: A New Kind of PHP CMS

Last week I launched Baun, a modern, lightweight, extensible CMS for PHP. It builds on the ethos of my first CMS Pico (which I sold and development has been non-existent) in that there is an emerging market for the “micro” CMS.


2015 Year In Review

For pretty much five years running now I’ve taken time at the end of the year to reflect on the year that’s been, and look ahead to the year that’s to come. Last year I wanted to continue to work smarter, not harder and strike a better balance of “busyness” in my life. While I’m not sure I can…


Testing defines in PHPUnit

This one tripped me up recently. Say you are wanting to test a bit of code using PHPunit that relies on a defined constant. You don’t want the define() to affect your other tests, you only want it to apply for this specific test. Something like this:

These were the top 10 stories published by Gilbert Pellegrom’s Blog in 2015. You can also dive into monthly archives for 2015 by using the calendar at the top of this page.

About
Gilbert Pellegrom’s Blog
Software Engineer and Web Developer from Scotland
More information
Tags
Editors