Articles Page 16

2020-05-03

Two simple ways to find values in arrays. Simple and useful 😉

2020-05-02

A quick answer to the question: What is GraphQL? Very quick I promise 😉

2020-04-25

Avoid long if-elseif-elseif-else and switch blocks in your code and rather make use of array mappings!

2020-04-20

I often find it hard to read some other developers PHP classes. Mostly because they are not well structured and I have to jump around a lot. So here is how I try to arrange my code. I hope it gives you a good idea on how to increase the readability of your php classes.

2020-04-19

Yesterday I had to figure out why the f*** the microphone of my headset was not available in the audio settings of my PCs Ubuntu system and how to fix it.