I’m walking down the street in a ginormous grey city. There are maybe one or two people on the opposite sidewalk, otherwise the street is empty, almost eerie.
View More A nightmare storyHow I hack WordPress plugins and why you should too

First off, don't do black hat hacking. This article is in no way endorsing it. I usually hack plugins because the price for premium seems quite often to be too much and close to feeling like a rip off. As it turns out, I'm usually not that far away from the truth.
View More How I hack WordPress plugins and why you should tooHow to fix WordPress CSS

Fixing the CSS on a WordPress website can be tricky. Especially given that each theme and (if I'm not wrong) plugin can add their own.
I started fixing CSS on WordPress websites with my
Calculus: an extremely simple introduction

A good teacher of mine defined Calculus as the study of change.
I see Calculus as a series of cool tricks to make particular calculations much easier than they would otherwise be. I'll cover where the first tricks you would likely learn in a Calculus class come from.
Let's look at this graph of y = x².
View More Calculus: an extremely simple introductionPython if, elif, else statements

The if, elif, and else statements are all there to allow for decision making in python and other programming languages as well.
Let's look at a simple if statement code:
View More Python if, elif, else statementsPython login system
My last post was about getting a quick start in python. Now it would be much more interesting to apply the knowledge to a specific task. For this reason I decided to go through a really simple login system in python where a user can register and/or login using a username and a password.
View More Python login systemPython turbo-start guide
A guide to help people new to python get a boost in learning the language
View More Python turbo-start guideHow to start up an aquarium/fish tank

- Decide what size aquarium/fish tank you want
- Get a filter, aeration, and a heater for tropical fish
- Cycle your aquarium
- Research the fish before you buy it
Having been completely new to the aquariumist hobby we were looking for information anywhere we could find it. Interestingly some details get left out very often as if they're common knowledge everyone knows anyway. I decided to share what we've learned including all the little details to hopefully make it easier you.
View More How to start up an aquarium/fish tankMoving from Apache to NGINX on Centos 7
For about 10 years
How to get SSL/HTTPS for your website on CentOS 7
The very first time when I heard about getting https enabled for our websites I thought it was going to have to be some long tedious process that I'll never have enough stamina to complete. Turned out it's the complete opposite 🙂
View More How to get SSL/HTTPS for your website on CentOS 7