Contact Synchronization Client: A First Try
This blog post describes a first attempt at building a contact synchronization client using PHP and Python.
Posts about PHP development.
This blog post describes a first attempt at building a contact synchronization client using PHP and Python.
Integer Bitvectors provide an efficient way to search & manage large, unsorted data. Learn theory, implementation & practical applications.
Learn how topological graph sorting can resolve database dependencies, handle normalization violations & optimize database management.
This post is an announcement that RecommendationAssistant is on the Nextcloud App Store now. Read how to download and install.
Ever had the situation where you are testing little changes of a pre-tested code 'on the fly' & it is not working anymore?
This blog post is about the PHP implementation of Role Based Access Control and Big O for a research web page.
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.