Homeserver Management with Linux and Puppet
I set up a home server and manage it with puppet. This blog summarizes the setup step by step and shows my learnings.
Posts about PHP development.
I set up a home server and manage it with puppet. This blog summarizes the setup step by step and shows my learnings.
This blog post is part of preparation for a computer science interview in big tech. Summarizing my computer science skills in a blog post.
A brief summary of how to migrate large databases to MySQL 5.7 and steps upgrading MySQL while keeping production up and running.
PHPAlgorithms is released in version 1.0.0. Read about the improvements and breaking changes for this stable release.
A feature that a colleague and me were developing has caused us to stumble across an interesting and edge case problem with PHP exceptions.
This blog post addresses a very simple, not finished URL Crawler that separates internal and external URLs appearing on a website.
This blog post is a summary of my getting started with Vagrant in 2019. It shows a very specific set up and may or may not fit to your needs.
In this blog, I address the problem of 'find the number of islands' or 'connected components in an undirected graph' traversing a 2D matrix.
Since I have been asked for a 'how to' for my 'Role Based Access Control' (RBAC) library, I want to summarize this in a blog post.
Recommendation Assistant in version 1.0.0 is part of my Master's Thesis and denotes a hybrid approach of Recommendation Algorithms.