All posts

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Subscribe for the latest code AI news and product updates

Fully type-safe Web Workers with zero boilerplate

TypeScript and ECMAScript have some of the most beautiful constructs and syntaxes to do parallel, non-blocking programming—but unfortunately, only for standard APIs like fetch in the browser or file IO in Node. When implementing anything CPU-bound in TypeScript, offloading it into a different, parallel execution context and exposing an equally type-safe and flexible API for it is non-trivial.

How Sourcegraph helped ensure production stability at Lyft during their monolith to microservices decomposition

Learn how Sourcegraph code search helped Lyft ensure (largely) issue-free production deploys during their monolith to microservices decomposition

Code navigation in GitHub pull requests

Code navigation helps you review code in GitHub pull requests more quickly and effectively.

SoFi moves fast on hundreds of microservices with Sourcegraph

Sourcegraph enables SoFi to innovate and move quickly while ensuring production stability for hundreds of microservices.

Sourcegraph 3.10: Improved search autocompletion, native GitLab integration, and search and replace campaigns

Sourcegraph 3.10: Improved search autocompletion, native GitLab integration, and search and replace campaigns

GitLab integrates Sourcegraph code navigation and code intelligence

Check out the below video where Quinn sat down with GitLab CEO Sid Sijbrandij to discuss the native GitLab integration.

Why Sourcegraph switched from cloud SaaS to on-premises, self-hosted software

In December 2017, Sourcegraph went from being a traditional cloud-hosted Software as a Service (SaaS) product to an on-premises, self-hosted product.

Sourcegraph 3.9: Literal search by default, multi-project LSIF code intelligence, Grafana dashboards, and configuration

Sourcegraph is the standard developer platform for code search and navigation at many of the largest and most advanced technology companies

Writing an LSIF Indexer

This article explores what it would take to write an LSIF indexer.

Sourcegraph 3.8: Search UI improvements, monitoring tools, code change campaigns, and LSIF-based code intelligence

Sourcegraph 3.8: Search UI improvements, monitoring tools, code change campaigns, and LSIF-based code intelligence

Sourcegraph liveblogging the 2019 Strange Loop conference

Sourcegraph is proud to be hosting the first ever liveblog for Strange Loop 2019, and we're looking for attendees to help contribute.

How Sourcegraph code search enabled large scale refactoring at Quantcast

Founded in 2006, Quantcast's engineering team had amassed thousands of repositories. Learn how after deploying Sourcegraph, Quantcast was able to do major refactors with confidence.

Sourcegraph 3.7: Improved performance, efficiency, accuracy, and reliability

Sourcegraph is the standard developer platform for code search and navigation at many of the largest and most exacting technology companies

Sourcegraph 3.6: Bitbucket Server plugin, search performance improvements, and quick links

Sourcegraph is the standard developer platform for code search and navigation at many of the largest and most exacting technology companies

How Thorn sunsets legacy applications safely with Sourcegraph

Thorn builds technology to defend children from sexual abuse, helping law enforcement reduce investigation times by 60%, ensuring that more children are found, faster.

Sourcegraph 3.5: Powerful new search filters, improved configuration, and Bitbucket Server repository permissions

Sourcegraph is the standard developer platform for code search and navigation at many of the largest and most exacting technology companies

Sourcegraph 3.4: Performance and configuration enhancements for managing 30,000+ repositories

Sourcegraph is the standard developer platform for code search and navigation at many of the largest and most exacting technology companies

Tip: Using Sourcegraph code search to help teams migrate to CircleCI 2.0

In this post, we'll explain how Sourcegraph code search can be used to report on the progress of upgrading CircleCI config files to the 2.0 format.

Sourcegraph 3.3: Improving the user experience for site admins

We're excited to announce Sourcegraph 3.3. Sourcegraph is a code search and navigation tool (self-hosted, open source, and cross-repository

Advanced TypeScript tooling talk at FOSDEM 2019

This presentation gives a tour and history of how TypeScript is able to provide the same great experience to many different clients through the tsserver and tsserver protocol, as well as how it influenced and fits into newer efforts like the Language Server Protocol.