An ex-Googler’s guide to dev tools
about.sourcegraph.com
An ex-Googler’s guide to dev tools
1–10 of 219 posts
Re: An ex-Googler’s guide to dev tools
#2I found the more meaningful thing is the ecosystem of smart engineers, and the ability to find others who face similar problems, exchange ideas and solutions. It's a skill of its own to find these people and learn their "language", but once you do, it's a huge multiplier that is hard to find elsewhere.
Re: An ex-Googler’s guide to dev tools
#3Also I have been looking to move away from Makefiles and bash scripts and Bazel does come up more often. What are your experiences working it and how does it compare to Blaze?
Re: An ex-Googler’s guide to dev tools
#4Nice, but tools are only one thing to miss about development at Google (or any other of the FAANGs). I found the more meaningful thing is the ecosystem of smart engineers, and the ability to find others who face similar problems, exchange ideas and solutions. It's a skill of its own to find these people and learn their "language", but once you do, it's a huge multiplier that is hard to find elsewhere.
Re: An ex-Googler’s guide to dev tools
#5This makes code search a super power.
(googler)
Re: An ex-Googler’s guide to dev tools
#6I also think that one of the parts of the success is that insane amount of system configs and other data are also source controlled or provide other means textual access for search (bigquery, etc). This makes code search a super power. (googler)
Re: An ex-Googler’s guide to dev tools
#7I also think that one of the parts of the success is that insane amount of system configs and other data are also source controlled or provide other means textual access for search (bigquery, etc). This makes code search a super power. (googler)
Isn't *this...common? IaaS is good practice these days. I work at an eCommerce co and we do this as well.
Re: An ex-Googler’s guide to dev tools
#8There isn't anything said about end to end, integration or functional testing here. I'm in a world where everyone hacks their own system together onto the same runtime, leading to some wonky outcomes and lots of operational support. Would be interesting if there was a 'google' way to do it.
Re: An ex-Googler’s guide to dev tools
#9Re: An ex-Googler’s guide to dev tools
#10Isn't code search more table stakes nowadays? Both github and gitlab have it. There isn't anything said about end to end, integration or functional testing here. I'm in a world where everyone hacks their own system together onto the same runtime, leading to some wonky outcomes and lots of operational support. Would be interesting if there was a 'google' way to do it.