
Using Composer To Stop Reinventing The Wheel
Let’s say you are developing a cool web application in PHP. Maybe it’s a cool, but very simple gallery. You build out your album system, then suddenly you hit a seemingly small issue. You need slugs for the URL. Google hates generic IDs, so better use a slug derived from the album title. Fine, let’s just do a str_replace(‘ ‘, […]
Read more
Recent Comments