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.
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.
PHPAlgorithms, an open source library containing algorithms and datastructures for PHP, is finally out there.
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.
I researched Content-Based Recommendation & TF-IDF keyword extraction as a part of my Master's Thesis and describe it in detail.