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.

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.