Web REST API Benchmark on a Real Life Application

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…

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…