TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An ex-Googler's guide to dev tools (2020)

203 pointsby goranmoominalmost 3 years ago

22 comments

jsnellalmost 3 years ago
(2020)<p>Original discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25217291" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25217291</a>
beyangalmost 3 years ago
Author of the post here. Thought it might be of interest to call out some observations about how the world has changed since I wrote this:<p>1. Code search is more mainstream. It used to be most of Sourcegraph&#x27;s sales came from ex-Googlers missing code search, but nowadays, most of our new revenue originates from dev teams just struggling with the challenge of big codebases.<p>2. Investment in dev tools has only accelerated. A lot of pandemic beneficiaries (virtual events, tele-medicine, at-home exercise equipment, crypto) are now reversing, but dev tools growth continues to be strong.<p>3. Bazel adoption has grown. Were I writing the post today, I would have had a category for monorepo tooling that included companies like EngFlow and Turborepo.<p>4. Kubernetes is still dominant for container orchestration, but serverless and managed services seem to be gaining more adoption. Classic tension between customer focus and open standards—will be interesting to see how we trade off dev-ex vs proprietary platform dependency.<p>Since this post was first published, we&#x27;ve also made a lot of advances at Sourcegraph and are looking for people who want to play around with some new experimental search and code intel features. Come say hi in our Discord! <a href="https:&#x2F;&#x2F;discord.gg&#x2F;SSCBGByJeu" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;SSCBGByJeu</a>
sthupukarialmost 3 years ago
For code review: At my previous company we used Phacility&#x2F;Phabricator but unfortunately it&#x27;s no longer maintained[1]. Both my previous and current companies have since switched to using Graphite[2], which has delivered a pretty compelling stacked PR and code review experience.<p>[1] <a href="https:&#x2F;&#x2F;admin.phacility.com&#x2F;phame&#x2F;post&#x2F;view&#x2F;11&#x2F;phacility_is_winding_down_operations&#x2F;" rel="nofollow">https:&#x2F;&#x2F;admin.phacility.com&#x2F;phame&#x2F;post&#x2F;view&#x2F;11&#x2F;phacility_is_...</a><p>[2] <a href="https:&#x2F;&#x2F;graphite.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;graphite.dev&#x2F;</a>
评论 #32134908 未加载
评论 #32139728 未加载
评论 #32136090 未加载
评论 #32173429 未加载
评论 #32135396 未加载
评论 #32139774 未加载
评论 #32134926 未加载
metadatalmost 3 years ago
Sourcegraph is one piece of the puzzle but there is still a long way to go to bring google-quality dev experience to the universe that exists outside of Big-G!<p>* Consistent build structure<p>* Rigorous code reviews<p>* Ginormous company-wide shared filesystem holding all code<p>* Point-click-drag report building<p>* Big-query<p>I&#x27;m sure I&#x27;m missing additional awesome internal aspects of being a developer at Google, and some parts are also horrendously bad.
评论 #32134181 未加载
评论 #32134419 未加载
评论 #32136126 未加载
评论 #32134170 未加载
doodlesdevalmost 3 years ago
Related: The new GitHub Code search in testing has already completely changed my workflow, not only allowing me to search code within my codebase but on the whole of GitHub which allows me to find documentation, examples, and other kinds of stuff you&#x27;d never find by using Google or any other search engine. It&#x27;s also great because I know where the code comes from, what&#x27;s the license, who made it, and in what context.<p>I really hate dependency on GitHub for workflows but Microsoft is nailing the dev tools people are looking for and I think taking a look at what happens inside of big tech dev tooling is always interesting to see what we can build in the wild to improve developers ergonomics.
评论 #32134372 未加载
gumbyalmost 3 years ago
&gt; The Google diaspora has seeded so many other organizations with... But adapting to programming outside of Google can be tough, especially when you&#x27;ve come to rely on tools you no longer have at your disposal.<p>You also don’t have problems to solve like google’s. Use the tooling appropriate to the task.<p>I find this problem with non-programmer ex googlers as well. They are so used to having so much infrastructure and opaque&#x2F;screwed up objectives they’ve been given to meet that they often struggle in a startup environment (where the goals are merely “let’s get this button to show up 100% of the time,”, “let’s store the data for our 10k customers”, or “let’s give our phone number to these key customers so if there’s a problem they can call us right away”, or “figure out the most important thing that’s keeping our sign ups from converting and fix it — this week”).
评论 #32135169 未加载
评论 #32135426 未加载
omoikanealmost 3 years ago
I wonder if other large companies also have great development experiences, and we just don&#x27;t hear about those as often? For example, I would have expected Microsoft&#x27;s internal tools to be at least at parity with what they sell.<p>I have heard certain large companies having very a fragmented development culture (every team does their own thing, no central repository), so maybe Google&#x27;s tools being particularly refined is the result of most of the company sharing the same tools.
评论 #32134428 未加载
评论 #32134429 未加载
onion2kalmost 3 years ago
Technically this should mean hiring people from Google is a bad idea because they won&#x27;t be as productive without access to the tools that make them so capable at Google...
评论 #32135197 未加载
minighostalmost 3 years ago
The author is absolutely right. codesearch is amazing. Blaze&#x2F;bazel is amazing. When will sourcegraph support bazel repos? :-)
评论 #32134603 未加载
评论 #32134791 未加载
dijitalmost 3 years ago
Relatedly, I was reading software engineering at google and came across the chapter about being able to find things; they have a URL shortener internally that works a little like AOL keywords from back in the day it sounded like. With human readable URLs so things like the employee handbook could easily be found at “go&#x2F;handbook” or if you were looking for information on blaze then “go&#x2F;blaze” would link to the docs.<p>So, I was trying to find a URL shortnener which allowed for pretty links similar to what the internal “go&#x2F;“ site supports.<p>I couldn’t find anything, and it seemed simple enough so I made it:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dijit&#x2F;redirector-rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dijit&#x2F;redirector-rs</a>
评论 #32137177 未加载
zeroonetwothreealmost 3 years ago
&gt; the dev tools inside Google are the most advanced in the world<p>I think arguably Facebook&#x2F;Meta has them beat.
评论 #32134785 未加载
sawynaalmost 3 years ago
I think Google&#x27;s tooling works best primarily because it&#x27;s uniform, not because it&#x27;s the best for all use cases. Yes, they are efficient but that efficiency is worth it at Google scale and probably not required for everyone.<p>Blaze is cool, but do you want to do it for every small project? It&#x27;s actually a bit annoying for small projects, the verbosity of it. Granted that it helps optimise a lot of downstream workflows and enables pretty good tooling, but you wouldn&#x27;t need those in startups not operating at that scale.<p>Startups need speed over accuracy. Google needs accuracy over speed.<p>Source: Acquired from startup to Google.
mandeepjalmost 3 years ago
Another Code Review tool discussion from 25 days ago: Show HN: Crocodile - Better code review for GitHub (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31841215" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31841215</a>)<p>Related, but from distant past: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15722849" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15722849</a><p>@Dang: Can we add a feature to auto link related threads in an expand\collapse section?
dinobonesalmost 3 years ago
Was this person actually a Xoogler…? Who actually writes code in critique, or would say that they use “blaze” to test software..?
评论 #32135393 未加载
29athrowawayalmost 3 years ago
If you want to have a taste of what those tools look like (kind of)<p><a href="https:&#x2F;&#x2F;source.chromium.org&#x2F;chromium" rel="nofollow">https:&#x2F;&#x2F;source.chromium.org&#x2F;chromium</a><p><a href="https:&#x2F;&#x2F;chromium-review.googlesource.com" rel="nofollow">https:&#x2F;&#x2F;chromium-review.googlesource.com</a>
tomthumbalmost 3 years ago
There used to be SourceInsight in the MS Windows world.
aaomidialmost 3 years ago
Bazel is pretty broken outside of google. The go bazel lib is still broken with new versions of go.
zx8080almost 3 years ago
Ex-google __intern__.
mupuff1234almost 3 years ago
A bit of a clickbait title given that his LinkedIn profile says he spent 1 month as in intern at Google.
评论 #32134656 未加载
评论 #32134992 未加载
评论 #32134615 未加载
评论 #32135037 未加载
评论 #32134595 未加载
no_wizardalmost 3 years ago
I’ve hear a lot about the amazing internal tools at Google but why on earth is GCP such a mess outside Firebase? You’d think they would lead in developer experience from the way people talk about their internal tools but it’s just as bad as AWS: opaque, not enough examples and hard to figure out what services actually do
评论 #32134339 未加载
评论 #32134289 未加载
评论 #32134240 未加载
评论 #32134287 未加载
评论 #32134268 未加载
评论 #32134314 未加载
netikalmost 3 years ago
All of these words would have more meaning if they were not a shameless plug disguised as a important blog post
评论 #32134599 未加载
bayareabadboyalmost 3 years ago
I’ve never worked at google, but if I exclusively used other search engines for the rest of my life, would I, too, be an ex-Googler?
评论 #32134224 未加载
评论 #32134172 未加载
评论 #32134173 未加载
评论 #32134150 未加载