Comparing Objects with PHP
A brief summary of the problem how object comparison in PHP 7 does not work everytime as expected and how I fixed it using a workaround.
Posts about algorithms and their implementations.
A brief summary of the problem how object comparison in PHP 7 does not work everytime as expected and how I fixed it using a workaround.
For more than 7 month, I worked on Recommendation Systems for Nextcloud. This post announces my Master's Thesis.
This blog post summarizes the HashMap Implementation in PHPAlgorithms, an open source library for algorithms and datastructures by me.