|
1 | | -[](https://github.com/gsaini/gsaini.github.io/actions/workflows/main.yml) |
| 1 | +# Gopal Saini - Personal Portfolio |
2 | 2 |
|
3 | | -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). |
| 3 | +I'm a **Full Stack Architect** and **AI/ML Engineer** with 15+ years of experience in building scalable web applications and intelligent systems. Currently engineering AI-driven solutions at Goldman Sachs. |
4 | 4 |
|
5 | | -## Available Scripts |
| 5 | +## 🎓 Education |
6 | 6 |
|
7 | | -In the project directory, you can run: |
| 7 | +- **Post Graduate in AI & ML** - Comprehensive program covering machine learning, deep learning, NLP, and computer vision |
| 8 | +- 15+ years of hands-on experience in enterprise software development |
8 | 9 |
|
9 | | -### `yarn start` |
| 10 | +## 🚀 Core Expertise |
10 | 11 |
|
11 | | -Runs the app in the development mode.<br /> |
12 | | -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. |
| 12 | +- **Frontend**: React, TypeScript, Next.js, Modern CSS |
| 13 | +- **Backend**: Node.js, Python, Enterprise APIs |
| 14 | +- **Cloud**: AWS, Google Cloud Platform, Azure |
| 15 | +- **AI/ML**: TensorFlow, PyTorch, Scikit-learn, Computer Vision, NLP |
| 16 | +- **DevOps**: Docker, Kubernetes, CI/CD Pipelines |
13 | 17 |
|
14 | | -The page will reload if you make edits.<br /> |
15 | | -You will also see any lint errors in the console. |
| 18 | +## 🛠️ Tech Stack |
16 | 19 |
|
17 | | -### `yarn test` |
| 20 | +This portfolio is built with modern web technologies: |
18 | 21 |
|
19 | | -Launches the test runner in the interactive watch mode.<br /> |
20 | | -See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. |
| 22 | +- **Build Tool**: Vite (Rolldown) |
| 23 | +- **Styling**: Vanilla CSS with CSS Custom Properties |
| 24 | +- **JavaScript**: ES6+ Vanilla JavaScript |
| 25 | +- **Linting**: Biome |
| 26 | +- **Package Manager**: pnpm |
| 27 | +- **Deployment**: GitHub Pages with GitHub Actions |
| 28 | +- **Domain**: Custom domain (gopalsaini.co.in) |
21 | 29 |
|
22 | | -### `yarn build` |
| 30 | +## 📁 Project Structure |
23 | 31 |
|
24 | | -Builds the app for production to the `build` folder.<br /> |
25 | | -It correctly bundles React in production mode and optimizes the build for the best performance. |
| 32 | +``` |
| 33 | +gsaini.github.io/ |
| 34 | +├── .github/ |
| 35 | +│ └── workflows/ |
| 36 | +│ └── main.yml # GitHub Actions deployment |
| 37 | +├── public/ |
| 38 | +│ └── index.html # Main HTML file |
| 39 | +├── src/ |
| 40 | +│ ├── styles.css # All CSS styles |
| 41 | +│ └── script.js # JavaScript functionality |
| 42 | +├── biome.json # Biome configuration |
| 43 | +├── vite.config.js # Vite configuration |
| 44 | +├── package.json # Dependencies and scripts |
| 45 | +└── README.md # This file |
| 46 | +``` |
26 | 47 |
|
27 | | -The build is minified and the filenames include the hashes.<br /> |
28 | | -Your app is ready to be deployed! |
| 48 | +## 🚀 Getting Started |
29 | 49 |
|
30 | | -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. |
| 50 | +### Prerequisites |
31 | 51 |
|
32 | | -### `yarn eject` |
| 52 | +- Node.js 24.x or higher |
| 53 | +- pnpm (recommended) or npm |
33 | 54 |
|
34 | | -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** |
| 55 | +### Installation |
35 | 56 |
|
36 | | -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. |
| 57 | +1. **Clone the repository** |
37 | 58 |
|
38 | | -Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. |
| 59 | + ```bash |
| 60 | + git clone https://github.com/gsaini/gsaini.github.io.git |
| 61 | + cd gsaini.github.io |
| 62 | + ``` |
39 | 63 |
|
40 | | -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. |
| 64 | +2. **Install dependencies** |
41 | 65 |
|
42 | | -## Learn More |
| 66 | + ```bash |
| 67 | + pnpm install |
| 68 | + ``` |
43 | 69 |
|
44 | | -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). |
| 70 | +3. **Start development server** |
45 | 71 |
|
46 | | -To learn React, check out the [React documentation](https://reactjs.org/). |
| 72 | + ```bash |
| 73 | + pnpm dev |
| 74 | + ``` |
| 75 | + |
| 76 | +4. **Open in browser** |
| 77 | + |
| 78 | + ``` |
| 79 | + http://localhost:5173 |
| 80 | + ``` |
| 81 | + |
| 82 | +## 📜 Available Scripts |
| 83 | + |
| 84 | +| Script | Description | |
| 85 | +|--------|-------------| |
| 86 | +| `pnpm dev` | Start development server | |
| 87 | +| `pnpm build` | Build for production | |
| 88 | +| `pnpm preview` | Preview production build | |
| 89 | +| `pnpm lint` | Run Biome linter | |
| 90 | +| `pnpm lint:fix` | Fix linting issues | |
| 91 | +| `pnpm format` | Format code with Biome | |
| 92 | +| `pnpm check` | Run linting and formatting checks | |
| 93 | + |
| 94 | +## 🚀 Deployment |
| 95 | + |
| 96 | +The site is automatically deployed to GitHub Pages using GitHub Actions when changes are pushed to the `source` branch. |
| 97 | + |
| 98 | +### Deployment Process |
| 99 | + |
| 100 | +1. Code is linted and formatted using Biome |
| 101 | +2. Site is built using Vite |
| 102 | +3. Built files are deployed to GitHub Pages |
| 103 | +4. Custom domain (gopalsaini.co.in) is configured |
| 104 | + |
| 105 | +### Manual Deployment |
| 106 | + |
| 107 | +```bash |
| 108 | +pnpm build |
| 109 | +# Deploy the dist/ folder to your hosting provider |
| 110 | +``` |
| 111 | + |
| 112 | +## 🎨 Features |
| 113 | + |
| 114 | +- **Responsive Design**: Mobile-first approach with modern CSS Grid and Flexbox |
| 115 | +- **Performance Optimized**: Fast loading with optimized assets |
| 116 | +- **SEO Friendly**: Proper meta tags, structured data, and semantic HTML |
| 117 | +- **Accessibility**: WCAG compliant with proper ARIA labels |
| 118 | +- **Modern Animations**: Smooth CSS animations and transitions |
| 119 | +- **Dark Theme**: Elegant dark color scheme with neon accents |
| 120 | + |
| 121 | +## 🔧 Development |
| 122 | + |
| 123 | +### Code Quality |
| 124 | + |
| 125 | +- **Biome**: Used for linting and formatting |
| 126 | +- **Modern CSS**: CSS Custom Properties, Grid, Flexbox |
| 127 | +- **Semantic HTML**: Proper HTML5 structure |
| 128 | +- **Performance**: Optimized images and minimal JavaScript |
| 129 | + |
| 130 | +### Browser Support |
| 131 | + |
| 132 | +- Chrome (latest) |
| 133 | +- Firefox (latest) |
| 134 | +- Safari (latest) |
| 135 | +- Edge (latest) |
| 136 | + |
| 137 | +## 📞 Contact |
| 138 | + |
| 139 | +- **Email**: [gopal.saini.work@gmail.com](mailto:gopal.saini.work@gmail.com) |
| 140 | +- **Phone**: [+1 551 200 4845](tel:+15512004845) |
| 141 | +- **LinkedIn**: [linkedin.com/in/gopal-saini](https://www.linkedin.com/in/gopal-saini) |
| 142 | +- **GitHub**: [github.com/gsaini](https://github.com/gsaini) |
| 143 | +- **Credly**: [credly.com/users/gsaini/badges](https://www.credly.com/users/gsaini/badges) |
| 144 | + |
| 145 | +## 📄 License |
| 146 | + |
| 147 | +This project is open source and available under the [MIT License](LICENSE). |
| 148 | + |
| 149 | +--- |
| 150 | + |
| 151 | +**Built with ❤️ by Gopal Saini** |
0 commit comments