Simple URL Crawler to Extract Internal and External Links in PHP
This blog post addresses a very simple, not finished URL Crawler that separates internal and external URLs appearing on a website.
Posts about PHP development.
This blog post addresses a very simple, not finished URL Crawler that separates internal and external URLs appearing on a website.
This blog post is a summary of my getting started with Vagrant in 2019. It shows a very specific set up and may or may not fit to your needs.
In this blog, I address the problem of 'find the number of islands' or 'connected components in an undirected graph' traversing a 2D matrix.
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?