Ah, Google... Imagine a world of being a developer without you. Google and Stack Overflow are like my mom and dad helping me through my silly mistakes as a developer.
I'm not new either. I have been a developer for almost over 5 years now... and I am not afraid to admit that some of my Google searches would look silly.
I know, I am a horrible developer that has no idea what he is doing.
Wrong.
As a developer of 1 year to 20 years of experience. Getting a quick reference to something is arguably what our job is all about.
Devs, what was your last dev related Google Search?
Top comments (40)
duckduckgo is still valid to this question :).
I am always looking up how to center things in CSS
Start PostgreSQL command line
guilty
Β«sql server pass an array to stored procedureΒ»
Obligatory duckduckgo plug!
I see up there duckduckgo.com is valid too, then: "Three.js group add"
not ashamed about it btw
"on duplicate index update"
This is something I learned about far too recently, considering how long I've been using MySQL. It turns out that when doing a bulk insert, you can have MySQL automatically update records on a key/index conflict. That way your bulk insert won't fail on duplicate records and you can insert/update in bulk in a single query.
Very cool!
dev.mysql.com/doc/refman/8.0/en/in...
ORM good or bad
Bad.
Php loop
I use Stackoverflow when I encountered something I can't solve. But google never use that before for solving specific problems
searched for "npm prune" :p
Never knew about this command... but it's super useful.
Haha, nice point! Anyways, I've switched to DuckDuckGo a month ago and didn't regret about it.
Differents wordings for "jformattedtexfield getvalue returning integer or long"
if someone can help here i would be pretty happy <3
I've tried the same search in duckduckgo.com and this is my first result: community.oracle.com/thread/1362374
Kind of "I'm going to be lucky" π
As always, searching stuff at 3am doesn't go well for me
"php strpos". I should really post-it the order of
haystack
andneedle
to my screen. Same with, oh, you know, every other PHP function I have to use."Integrity check failed for yarn"
Dependency issues π π π I feel ya
golang byte array to string