How does it work
Deep dives into PHP internals and framework mechanics, exploring how generators, event dispatching, and object cloning actually work under the hood.
What happens when we clone?
Category: How does it work
Cloning is a nice way of creating a quick copy of an object. But there are some things you need to be aware of!
Generators over arrays
Category: Performance
Learn more about these supercharged arrays that can preserve memory.
Event Dispatching
Category: How does it work
An exploration into events and their workings within multiple frameworks.