A high-performance, futuristic 3D Cyber Cloud & Cloud Engineer portfolio engineered with Vanilla JavaScript, hardware-accelerated Canvas projection, and adaptive multi-device architecture.
Explore Live Site Β» β’ Mobile Experience Β» β’ Tech Stack β’ Key Features β’ Architecture
Built for resilience, speed, and visual impact. This portfolio showcases production-grade DevOps engineering skills, validated cloud certifications, and infrastructure projects through an interactive, cyberpunk-inspired terminal and 3D globe visualization.
$ curl -s https://theabhijaychauhan.github.io/portfolio/ | jq .
{
"name": "Abhijay Chauhan",
"role": "DevOps Engineer & Cloud Engineer",
"mindset": "Automate everything, break nothing, build systems that never fail.",
"location": "Lucknow, Uttar Pradesh, India",
"status": "Open to high-impact engineering opportunities π"
}- Mathematical Fibonacci Point Cloud: 450+ depth-projected points calculated in spherical coordinate space.
- Global Datacenter Server Nodes: AWS Regions (US-East, US-West, EU-Central, AP-South Mumbai, AP-East Tokyo, etc.) with real-time HUD radar tags.
- Live Fiber Laser Data Streams: Quad-curve 3D Bezier paths pulsing with golden packets and arrival ping waves at 120 FPS.
- Hollow Core Nebula Aura: Custom multi-stop radial gradient creating deep ambient lighting.
- Independent Engine: Isolated glassmorphic mobile frontend with touch physics and responsive viewport scaling.
- Mobile Interactive Mini-Games:
- π‘οΈ Server Optimizer: Real-time multi-wave cooling node simulator.
- π DevOps Match / Tinder Cards: Interactive card swiper for engineering principles.
- π‘οΈ SSL Certificate Runner: Canvas-based dodge & collect minigame.
- β‘ Tech Scratch Card & Quiz: Engaging gamified technical talent showcases.
- Mobile Header Tint & Frosted Glass: Dynamic CSS backdrop-filter glassmorphism with
#64e59aaccent shading.
about_me.shEmulator: Live typing shell streaming infrastructure philosophy, uptime metrics, and stack details.- Ask Me Anything Shell Modal: Direct query selector answering career strengths, architectural philosophy, and background.
- JSON-LD Schema (
schema.org/Person): Structured data tying Abhijay Chauhan directly to LinkedIn, GitHub, and portfolio URLs. - Search Engine Optimization: Strict UTF-8 XML sitemap,
robots.txt, and canonical routing for instant Googlebot indexing.
- Zero Heavy Frameworks: Pure Vanilla HTML5, CSS3, and JavaScript β zero React/Vue overhead.
- Smart Sleep Lifecycle: Auto-pauses
requestAnimationFramerender loops ondocument.hidden(0% background CPU / battery consumption).
| Domain | Technologies & Tools |
|---|---|
| Cloud & Platforms | |
| Infrastructure as Code | |
| CI / CD Pipelines | |
| Observability & Cloud Engineer | |
| Scripting & Systems | |
| Frontend & Graphics |
portfolio/
βββ index.html # Desktop Application & Device Router
βββ sitemap.xml # Search Engine Sitemap Index
βββ robots.txt # Web Crawler Directives
βββ google30f631b94936a53a.html # Google Search Console Verification
β
βββ assets/ # Media & Graphic Resources
β βββ favicon.svg # 3D DevOps MΓΆbius Ribbon SVG Favicon
β βββ photo.jpg # Profile Photo
β βββ resume.pdf # Downloadable Resume PDF
β βββ certifications/ # Verified Cloud Certificate PNGs
β βββ projects/ # Production Project Thumbnails
β
βββ css/
β βββ style.css # Desktop Liquid Design System
β βββ enhancements.css # Mini-Games & Interactive Styles
β
βββ js/
β βββ config.js # Master Centralized Configuration File
β βββ main.js # Desktop Application Core Lifecycle
β βββ particles.js # Desktop 3D Cyber Globe Canvas Engine
β βββ animations.js # Typing Engine & Scroll Observer
β βββ enhancements.js # Interactive Shells & Desktop Features
β
βββ presence/ # Search Engine & Knowledge Graph Module
β βββ seo.js # Dynamic JSON-LD Schema & Meta Generator
β βββ GOOGLE_SEARCH_GUIDE.md # Search Console & Social Authority Guide
β
βββ smartphone/ # Dedicated Mobile Application
βββ mobile.html # Mobile Web App Entrypoint
βββ css/
β βββ mobile.css # Mobile Liquid Glassmorphism CSS
βββ js/
βββ mobile.js # Mobile 3D Hollow Hologram & Mini-Games
All site data, links, projects, and feature flags are controlled from a single centralized file: js/config.js.
// Example: Toggle features with 1 boolean
CONFIG.showSections = {
bootLoader: true, // Startup INIT sequence
cyberGlobe: true, // 3D holographic cloud globe
scratchCard: false, // Mobile scratch card
headerShade: true // Mint #64e59a header tint
};