Hey there! Welcome to the repository behind my personal website. This is where I share my journey through the fascinating world of artificial intelligence, machine learning, and software engineering.
This site is my digital playground where I:
- Share AI Insights – Breaking down complex AI concepts into digestible pieces
- Discuss Research Papers – Deep dives into cutting-edge ML research
- Showcase Projects – Real-world AI/ML projects with interactive demos
- Document My Learning – Because the best way to learn is to teach
Built with modern web technologies for a smooth, responsive experience:
- React 18 – For building the UI
- TypeScript – Type safety and better developer experience
- Vite – Lightning-fast build tool
- Tailwind CSS – Utility-first styling
- shadcn/ui – Beautiful, accessible components
After experimenting with various platforms (Astro, MkDocs, Hugo, and even pure HTML/CSS), I landed on React + TypeScript. Why? Because it offers the perfect balance of:
- Performance
- Creative flexibility
- Component reusability
- Responsive design out of the box
- Easy maintenance
Want to run this locally or use it as a template? Here's how:
git clone https://github.com/rudraprsd/rudraprsd.github.io.git
cd personal-site
npm install
npm run devVisit http://localhost:8080 and you're good to go!
src/
├── components/ # Reusable UI components
├── data/ # Blog posts and project data
├── pages/ # Main application pages
├── hooks/ # Custom React hooks
└── lib/ # Utility functions
Currently it do not uses github-actions, It uses deploy from a branch.
Found a typo? Have a suggestion? Feel free to open an issue or submit a PR. I'm always open to feedback and improvements!
Thanks for stopping by! I hope you find something useful here. Whether you're learning AI, building projects, or just exploring, I'm glad to have you along for the ride.
Feel free to reach out if you have questions, want to collaborate, or just chat about AI and tech!
Built with ❤️