Recruiters don't like to have their eyes baffled by complex resumes this is a known fact, they like clear and concise information laid out in an informative way. They care even less about irrelevant information on a resume because it's a waste of time.
Haha, now try getting it on a site with images and other content i/e a normal website.
I've been at the forefront of pagespeed since before it was trendy, I've achieved 100% 3 times and 95% or above about 50 times, my sites load in less than 500 milliseconds - that's ENTIRE page load and DOM ready, when you can achieve that then you can boast!
the + attribute is not supported everywhere so please for the love of god stop giving out your bad in fact terrible tutorials and polluting the internet with bad code
The json_decode() function decodes the value passed as a string (JSON) into the data in correct format (in this case: an array).....
That's incorrect. json_decode with no second argument creates a standard object not an array. If you want an array then pass true as the second argument
I don't know where to start.... Telling people to not write fast code for the sake of other people checking that code is absolute madness. The code is ran thousands or millions of times per day and is the obvious choice to lean toward when optimizing instead of leaning toward optimizing for some theoretical idiot who likes to read lines of code in a fast and efficient manner to do his job.
This job may be ran once or twice a year which is nowhere near the amount of savings in various computational power / hardware etc compared with the wages of some geek who simply can't be bothered to do his job well.
1. Don't use an ODM - MongoDB is scheme-loose for a reason yet you want to lock in a schema with a mapper?????
2. Go use PostGres if you're that worried about so called schema rot else write migration scripts like everyone else.
There is always a price to pay for flexibility and scalability
You should also check the size of the image to make sure it's actually an image. I can quite easily get a php file into your system using your current way as you ONLY check for extension.