import React, { useState, useEffect } from 'react';
import {
User,
Briefcase,
GraduationCap,
Code,
Database,
BarChart,
Mail,
Phone,
MapPin,
ChevronRight,
Github,
Linkedin,
ExternalLink,
Cpu,
Server
} from 'lucide-react';
const App = () => {
const [activeTab, setActiveTab] = useState('all');
const [scrolled, setScrolled] = useState(false);
useEffect(() => {
const handleScroll = () => setScrolled(window.scrollY > 50);
window.addEventListener('scroll', handleScroll);
return () => window.removeEventListener('scroll', handleScroll);
}, []);
const stats = [
{ label: 'Years Experience', value: '6+' },
{ label: 'Core Projects', value: '15+' },
{ label: 'Certifications', value: 'NASSCOM' },
{ label: 'Expertise', value: 'AI & Backend' },
];
const skills = {
analyst: ["Data Analysis", "Data Visualization", "Dashboard Creation", "Data Modeling", "DAX", "Power BI", "Tableau", "Looker"],
developer: ["Python", "Flask", "Django", "Microservices", "REST APIs", "AWS", "SQL", "MongoDB", "Redis"],
libraries: ["TensorFlow", "PyTorch", "Scikit-Learn", "Pandas", "NumPy", "OpenCV", "Kafka"]
};
const experience = [
{
company: "IUCTE, BHU, Varanasi",
role: "Currently Working",
period: "Present",
description: "Inter University Centre for Teacher Education (IUCTE) – focusing on technical integration and data-driven educational systems.",
icon:
AI-Data Scientist & Python Developer at IUCTE, BHU. Bridging the gap between complex data virtualization and scalable microservice architectures.
Top Expertise
Python Backend • Power BI • Machine Learning
{item.role}
{item.description}
{item.degree}
{item.description}
Portfolio
Comprehensive Power BI dashboard for Netflix, Amazon Prime, and Hotstar. Features IMDb score tracking, yearly release analytics, and viewer engagement strategies.
Sophisticated tool leveraging collaborative and content-based filtering algorithms to predict user preferences based on vast interaction datasets.
shubhamcvs@bhu.ac.in
Phone
+91 7007084967
Location
Varanasi, Uttar Pradesh, India