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…

GIT version control on private serve | Low Cost

Learn how to set up your own Git server in this tutorial from our archives. Git is a versioning system developed by Linus Torvalds, that is used by millions of users around the globe. Companies like GitHub offer code hosting services based on Git. According to reports, GitHub, a code hosting site, is the world’s largest code hosting service. The company claims that there are…

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…