Tutorial

6 min. read Published:

A drop-in Docker stack for PHP apps

Over the past months I gradually implemented a solid Docker setup for all private projects. As I think that this stack is quite solid so I want to share it with you.

3 min. read Published:

Laravel 5: Use Query Caching to make your App really fast

There are several methods to make your Laravel app faster by using caching. Today I want to introduce query caching which reduced the number of database calls to almost zero.

4 min. read Published:

Programmatically add Custom Buttons to the Wordpress TinyMCE Editor

You can add 10 new custom buttons to the Wordpress Richtext Editor (TinyMCE) manually and bloat your functions.php – or you use this dynamic batch-like approach.

1 min. read Published:

CSS: Left-align text if it's using multiple lines

We want to achieve the following behaviour: if a text is centered and becomes aligned left when it files multiple lines.

1 min. read Published:

Change the cursor on your website to an Emoji

Yes, it's possible. Change the cursor to an emoji.

1 min. read Published:

Some fresh themes to spice up Hacker News

I decided to create some themes to spice up the Hacker News site with CSS only that can be used with almost every browser

3 min. read Published:

A small password suggestion generator for Codeigniter

Need a password suggestion generator for your (Codeigniter) app? Look no further, you can find two different approaches in this tutorial

3 min. read Published:

Laravel 5: Localization based on the subdomain

You want to set the locale of your Laravel 5 application based on the visited subdomain? Here is the full tutorial.

4 min. read Published:

A Progress bar for Impress.js

Learn how to easy add a progress bar to your Impress.js presentation with some lines of HTML, CSS and Javascript.

3 min. read Published:

Customize your GitLab installation

Do you want to customize some parts of your GitLab server? Here's how to do it with some simple steps.

3 min. read Published:

Laravel 4: Localization based on the subdomain

Need to change the application language used by Laravel based on the subdomain? Here's how to achieve it with some simple lines of code.

4 min. read Published:

Install Kandan on Ubuntu 12.04 Server with Apache / Plesk

Follow this tutorial powered by Kovah.me to install the Kandan chat system on your Ubuntu 12.04 server running with Apache / Plesk.