mliebelt Starter Blog

Markus Liebelt

Written by Markus Liebelt who lives and works near Stuttgart in Germany. You should follow him on Twitter, or see his stats on Stackoverflow.

Alle Bücher

All Blogs

RSS Blog Entries

Semantic Versioning - How to use?

October 13, 2019semvers

Problem Everyone knows nowawdays Semantic Versioning or short SemVer. But Semantic Versioning is used for a lot of projects, in companies…

Using Disqus as part of Gatsby

August 31, 2019gatsbydisqus

Why? Well, after having the blog posts in the wild for some time, it would be nice to see any comment on it. What is the point in blogging…

Using Gatsby - The first months

March 13, 2019gatsby

Why? In former times, I blogged using jekyll, and I had my problems with it: Not so easy to understand. Markdown was not sufficient for what…

Migrating from Windows based development to Docker based development

December 28, 2018railsdocker

Current situation I have developed over the last 12 years or so all the time on Windows (starting with XP, then 7, and lately with Windows…

Migrating from Sqlite3 to PostgreSQL for Rails application

December 22, 2018railssqlite3postgresql

Current situation I have developed many years ago two Rails applications and have used them many years. I started with nearly no know-how…

Jekyll with HAML and SASS

October 31, 2014jekyllblog

Working with HAML and SASS for blogging with Jekyll I started to work with Rails version 1.2, and have migrated since numerous times. In…

Passwords in the company world

October 16, 2014company

First problems So lets have a look at something that most people wont believe that it may be a problem anywhere. I will tell it as a story…

Subversion 1.8 - Repository Dictated Configuration

October 11, 2014svn

Problem When you have worked in the past (as I have from at least Subversion 1.2 in 2005, a century in computer science) with Subversion…

Jekyll -- First steps ...

October 10, 2014jekyllblog

Introduction This is the story what I had to do to first use Jekyll. There are of course numerous sources that explain that in greater…