Top Stories published by WebDevOps in 2019

Data structures

Here’s a quote from Linus Torvalds in 2006:

I’m a huge proponent of designing your code around the data, rather than the other way around, and I think it’s one of the reasons git has been fairly successful… I will, in fact, claim that the difference between a bad programmer

Generators in PHP

Use of generators in PHP can provide you a good memory optimisation, but if you decide to use them, there will be few more things to do.

Consider an example: you need to get data from a database, do some mapping and then return the result as XML.

These were the top 10 stories published by WebDevOps in 2019. You can also dive into monthly archives for 2019 by using the calendar at the top of this page.