Towards Powerful PHP Applications: WeakMaps and Their Practical Usage
Read more about PHP WeakMap data structure added with version 8. WeakMaps are helpful for memory management and avoid leaks.
Posts about personal and professional projects.
Read more about PHP WeakMap data structure added with version 8. WeakMaps are helpful for memory management and avoid leaks.
A feature that a colleague and me were developing has caused us to stumble across an interesting and edge case problem with PHP exceptions.
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.
This blog post describes a first attempt at building a contact synchronization client using PHP and Python.
This blog post is about the PHP implementation of Role Based Access Control and Big O for a research web page.
PHPAlgorithms, an open source library containing algorithms and datastructures for PHP, is finally out there.