Integer Bitvectors and the Theory Behind
Integer Bitvectors provide an efficient way to search & manage large, unsorted data. Learn theory, implementation & practical applications.
Posts about software development in general.
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?
I had to become familiar with the Kotlin programming language on short notice. This Cheat Sheet for Kotlin summarizes my learnings.
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.