📚 Welcome to My Learning Space
This is where I document everything I learn — from Flutter to AI to GATE CSE preparation. Think of it as my public brain — organized, searchable, and always growing.
"The best way to learn is to teach." — Richard Feynman
🗂️ Subjects
📱 Flutter
Building beautiful, natively compiled apps with Google's UI toolkit.
- Widgets, State Management, Navigation, Animations
- Real project breakdowns and code snippets
🤖 AI & Machine Learning
From Reinforcement Learning to Deep Learning and beyond.
- RL fundamentals: PPO, DPO, RLHF
- Neural networks, transformers, and practical implementations
🎯 GATE CSE
Computer Science Engineering preparation for GATE exam.
- Operating Systems, DBMS, Computer Networks
- Previous year problem analysis
🧘 Spirituality
Exploring the intersection of technology and inner growth.
- Meditation practices
- Lessons from Bhagavad Gita
🚀 How This Site Works
Every article here is a Markdown file. I write in plain text, and Docusaurus converts it into this beautiful website automatically.
docs/
├── flutter/
│ ├── widgets.md → /learn/flutter/widgets
│ └── state.md → /learn/flutter/state
├── ai/
│ ├── rl.md → /learn/ai/rl
│ └── ppo.md → /learn/ai/ppo
└── gate/
├── os.md → /learn/gate/os
└── dbms.md → /learn/gate/dbms
The sidebar on the left is auto-generated from this folder structure. Add a new .md file and it appears automatically! ✨