harshapitla/stackoverflow
0
1const publicUrl = (2 typeof process !== "undefined" && process.env.PUBLIC_URL3 ? process.env.PUBLIC_URL4 : ""5).replace(/\/$/, "");6 7export const DATASET_PATH = `${publicUrl}/extensions_data.csv`;8 9export const APP_COPY = {10 title: "Developer Survey Analytics Dashboard",11 subtitle:12 "Comprehensive insights from Stack Overflow developer survey covering demographics, experience, technology trends, AI adoption, and job satisfaction",13 14 datasetLabel: "Stack Overflow Developer Survey (CSV)",15 16 datasetTooltip:17 "This dashboard analyzes Stack Overflow developer survey data to provide insights into global developer demographics, technology adoption patterns, AI tool usage, remote work trends, salary distributions, and job satisfaction across the developer community.",18};19 20export const DATASET_FIELDS_LIMIT = 80;21 