Loading repository data…
Loading repository data…
Arfazrll / repository
Professional portfolio built with Next.js 15, TypeScript, and Tailwind CSS. Features 3D physics (R3F), GSAP animations, and real-time coding stats via WakaTime and GitHub APIs. Support EN/ID.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A production-grade, highly interactive portfolio application engineered to showcase technical expertise across Artificial Intelligence, Data Science, and Modern Software Engineering. Moving beyond traditional static documentation, this platform delivers an immersive, high-performance user experience powered by WebGL physics simulations, real-time data integrations, and an autonomous AI chatbot assistant.
The repository is built on a modern, decoupled architecture designed for maximal performance, scalability, and maintainability.
portfolio.ts.PersonalBlog/
├── src/
│ ├── app/ # Next.js 16 App Router Entry Points
│ │ ├── api/ # Backend API Routes (Chatbot, GitHub, WakaTime)
│ │ ├── projects/ # Comprehensive Project Directory
│ │ ├── experience/ # Career Timeline and Analytics
│ │ ├── skills/ # Technical Skill Radar
│ │ ├── resume/ # Custom PDF Rendering Engine (react-pdf)
│ │ └── blog/ # MDX/Markdown Article Renderer
│ ├── components/
│ │ ├── three/ # WebGL & R3F Components (Lanyard, Splash)
│ │ ├── sections/ # Primary Page Layout Structures
│ │ └── ui/ # 50+ Custom Shadcn & Animated Primitives
│ ├── data/
│ │ └── portfolio.ts # Centralized JSON/TS Data Store
│ ├── hooks/ # Custom React Hooks (Performance, Intersection)
│ └── styles/ # Global CSS & Tailwind Directives
├── public/ # Static Assets (Images, 3D Models, PDFs)
├── next.config.ts # Next.js Optimization Configuration
└── tailwind.config.ts # Custom Design System Configurations
Implements hardware-accelerated 3D models using @react-three/drei and @react-three/fiber. Features include a physics-simulated identification badge that responds to cursor velocity and window constraints in real time.
An intelligent conversational agent deployed via the /api/chat route. The system builds a dynamic context window from the static portfolio.ts database and processes natural language queries using a redundant Dual-LLM infrastructure.
Dashboards across the platform retrieve and display real-time engineering metrics, utilizing authenticated GraphQL requests to GitHub (activity heatmaps, language breakdown) and WakaTime (coding hours, IDE preferences).
A custom-built document rendering engine utilizing react-pdf, allowing users to zoom, rotate, search, and download the resume natively within the browser application without relying on external plugins.
The application implements a usePerformance hook to evaluate client hardware capabilities in real time, automatically disabling intensive WebGL shaders and complex GSAP animations on low-power or mobile devices to preserve battery life and maintain stable framerates.
Clone the repository:
git clone https://github.com/Arfazrll/PersonalBlog.git
cd PersonalBlog
Install dependencies:
npm install
Configure Environment Variables:
Create a .env.local file in the root directory.
NEXT_PUBLIC_GITHUB_USERNAME=your_username
GITHUB_TOKEN=your_personal_access_token
WAKATIME_API_KEY=your_wakatime_key
GROQ_API_KEY=your_groq_key
GEMINI_API_KEY=your_gemini_key
Initialize Development Server:
npm run dev
Navigate to http://localhost:3000 to interact with the application.
Execute the following to compile and serve the optimized application bundle:
npm run build
npm start
The platform currently documents 19 technical projects spanning multiple engineering disciplines:
| Discipline | Notable Projects | Core Technologies |
|---|---|---|
| Artificial Intelligence | DocsInsight Engine, NeuroVision, Hand Gesture Recognition | Python, TensorFlow, OpenCV, LangChain |
| Data Science & Analytics | Credit Risk Analysis, MyTelkomsel Sentiment, Data Analyst Dashboard | Python, LSTM, Pandas, Plotly |
| Software Engineering | Donasiaku, POLABDC SaaS, Digilibzx | Laravel, Next.js, Go, PostgreSQL, Prisma |
| IoT & Embedded Systems | TerraFlow Platform, Smart Motion Detection | ESP32, Raspberry Pi, MQTT, C++ |
This project is licensed under the MIT License.