This website uses cookies to track usage of this website and to deliver targetted advertising. Please read our Cookie Policy and Privacy Policy for further details of our usage. Continued use of this website indicates acceptance of our use of these cookies.

Blog Articles

Guide to most popular PHP frameworks
  • Guides

Guide to most popular PHP frameworks

PHP has been used to develop websites since 1995. It runs behind a majority of websites and is the language used in content management systems such as WordPress, Drupal and Joomla to name a few.

Steps to Dokku Postgres (with PostGIS) on Ubuntu 16.04
  • Walkthroughs

Steps to Dokku Postgres (with PostGIS) on Ubuntu 16.04

Dokku is a PaaS running on Docker that is very similar in operation to Heroku; you git push and the PaaS builds the environment you've configured for the app. This article was originally written and published on Medium.

What is a domain name?
  • Guides

What is a domain name?

A domain name is an easily readable and rememberable string that is entered into a browser web address bar in order to locate a computer on the internet hosting code and files representing a web application.

Disabling Events in Laravel Model Observer
  • Walkthroughs

Disabling Events in Laravel Model Observer

I needed to create a model observer for a recent project to add a value to a model after being edited in Laravel Nova. The ideal event for this was creating but unfortunately due to limitations in a package I was using (MySQL Spatial / API stuff) I couldn’t use this. This article was originally written and published on Medium.

What is DNS?
  • Guides

What is DNS?

DNS (Domain Name System) is the glue that holds together the World Wide Web (WWW). It translates human readable and rememberable domain names entered in web browsers and used in other internet connected devices into a set of digits (an IP address) representing the location on the network (usually the internet) that needs to be visited in order to satisfy the request.