I'm pcbimon, a passionate programmer who started my journey with .NET and has always been fascinated by exploring new technologies. Currently, I'm diving deep into AI and Data Analysis, with a particular focus on applying AI to analyze GitHub data to gain deeper insights into software development patterns and behaviors.
public class Developer
{
public string Name { get; set; } = "pcbimon";
public List<string> Skills { get; set; } = new() { ".NET", "C#", "AI/ML", "Data Analysis" };
public string CurrentFocus { get; set; } = "AI for GitHub Data Analytics";
public bool AlwaysLearning { get; set; } = true;
}
π¬ Currently Learning: AI systems for GitHub data analysis
π― Goal: Building tools that help developers better understand codebases and development patterns
π‘ Interests: Machine Learning, Natural Language Processing, Software Engineering Analytics
graph TD
A[.NET Foundation] --> B[AI/ML Exploration]
B --> C[GitHub Data Analysis]
C --> D[Intelligent Developer Tools]
D --> E[Future Innovation]
style A fill:#512BD4
style B fill:#FF6F00
style C fill:#2196F3
style D fill:#4CAF50
style E fill:#9C27B0
Currently developing systems that leverage AI to analyze:
- Code quality and complexity patterns
- Developer collaboration networks
- Repository evolution trends
- Automated code review insights
My journey from being a .NET developer to exploring the fascinating world of Artificial Intelligence and its applications in software engineering.
π‘ Fun Facts About Me
- π Started with .NET but never stopped learning new technologies
- π€ Believe AI will enhance software development, not replace developers
- π Love analyzing data and finding interesting patterns in GitHub repositories
- β Code best with a cup of coffee nearby
- π Dream of creating tools that help everyone become better developers
- π Based in Thailand but thinking globally
- π Always reading about the latest in tech and AI research