/* ── v4 Sections Part 1: Nav, Hero, SkillsBar, About, Dashboard, Experience ── */ /* ── Nav ── */ function Nav({ activeSection }) { const [scrolled, setScrolled] = React.useState(false); const [mobileOpen, setMobileOpen] = React.useState(false); const links = [ { label: 'Home', id: 'home' }, { label: 'About', id: 'about' }, { label: 'Experience', id: 'experience' }, { label: 'Projects', id: 'projects' }, { label: 'Contact', id: 'contact' }]; React.useEffect(() => { const h = () => setScrolled(window.scrollY > 40); window.addEventListener('scroll', h, { passive: true }); return () => window.removeEventListener('scroll', h); }, []); // Close mobile menu on outside click React.useEffect(() => { if (!mobileOpen) return; const handler = (e) => {if (!e.target.closest('nav')) setMobileOpen(false);}; document.addEventListener('click', handler); return () => document.removeEventListener('click', handler); }, [mobileOpen]); const go = (id) => {document.getElementById(id)?.scrollIntoView({ behavior: 'smooth', block: 'start' });setMobileOpen(false);}; return ( ); } window.Nav = Nav; /* ── Hero ── */ function Hero() { const [vis, setVis] = React.useState(false); React.useEffect(() => {setTimeout(() => setVis(true), 200);}, []); const a = (d) => ({ opacity: vis ? 1 : 0, transform: vis ? 'translateY(0)' : 'translateY(28px)', transition: `all 0.9s cubic-bezier(0.16,1,0.3,1) ${d}s` }); return (
Available for opportunities

Raj Danej

Business Analyst & Operations Analytics Specialist

I turn messy workflows, stakeholder requirements, and operational data into clear business decisions, automated reporting, and measurable process improvements.

{[ { n: 34, suffix: '%', label: 'Faster Reporting' }, { n: 21, suffix: '%', label: 'B2B Network Growth' }, { n: 95, suffix: '%', label: 'Order Fulfillment' }, { n: 22, suffix: '%', label: 'Stockout Reduction' }]. map((s, i) =>
{s.label}
)}
document.getElementById('projects')?.scrollIntoView({ behavior: 'smooth' })}>View Business Impact track('Resume Downloaded')}>{Icons.download(16)} Download Resume
); } window.Hero = Hero; /* ── Skills Ticker ── */ function SkillsBar() { return (
); } window.SkillsBar = SkillsBar; /* ── About ── */ function About() { const tooltips = { 'SQL': 'Querying, CTEs, window functions, and business reporting logic', 'Python': 'Pandas, forecasting, automation, and analytical workflows', 'Power BI': 'Interactive dashboards and stakeholder reporting', 'Process Mapping': 'Turning messy workflows into clear operating models', 'Demand Forecasting': 'Forecasting demand to support fulfillment and planning', 'Stakeholder Management': 'Aligning analytics work to business priorities', 'Requirements Gathering': 'Translating ambiguous asks into executable specs', 'CRM Reporting': 'Account health, repeat-purchase and pipeline visibility', 'Workflow Automation': 'Eliminating manual reporting and data wrangling steps', 'Tableau': 'Dashboard storytelling and executive summaries', 'KPI Design': 'Defining metrics leadership can act on', 'ETL Pipelines': 'Pulling, cleaning, and modeling operational data' }; const groups = [ { title: 'Business Analysis', skills: ['Requirements Gathering', 'Stakeholder Management', 'Process Mapping', 'Change Management', 'SDLC', 'Jira', 'Confluence'] }, { title: 'Operations Analytics', skills: ['Workflow Automation', 'Demand Forecasting', 'Fulfillment Analysis', 'CRM Reporting', 'KPI Design', 'Lean Process Thinking'] }, { title: 'Data & BI', skills: ['SQL', 'Python', 'Excel VBA', 'Power Query', 'Power BI', 'Tableau', 'Looker', 'Dashboard Storytelling'] }, { title: 'Data Platforms', skills: ['MySQL', 'PostgreSQL', 'Snowflake', 'BigQuery', 'AWS S3', 'ETL Pipelines', 'Git/GitHub'] } ]; const whatIBring = [ { title: 'Speed', icon: '⚡', body: 'Faster reporting cycles and cleaner workflows.' }, { title: 'Rigor', icon: '◇', body: 'Validated analysis, forecasting, and error documentation.' }, { title: 'Communication', icon: '◈', body: 'Stakeholder-ready dashboards and executive summaries.' } ]; return (

I'm a Business Analyst and Operations Analytics Specialist with 3+ years of experience translating messy requirements, workflows, and operational data into clear decisions. My work sits where business execution meets analytics: process mapping, stakeholder communication, SQL/Python analysis, BI dashboards, CRM reporting, and workflow automation.

I've helped reduce reporting cycles by 34%, support 95% order fulfillment, expand a 50+ account B2B network by 21%, and improve marketing ROI by 25% by turning fragmented data into practical action.

{[{ l: 'Education', v: 'M.S. Business Analytics' }, { l: 'University', v: 'Suffolk University' }, { l: 'Focus', v: 'Operations Analytics' }, { l: 'Location', v: 'Boston, MA' }].map((d) =>
{d.l}
{d.v}
)}
{/* Profile photo with gradient ring */}
Raj Danej, Business Analyst & Operations Analytics Specialist { e.target.style.display = 'none'; }} style={{ width: '100%', height: '100%', objectFit: 'cover' }} /> RD
{/* Availability dot */}
Raj Danej
Business Analyst & Operations Analytics Specialist
📍 Boston, MA Open to opportunities
{/* What I Bring */}

What I Bring

{whatIBring.map((w) =>
{w.icon}
{w.title}
{w.body}
)}
{/* Skills */}
{groups.map((g) =>

{g.title}

{g.skills.map((s) => {s})}
)}
); } window.About = About; /* ── Operations Intelligence Demo ── */ function DashboardSection() { React.useEffect(() => { track('Dashboard Demo Viewed'); }, []); return (
{/* Card 1: Reporting Cycle Time Trend */}
Reporting Cycle Time
Trend
−34%
Time from raw data to stakeholder-ready report, week over week.
{/* Mini before/after bars */}
{[78, 82, 76, 80, 72, 68, 60, 58, 52, 48, 44, 42].map((v, i) => (
))}
BeforeAfter workflow rebuild
34% faster reporting cycles
{/* Card 2: B2B Account Health */}
B2B Account
Health
50+ accounts
Distributor pipeline segmented by purchase recency and frequency.
{[ { label: 'Healthy', count: 32, pct: 64, color: C.teal }, { label: 'Watch', count: 13, pct: 26, color: C.gold }, { label: 'At risk', count: 5, pct: 10, color: '#f87171' } ].map((r) => (
{r.label} {r.count}
))}
37% repeat-business improvement
{/* Card 3: Fulfillment & Stockout Risk */}
Fulfillment & Stockout
Risk
95% on-time
Order fulfillment rate vs. stockout incidents across SKUs.
{/* Donut-ish: 95% fulfillment */}
95%
fulfilled
Stockouts vs. prior period
−22%
Active SKUs monitored
120+
95% fulfillment · 22% stockout reduction

Simulated dashboard layout based on real resume outcomes.

); } window.DashboardSection = DashboardSection; /* ── Experience Section ── */ function ExperienceSection() { const timeline = [ { role: 'Graduate Research Analyst', company: 'Suffolk University', period: '2024–Present', type: 'Research', typeColor: C.teal, highlights: ['Translated ambiguous faculty/departmental requirements into executable Python and SQL analysis plans', 'Cut reporting cycles by 34% through workflow automation and templated dashboards', 'Improved stakeholder adoption of insights through interpretability reports and error analysis', 'Supported non-technical leadership decisions with 82%-accurate predictive outputs'], tags: ['Requirements Gathering', 'SQL', 'Python', 'Stakeholder Reporting'] }, { role: 'Data Analytics Fellow', company: 'INSAID / Capstone Engagement', period: '2023–2024', type: 'Fellowship', typeColor: C.purple, highlights: ['Gathered client requirements and translated them into a sales prediction pipeline in Python', 'Achieved 90% forecast accuracy on validation set', 'Enabled $12K budget scenario planning through Power BI dashboards', 'Documented assumptions, edge cases, and rollback plans for stakeholders'], tags: ['Python', 'Power BI', 'Forecasting', 'Scenario Planning'] }, { role: 'Market Analyst Intern', company: 'Digital Marketing Engagement', period: '2022–2023', type: 'Internship', typeColor: C.gold, highlights: ['Integrated GA4 and SEMrush datasets to map user journeys and channel performance', 'Improved marketing ROI by 25% through reallocation to higher-performing channels', 'Grew organic traffic 42% — from 15K to 21.3K visitors in 3 months', 'Diagnosed conversion friction and recommended budget reallocation'], tags: ['GA4', 'SEMrush', 'Cohort Analysis', 'Power BI'] }, { role: 'Operations & Sales Lead (Founding Member)', company: 'B2B Distribution Venture', period: '2020–2022', type: 'Operations', typeColor: C.green, highlights: ['Transitioned 50+ B2B accounts from paper-based operations to a centralized CRM and demand forecasting system', 'Maintained 95% order fulfillment across the active distributor network', 'Reduced stockouts by 22% through demand forecasting and reorder logic', 'Expanded regional B2B network by 21% and improved repeat business by 37%'], tags: ['CRM Design', 'Demand Forecasting', 'Process Mapping', 'Excel VBA'] }]; const certs = [ { name: 'Google Data Analytics', org: 'Google / Coursera', year: '2026' }, { name: 'Google Project Management', org: 'Google / Coursera', year: '2026' }, { name: 'Operations Analytics', org: 'University of Pennsylvania (via Coursera)', year: '2026' }, { name: 'Business Analytics', org: 'University of Pennsylvania (via Coursera)', year: '2026' }]; const learning = ['Snowflake', 'dbt (data build tool)', 'Looker', 'Lean Six Sigma']; return (
{/* Timeline */}
{timeline.map((t, i) =>

{t.role}

{t.type}
{t.company}
{t.period}
    {t.highlights.map((h, j) =>
  • {h}
  • )}
{t.tags.map((tag) => {tag})}
)}
{/* Certs + Learning */}

{Icons.award(16, C.purple)} Certifications

{certs.map((c, i) =>
{c.name}
{c.org}
{c.year}
)}

{Icons.book(16, C.teal)} Currently Learning

{learning.map((l) => {l} )}
); } window.ExperienceSection = ExperienceSection;