Burhan Deniz Abdi

Docker hacks for Production

Intro Ok so I've been working with Docker in production for a while now. If like me your sitting in the same boat, then I'm sure you can appreciate the pain that comes along with Docker and disk space in production environments. In this post I'm going to list some…

Continue reading

Control Center - A container-based management system

Intro Sorry for the long absence. Been struggling to find some time to sit down and write, so glad to be finally doing it! Today's topic I am going to go through some work I've been doing with Control Center. (note American spelling!) What is Control Center? You probably would…

Continue reading

Flask web API with Firebase

Hello again, today I’m going to pick up where I left off with more Flask~ing (…..can I say that? o_0 ). As usual with my multi-part posts I suggest you start with the first, you can find that here. I spoke about setting up your Flask environment and…

Continue reading

Introduction to Python Web development with Flask

Intro#### Hi all, belated xmas and new year salutations! Had a busy time over the period and have only just gotten things settled to carry on my tinkering ways! So, todays post is going to be about Python and the Flask framework. I was reading someone’s comments the other…

Continue reading

LAMP service with Docker

Docker Round 2…..Fight! Back at ya with some more Docker fun. In this post I’ll build upon the Apache fun with Docker post. In the last post we saw an example of using Docker to set up a webserver. This post will show you how you can use…

Continue reading