Role-Based Access Control in PHP: Database Schema, Algorithms, and Implementation
Complete guide to RBAC in PHP: database schema, why BST beats naive iteration (O(n log m) vs O(u×r×p)), implementation with simple-rbac library, and common pitfalls.
Articles about PHP, software architecture, algorithms and more.
Complete guide to RBAC in PHP: database schema, why BST beats naive iteration (O(n log m) vs O(u×r×p)), implementation with simple-rbac library, and common pitfalls.
Recommendation Assistant in version 1.0.0 is part of my Master's Thesis and denotes a hybrid approach of Recommendation Algorithms.
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?
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.