Sourcegraph - Code Intelligence Platform
Product
Resources
Use cases
PricingDocsSearch code
Start for free
  • Product
    • Code Search
    • Batch Changes
    • Code Insights
    • Cloud
  • Resources
    • All resources
    • Blog
    • Podcast
    • Case studies
  • Use cases
    • All use cases
    • Code security
    • Developer onboarding
    • Incident response
    • Code reuse
    • Code health
  • Pricing
  • Docs
  • Search code
  • Sign in
  • Start for free

Blog

Our changelog, announcements, dev posts, and anything else we think you'll find interesting.

    Building conc: Better structured concurrency for Go

    Camden Cheek

    January 30, 2023

    We built and released conc, an open-source library that makes it easier and safer to write concurrent code in Go.

    Read more
    Building conc: Better structured concurrency for Go

    Sourcegraph 4.4 release

    January 20, 2023

    Sourcegraph 4.4 introduces improvements to BitBucket Cloud support and a new background job dashboard for debugging.

    Read more
    Sourcegraph 4.4 release

    Sourcegraph 4.3 release

    December 16, 2022

    Sourcegraph 4.3 introduces the fuzzy finder, search context favorites, webhooks for repository syncing, and faster and more reliable code insights.

    Read more
    Sourcegraph 4.3 release

    Code Search at Google: The Story of Han-Wen and Zoekt

    Beyang Liu, Justin Dorfman

    December 15, 2022

    At Sourcegraph, we’re inspired by developers that make a difference. Han-Wen Nienhuys, creator of Zoekt, an open source search engine for code based on Google’s internal Code Search tool, is one of those inspiring developers.

    Read more
    Code Search at Google: The Story of Han-Wen and Zoekt

    Helping users find code by automatically running alternative queries

    Rijnard van Tonder

    December 8, 2022

    Discover how we made code search better by helping developers find and click on results that they would not normally see otherwise.

    Read more
    Helping users find code by automatically running alternative queries

    Sourcegraph and Backstage: Using the Sourcegraph Search API to create an entity provider for your Backstage catalog

    Taras Mankovski, Min Kim, Joel Kwartler

    December 5, 2022

    How to create a light, fast, and reliable Backstage ingestion provider for all your code hosts using the Sourcegraph API

    Read more
    Sourcegraph and Backstage: Using the Sourcegraph Search API to create an entity provider for your Backstage catalog

    Sourcegraph 4.2 release

    November 29, 2022

    Sourcegraph 4.2 introduces the new audit log, executor secrets for server-side Batch Changes, and Smart Search to make it easier to find the search results you're looking for.

    Read more
    Sourcegraph 4.2 release

    Ranking in a week

    Eric Fritz

    November 21, 2022

    In just over a week, four developers designed and built a data pipeline utilizing Sourcegraph's wealth of source code data. The result is Sourcegraph's new search ranking system inspired by PageRank.

    Read more
    Ranking in a week

    Saving dozens of engineering hours by batch-changing hundreds of repositories at a time

    Javi Gómez

    November 11, 2022

    Have you ever needed to change many repositories at once? How about 271 of them? It usually takes hours, probably even days, to update all repositories to the new version or a library or add a new security check to all Continuous Integration pipelines. In a world of automation, we can do better t...

    Read more
    Saving dozens of engineering hours by batch-changing hundreds of repositories at a time

    Rethinking search results ranking on Sourcegraph.com

    Steve Yegge

    November 8, 2022

    Sourcegraph has overhauled the ranking algorithm to prioritize relevancy and code reuse for searches on popular OSS repos.

    Read more
    Rethinking search results ranking on Sourcegraph.com

    OpenSSL 3.0.7

    Adam Harvey

    November 2, 2022

    OpenSSL 3.0.7 is available and addresses two security vulnerabilities. Here's what you need to know.

    Read more
    OpenSSL 3.0.7

    Migrating from Monaco Editor to CodeMirror

    Felix Kling, Justin Dorfman

    October 25, 2022

    We migrated our search input from Monaco to CodeMirror6. It's been a delightful experience and we are now migrating our Notebooks and other functionality too.

    Read more
    Migrating from Monaco Editor to CodeMirror

    Multi-version upgrades

    Eric Fritz

    October 25, 2022

    Sourcegraph administration just got an order-of-magnitude quality-of-life improvement. Using a Sourcegraph 4.0 (or later) migrator utility, you can upgrade your on-prem installation of Sourcegraph from 3.20 directly to Sourcegraph 4.0 and beyond.

    Read more
    Multi-version upgrades

    Sourcegraph 4.1 release

    October 21, 2022

    Sourcegraph 4.1 introduces new features for server-side Batch Changes and improvements to the code navigation reference panel.

    Read more
    Sourcegraph 4.1 release

    Code search tidbits: 4 underrated features

    Rijnard van Tonder

    October 21, 2022

    You can do some pretty wild things with Sourcegraph that you won't find in any other code search tool today. Here are 4 short-and-sweet tidbits of underrated search features that go a bit extra.

    Read more
    Code search tidbits: 4 underrated features

    Sourcegraph and Backstage: Bootstrapping Backstage Catalog Adoption with Sourcegraph Batch Changes

    Taras Mankovski, Min Kim, Malo Marrec, Joel Kwartler

    October 20, 2022

    How to use Sourcegraph batch changes to rapidly bootstrap a Backstage catalog

    Read more
    Sourcegraph and Backstage: Bootstrapping Backstage Catalog Adoption with Sourcegraph Batch Changes

    How Sourcegraph can save non-developers time and effort every day

    Eric Brody-Moore, Joel Kwartler

    October 13, 2022

    Sourcegraph isn't just for software developers. Learn how product managers and analytics/business operations teammates use Sourcegraph as a powerful timesaver and cheat sheet that saves them 20-60 minutes multiple times per week. Everyone needs to navigate code and Sourcegraph makes codebases acc...

    Read more
    How Sourcegraph can save non-developers time and effort every day

    Git vs. Perforce: how Salesforce Engineering helped Sourcegraph scale to one of the largest monorepos

    Beyang Liu

    October 5, 2022

    Sourcegraph is committed to making all the code in your organization discoverable, useful, and valuable. Here is how we helped Salesforce and how they helped us in return.

    Read more
    Git vs. Perforce: how Salesforce Engineering helped Sourcegraph scale to one of the largest monorepos

    Steve Yegge joins as Head of Engineering (or, “Why I left retirement to join Sourcegraph”)

    Steve Yegge

    October 4, 2022

    TL;DR: Steve Yegge has joined Sourcegraph as Head of Engineering, where we are building the world’s most open and comprehensive code intelligence platform (CIP).

    Read more
    Steve Yegge joins as Head of Engineering (or, “Why I left retirement to join Sourcegraph”)

    From code search to a code intelligence platform

    Quinn Slack

    September 27, 2022

    Sourcegraph is starting to go beyond just code search, which helps you find matching lines in code. We want to help you find answers in code, and we call this code intelligence.

    Read more
    From code search to a code intelligence platform
Sourcegraph - Code Intelligence Platform

About Sourcegraph

  • Case studies
  • Use cases
  • Pricing
  • Sourcegraph overview (PDF)

Resources

  • Blog
  • Docs
  • Changelog
  • Podcast
  • Community

Company

  • About
  • Careers
  • Contact
  • Handbook
  • Sourcegraph strategy
  • © 2023 Sourcegraph, Inc.
  • Terms
  • Security
  • Privacy