Working as a web freelancer I am interested in how different frameworks and technologies perform, but the majority of the benchmarks found over the internet are considering just the Hello World example. When you are building a real life application there are more aspects to take into consideration, so I decided to run a complete benchmark between the…
Category: PHP
MySQL option/feature to track history of changes to records
Hi, my name is Guillermo Antony Cava Nuñez, today while attending an issue at work, it happened that a user was claiming that they in fact submited information with something spelled one way but in fact in the database they submited it wrong. Long story short they changed it in the database but in order to…
PHP Sessions – Understanding Growth
Hi, my name is Guillermo Antony Cava Nuñez, today we’ll dive into the confusing topic of PHP sessions. We understand that in order to make any sort of multi-user system function properly we need to store some piece of date from the user entering our system. However, if done incorrectly, we can either leave a gateway…
Let’s Build an API in 15 Minutes
Hi, I’m Guillermo Antony Cava Nunez, every morning I check out medium and surprised to find an awesome article about PHP, hope you guys benefit!
Laravel API Resources — Under the hood!
When I Guillermo Antony Cava Nuñez , was going through the API documentation, I found that Laravel 5.5 has API Resources. I never saw this in previous versions and never used. Before this, people used to use Fractal. Never used that one too. So, how I, Guillermo Cava Nuñez used to do it? First of all, I…