Get better at Googling
191–200 of 297 posts
Re: Get better at Googling
#192Re: Get better at Googling
#193Re: Get better at Googling
#194Every time I work with students and they are stuck, I ask them to Google the issue. 9 out of 10 they will write something like: how to upload an image?
Instead, they should first specify the context. Is it an issue on the front end? Are they looking for the correct input type for file upload? Or is it the php method to receive the file on the back end. Or is it in nodejs?
Search engines cannot infer the correct context because there are hundreds of correct answers. So we have to specify:
- nodejs file upload async (no need to talk to it like a human)
- html file upload input type
- php file upload tutorial
Most likely, the answer will be in the first few links.
Re: Get better at Googling
#195Earlier quoted context omitted.
A developer who is new to a technology absolutely needs to read the documents. No matter how good or bad, it's important because it probably tells you a lot of stuff you wouldn't learn on your own (or that someone else will teach you wrong). I do a lot of GCP work anymore, and the amount of devs who make service authentication way more complicated than it needs to be is really freaking high. It's clear that the peopl…
Cases where docs are not enough: - Beginners do not understand doc's jargon, or they need to learn too much stuffs to understand it that they'd rather quit. So they end up relying on third party sources/implementations - No English knowledge and no translations
People generally just want to cut corners and 'be done with it' which simply results in lower quality.
Re: Get better at Googling
#196Google is okay for research on how other people have achieved something. But generally these days I am of the opinion it just teaches you bad habits. I really wish people would just read the docs instead of just googling. I am working on a large typescript solution and almost every error in the application is due to the original developers not reading the docs and instead just googling stuff from stack overflow. Also…
Re: Get better at Googling
#197I'd suggest to change the editorialized submission title, as it predisposes people to share opinions that can easily be unrelated to the article's contents in question.
Re: Get better at Googling
#198Re: Get better at Googling
#199Re: Get better at Googling
#200Now google completely ignores that. It seems like searching gets dumbed-down by the year