2026 results site - #54
Draft
abovedave wants to merge 277 commits into
Draft
Conversation
…lts-site-2 # Conflicts: # package-lock.json # packages/results/package.json
✅ Deploy Preview for stackoverflow-survey-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for stackoverflow-survey-results ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
abovedave
marked this pull request as ready for review
September 4, 2026 13:17
abovedave
marked this pull request as draft
September 4, 2026 13:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This is still a work in progress. Analysis and editorial work is still being carried out, anyone looking for an early read-out should note the Stack Overflow team QA process is still ongoing and things may be subject to change or move around.
packages/results/[year]shows an editorialized take on some of the stats around the survey (e.g., countries reached) as well as a few highlights across each chapters./[year]/[chapter]this year the Stack Overflow editorial team is writing articles for each chapter, which are illustrated using higher level charts derived from the data./[year]/[chapter]/datashows the 'classic' view of previous Developer Surveys. Where each question (or analysis dervied from multiple questions) gets it's own chart (bar, sankey, dumbbell etc)./[year]/[chapter]/data/[question]in previous years we used anchor tags to deep link to each data point, this year each has it's own permalink page, including a few new ways to consume the data (markdown, csv etc), as well as customize the chart image which is downloaded./2026/community/data.md, as well as a root (/llms.txt) and year level (/2026/llms.txt)packages/archivepackages/archive/[year]/jsonso can be consumed right away by researchers, rather than waiting for the traditional full dataset release (which will happen in a follow up PR once PII etc has been removed).questionsIntroduces the concept of a
shortlabel for questions, this formalizes what used to happen in the codebase for each year in isolation to allow charts to be more readable. For example:After this pr merges, the
mainbranch should be also pulled intoreleases/2026.