author-pic

Blog Posts

Autoloading entities in Spring Shell commands

Posted on March 25, 2022

During an assignment for my lecture Software-Development using Enterprise Technologies we had to develop an auctioning system using Spring Boot. The interaction with this system had to be possible…

Read full post

Setting up xDebug on MacOS

Posted on June 02, 2021

This guide is based on the works of Asrar from dev.to and adapted to PHP 8. If you dont have PHP 8 already install it using brew: Download the latest version of xDebug. Then build and install the…

Read full post

Painless SSH Setup in Gitlab CI

Posted on October 13, 2020

Connecting to a different server from your CI job can be a hassle. Specifying the ssh connection parameters followed by the command to be executed can take quite a lot of space visually and cause all…

Read full post

Getting started with CI/CD in PHP

Posted on March 24, 2019

What is CI/CD? CI/CD is short for Continues Integration and Continues Delivery (sometimes also called Continues Deployment). Both terms group steps and actions that occur during the lifetime of your…

Read full post

Looking forward to 2019

Posted on January 12, 2019

I know this probably comes a bit late, after all, we are already two weeks into the new year, but after reading a lot of reviews from other people, especially devs, writing about their recap of 201…

Read full post

Getting started with Test Driven Development in Laravel

Posted on December 07, 2018

During the last few months, I’ve read a lot of blog posts and guides that talk about the benefits and joys of TDD. Although they all were credible sources and I believed the points they made about all…

Read full post

Using Logstash with Laravel

Posted on November 13, 2018

Lately, I have been developing an application based on Laravel 5.7 that makes heavy use of Laravels Queue feature. In order to easier structure different debug information for multiple hosts we use…

Read full post