Skip to content
View codexarafat's full-sized avatar

Highlights

  • Pro

Block or report codexarafat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codexarafat/README.md
Typing SVG

Building the future, one system at a time

About Me

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")
    };
}

Technical Focus

  • 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

Recent Work

  • 🔧 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

Tools & Technologies

Rust Python Flutter Docker Kubernetes

GitHub Stats

GitHub Stats

Connect

Last updated: 2025-07-23

Popular repositories Loading

  1. rust rust Public

    Forked from rust-lang/rust

    Empowering everyone to build reliable and efficient software.

    Rust

  2. codex codex Public

    Forked from openai/codex

    Lightweight coding agent that runs in your terminal

    Rust

  3. codexarafat codexarafat Public