Let’s be honest, as developers we are annoyed by people who test our code and find dozens of errors. I get it but good QA engineers really save our asses, be kind to them.
“What the fuck code is this? I’ve told you a thousand times to use strict operators, you don’t care about the quality of the project!” If you find yourself thinking things like that when doing code reviews this post is for you.
What does pixel perfect mean? In frontend development slang, a web page perfectly identical (to the pixel) to the design provided is called pixel perfect.
We all know that naming things takes more time than coding. Here are the ten worst common names to give to your files, variables, classes…
I stare down until the code confesses.
In the previous post I pretended to be a teacher to learn about communication. Now let’s go on with this strange but interesting experience.
Explaining things is all about abstraction, and so is programming. So, why do so many developers (myself included) struggle to communicate with non-tech people? I tried to answer this question by walking in a teacher’s shoes for a day.