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! โญ๏ธ