DNS

The DNS (Domain Name System) system translates human-readable domain names typed into a browser into machine-readable IP addresses.

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.

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 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.