Code

Articles discussing new methods and possibilities that we use in our own code, and Open Source code too.

Code

Articles discussing new methods and possibilities that we use in our own code, and Open Source code too.

Q3 Project updates

Q3 Project updates

As a small yet busy web agency we often have little time to shout about what we are up to, and also work on secret projects we are unable to tell you …

Read More
Our inaugural FedEx Day

Our inaugural FedEx Day

We here at Practically took 24 hours out of client work to do our first FedEx day – so called because you deliver something the next day. We wanted to…

Read More
Service Broker Introduction

Service Broker Introduction

A service broker is a way of provisioning services and binding them to applications. With a service broker you can provision a database and bind it to…

Read More
Mkcert all the things

Mkcert all the things

After Ade Attwood’s recent dive into TLS and creating server certificates with a root ca. This is a much simpler way with mkcert…

Read More
Yii2 stream responses

Yii2 stream responses

In your Yii2 controller, it is quite common practice to return the stream of a file to the browser for your user to download. However, it’s not so w…

Read More
Named regex matches in php

Named regex matches in php

When dealing with those pesky regular expressions trying to get our matches by their index, making your code that little less readable.

Read More
Git Repository Clean Up

Git Repository Clean Up

After you have been developing a project for some time your local git repo can become detached from the repository on ‘origin’. Here are a few com…

Read More