Hello, my name is Gregor.

I write about web development, PHP and programming in general.

Setting up Redis Sentinel with Docker Compose

Learn how to setup Redis Sentinel with Docker Compose

Defining strict domain objects

Poorly designed objects with getters and setters, a thorn in my side.

NestJS response serialization with groups

In this blog post we will find out how we can manipulate the response data in NestJS with serialization groups.

Object-Oriented PHP basics

Find out what Object Oriented Programming is and how we can use this programming paradigm in PHP.

From Procedural to Object Oriented Programming - Part 2

This is the second part of posts about transitioning from procedural to object oriented programming paradigm.