PHP

Sep
02
Design Patterns in PHP: The Factory Pattern

Design Patterns in PHP: The Factory Pattern

I'm going to be writing a series of articles that cover different design patterns in PHP. To kick
3 min read
Aug
20
Dependency Inversion Principle

Dependency Inversion Principle

In the last article we learned about the Interface Segregation Principle. In this article we will be going over the
4 min read
Aug
20
Interface Segregation Principle

Interface Segregation Principle

In the previous article we learned about the Liskov Substitution Principle. In this Article we will be covering the Interface
1 min read
Aug
19
Liskov Substitution Principle

Liskov Substitution Principle

In our last article we learned about the Open Close Principle [https://www.leadershiptolaunch.com/open-closed-principle/]. In this article we&
2 min read
Aug
19
Open Closed Principle

Open Closed Principle

Continuing from where we left off in the Single Responsibility Principle [https://www.leadershiptolaunch.com/single-responsibility-principle/] Article, we'll
2 min read
Aug
19
Single Responsibility Principle

Single Responsibility Principle

About a year ago I was asked to do a talk covering the SOLID principles of Object Oriented Programming (OOP)
4 min read
Aug
10
Locks hanging on a steel rope.

Implementing a SAML IDP with Laravel

Recently, I was tasked with figuring out how to implement Single Sign On (SSO) between a Laravel 5.2 Application
13 min read
May
16
Building a Laravel 4 RESTful API - Part 2

Building a Laravel 4 RESTful API - Part 2

In my first article in this series: “Is your REST API at REST?” we discussed the very basic structure of
6 min read
May
10
Building a Laravel 4 RESTful API - Part 1

Building a Laravel 4 RESTful API - Part 1

Over the last several months I have been building a RESTful API. One of the first challenges I came across
5 min read