A modern, responsive portfolio showcasing DevOps expertise and professional journey
This portfolio website showcases my expertise as a DevOps Engineer with comprehensive experience in cloud infrastructure, automation, and modern deployment practices. Built with cutting-edge web technologies to demonstrate both technical skills and attention to detail.
- ποΈ Infrastructure as Code expertise with Terraform & Ansible
- βοΈ AWS Cloud architecture and deployment
- π³ Container Orchestration with Docker & Kubernetes
- π CI/CD Pipeline automation with Jenkins
- π Monitoring & Observability with Prometheus & Grafana
- π‘οΈ Security Tools including Trivy, SonarQube, OWASP ZAP & Checkov
- π Dark/Light Theme toggle support
Make sure you have the following installed:
-
Clone the repository
git clone <url> cd portfolio
-
Install dependencies
npm install # or yarn install -
Start development server
npm run dev # or yarn dev -
Open your browser
Navigate to http://localhost:8080
# Build the project
npm run build
# Preview the build
npm run previewπ¦ portfolio/
βββ π public/
β βββ πΌοΈ lovable-uploads/ # Images and assets
β βββ π favicon.ico
βββ π src/
β βββ π components/
β β βββ π Hero.tsx # Landing section with theme toggle
β β βββ π€ About.tsx # About me section
β β βββ π οΈ Skills.tsx # Technical skills with security tools
β β βββ πΌ Projects.tsx # Featured projects
β β βββ π» Experience.tsx # Work experience
β β βββ π Education.tsx # Educational background
β β βββ π Contact.tsx # Contact information
β β βββ π ui/ # Reusable UI components
β βββ π lib/
β β βββ βοΈ utils.ts # Utility functions
β βββ π pages/
β β βββ π‘ Index.tsx # Main page
β β βββ β NotFound.tsx # 404 page
β βββ π¨ index.css # Global styles
β βββ π main.tsx # App entry point
βββ π package.json
βββ π tailwind.config.ts
βββ π vite.config.ts
βββ π README.md
- Responsive Layout: Optimized for all device sizes
- Dark/Light Theme: Toggle between themes with a button
- Gradient Effects: Eye-catching visual elements
- Smooth Animations: Enhanced user experience
| Section | Description | Technologies |
|---|---|---|
| π€ About | Professional background | TypeScript |
| π οΈ Skills | Technical expertise with security tools | Shield.io badges |
| πΌ Projects | Featured DevOps projects | Interactive cards |
| π» Experience | Current role at DigiEra | Timeline layout |
| π Education | Academic background | Card components |
| π Contact | Professional links | Social integration |
- β Type Safety with TypeScript
- β Security Scanning with Trivy, SonarQube, OWASP ZAP, Checkov
- β Code Quality with ESLint
- β Responsive Design principles
- β Accessibility standards
- β SEO Optimization
- β Performance optimization
Contributions, issues, and feature requests are welcome!
- Fork the Project
- Create Feature Branch (
git checkout -b feature/AmazingFeature) - Commit Changes (
git commit -m 'Add AmazingFeature') - Push to Branch (
git push origin feature/AmazingFeature) - Open Pull Request
This project is licensed under the MIT License - see the LICENSE file for details
Made with β€οΈ by Deepak Sagar

