Category: Backend

From January 22, 2021

Topik – A Flat File Blog System

I built a flat-file, PHP based blogging system.

Read More
From October 25, 2018

What’s the deal with WWW?

I recently had a client ask me ‘is there a difference between ‘mywebsite.com’ and ‘www.mywebsite.com’?’ In short: no. But of course, it’s more complicated.

Read More
From September 27, 2018

The Functionality that htaccess Provides

Modifying the htaccess file can improve your SEO, can improve usability of your site, improve server response time, help save you headaches, and more.

Read More
From September 20, 2018

How to Get the most Value from a WordPress Site

There is quite a lot that clients can do to make sure that they get the most value out of their WordPress site – blogging and SEO are just the start.

Read More
From May 23, 2017

Regex Cheatsheet

I’ve been writing some regex lately and compiled this handy little cheat sheet. Hopefully it helps you quickly write regex. I know I’ll be using it!

Read More
From April 23, 2017

CodeIgniter Class Level Variables

I’m always looking for ways to improve how we at Gittr write software. We’ve got a pretty good flow and class level variables helped move our app forward

Read More
From January 24, 2017

Error Handling and HTTP Redirects

There are few things I dislike more than seeing a website handle basic errors with a default error page.

Read More
From October 17, 2016

Content Security Policy

The goal of a Content Security Policy (CSP) is to prevent Cross-Site Scripting (XSS).

Read More