type Developer struct {
Background string `json:"background"`
CurrentProject string `json:"current_project"`
Learning []string `json:"learning"`
Interests []string `json:"interests"`
}
developer := Developer{
Background: "Been coding for about 4 years, started learning C++",
CurrentProject: "Building a journal AI app",
Learning: []string{"Language Models", "AI/ML stuff"},
Interests: []string{"Gaming 🎮", "Photography 📸", "Fitness 💪"},
}
Project | Description | Tech Stack | Status |
---|---|---|---|
📝 Journal AI App | AI-powered journaling application | React Native, Python, AI | 🚧 In Progress |
🤖 LLM Models | Playing around with language models | Python, PyTorch | 🔬 Learning |
📱 Portfolio Site | Personal portfolio website | Next.js, React | ✅ Done |
- 🌟 Full-Stack development - frontend and backend
- 🧠 AI/ML stuff, especially working with language models
- 🤝 Open Source contributions when I can
- 📚 Always Learning new tech and frameworks
- 🐍 Python projects (AI/ML, Backend, Data Science)
- 🟦 TypeScript applications (Full-stack, Mobile, Web)
- 🤖 AI/ML research and implementation
- 🌐 Open Source contributions and community projects
⭐️ Thanks for visiting! ⭐️