Systems programmer with deep expertise in low-level architecture, embedded systems, and AI integration. My work focuses on creating efficient, reliable solutions at the intersection of hardware and intelligent software.
struct Developer {
name: String,
primary_languages: Vec<String>,
domains: Vec<String>,
philosophy: String,
}
fn main() {
let me = Developer {
name: String::from("Md. Yeasin Arafat"),
primary_languages: vec![
String::from("Rust"),
String::from("Python"),
String::from("Flutter/Dart")
],
domains: vec![
String::from("Systems Programming"),
String::from("Machine Learning"),
String::from("Embedded Systems"),
String::from("Automation")
],
philosophy: String::from("Build minimal, elegant solutions to complex problems")
};
}
- Systems Programming: Developing high-performance, fault-tolerant systems
- AI/ML Engineering: Developing practical machine learning applications
- Embedded Programming: Creating reliable software for resource-constrained environments
- Research: Exploring the boundaries of current technology
- 🔧 Developing ML-accelerated systems tools
- 🤖 Researching efficient deployment of AI models on embedded hardware
- 📱 Building cross-platform applications with Flutter
- 🧪 Contributing to open-source projects in the Rust ecosystem
Last updated: 2025-07-23