Time to start playing with Angular 2.0

Lastly i was involved in the development of a SPA website that based on Angular 1.3. So i became more interested in modern Frontend development. »

spacer Alexander Holbreich on javascript, AngularJS, TypeScript

Goodbye Wordpress, Hello Ghost

As you might notice already, i run my blog with something different than Wordpress. Many years i've used Wordpress as logging CMS for my needs. In »

spacer Alexander Holbreich on Ghost, blogging

Docker image for Ghost blog

I've created new Golden Docker image for Ghost Blogging blogging platform. gold/ghost on Docker Hub gold/ghost Dockerfile on github Why Ghost environments suggest that »

spacer Alexander Holbreich on Docker, Ghost

The Motivation for a Monolithic Codebase at google

Very impressive system and approach for common codebase. Don't get it wrong, monolithic codebase has nothing to do with Monolithic architecture of their software. It is »

spacer Alexander Holbreich on Google, SCCS

Why switch to Docker deployment (insted of package manager)

On the way of getting familiar with Docker people first compare Containers to Virtual machines and ask question How is Docker different to Virtual Machines (Check »

spacer Alexander Holbreich on Cloud, Container, Docker, rpm

Upgrading debian wheezy to jessie

Debian jessie is now officially released. So it's time to upgrade my home server (used as NAS and for development) I've no concerns regarding dev tools »

spacer Alexander Holbreich on Personal, Software, debian, systemd

Just tried Google Cloud SQL: not impressed...

Google Cloud SQL is fully managed MySQL service in the google cloud. Such managed hosting has a number of advantages. For me it could mean less »

spacer Alexander Holbreich on Cloud, databases, Google, Google Compute Engine, mysql

Entering Docker Container with docker exec

Today Docker Version 1.3 is was released and is avalable in repositories. $docker info Containers: 63 Images: 356 Storage Driver: aufs Root Dir: /var/lib/ »

spacer Alexander Holbreich on Cloud, Docker

Systemd on Debian: What do you think?

Why care about Systemd? In spring of 2014 Debian committee members decided to switch to systemd with next release (8.0 Jessie). But systemd was not »

spacer Alexander Holbreich on debian, systemd

Moving docker images location to different partition

By default docker will put all the data including images under /var/lib/docker (At least on Debian). This could let to problems with space. It's »

spacer Alexander Holbreich on Personal, Software, Docker, fstab