Skip to content
View Biswas005's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Biswas005

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Biswas005/README.md

Hey there! I'm Amardeep Biswas

Typing SVG

πŸš€ About Me

struct AmardeepBiswas {
    name: String,
    role: String,
    location: String,
    languages: Vec<String>,
    interests: Vec<String>,
    currently_learning: String,
}

impl AmardeepBiswas {
    fn new() -> Self {
        Self {
            name: "Amardeep Biswas".to_string(),
            role: "Systems Developer & Programmer".to_string(),
            location: "India".to_string(),
            languages: vec![
                "Rust".to_string(), 
                "C".to_string(), 
                "Python".to_string()
            ],
            interests: vec![
                "Systems Programming".to_string(),
                "Performance Optimization".to_string(),
                "Low-level Development".to_string(),
                "Open Source".to_string()
            ],
            currently_learning: "Advanced Rust & Systems Design".to_string(),
        }
    }
    
    fn say_hi(&self) {
        println!("Thanks for dropping by! Let's build fast and reliable software together! πŸš€");
    }
}

fn main() {
    let me = AmardeepBiswas::new();
    me.say_hi();
}

πŸ› οΈ Tech Stack & Tools

πŸ”§ Core Tech Arsenal

Rust C Python

πŸ¦€ Rust Ecosystem

Tokio Serde Clap Axum SQLx

⚑ Systems & Performance

WebAssembly Linux Docker Redis

πŸ› οΈ Development Environment

Neovim VS Code Git GitHub Actions


πŸ“Š Code Analytics & Performance

πŸ“ˆ GitHub Activity

πŸ”₯ Contribution Streak

GitHub Streak

⚑ Performance Dashboard

Performance Dashboard

🎯 Current Focus & Architecture

πŸ¦€ Rust Ecosystem Mastery

// Current Learning Path
enum Focus {
    WebAssembly { target: "Browser + Server" },
    AsyncRuntime { tokio: true, performance: "Ultra" },
    SystemsDesign { memory_safe: true, zero_cost: true },
    Concurrency { channels: "mpsc", actors: "Actix" },
    WebDev { framework: "Axum", database: "SQLx" },
    CLI { clap: "v4", performance: "Blazing" },
}

impl Focus {
    fn current_projects(&self) -> Vec<&str> {
        vec![
            "πŸš€ High-performance web services",
            "⚑ Systems utilities & CLI tools", 
            "πŸ”§ Memory-safe C alternatives",
            "🌐 WebAssembly experiments",
            "🎯 Concurrent data processing"
        ]
    }
}

πŸ—οΈ Architecture Philosophy

πŸ¦€ Rust Development

  • Zero-cost abstractions
  • Memory safety without GC
  • Fearless concurrency
  • Performance-first design
  • Type-driven development

⚑ Systems Approach

  • Minimalist dependencies
  • Optimal resource usage
  • Cross-platform compatibility
  • Scalable architectures
  • Reliable error handling

πŸ”₯ Performance Metrics Focus

Memory Safety Zero Cost Concurrency Performance


🌟 What I'm Up To

🌟 What I'm Building

πŸ¦€ Current Rust Projects


System Utilities
Blazing fast command-line tools

High-Performance APIs
Async web services with Axum

WASM Experiments
Browser & server-side WASM

🎯 Development Philosophy

"Write code that runs fast, fails safe, and scales infinitely"

fn development_principles() -> Vec<&'static str> {
    vec![
        "πŸ¦€ Memory safety without garbage collection",
        "⚑ Zero-cost abstractions for maximum performance", 
        "πŸ”’ Fearless concurrency with ownership system",
        "🎯 Type-driven development for correctness",
        "πŸš€ Performance-first, but readable code",
        "♻️  Sustainable software with minimal dependencies"
    ]
}

πŸ“Š Weekly Development Breakdown

// Weekly Development Breakdown
let coding_time = HashMap::from([
    ("Rust", "12h 30m"),     // πŸ¦€ Systems & Web development  
    ("C", "6h 45m"),         // ⚑ Performance optimization
    ("Python", "4h 15m"),    // 🐍 Automation & tooling
    ("TOML/YAML", "1h 30m"), // πŸ“‹ Configuration files
    ("Shell", "45m"),        // πŸ”§ Build scripts & automation
]);

total_focus: "Rust-first development with systems programming"

πŸ† GitHub Trophies

GitHub Trophies

🀝 Connect With Me

Email LinkedIn GitHub Portfolio


πŸ’­ Random Dev Quote

Random Dev Quote

πŸ¦€ Contribution Graph

Contribution Graph

Profile Views

Thanks for visiting! πŸš€

Snake Game

"The best way to predict the future is to create it with data!" πŸ“Šβœ¨

Pinned Loading

  1. omen-fan omen-fan Public

    Forked from alou-S/omen-fan

    Utility to control fans in Omen laptops

    Rust 7 2

  2. bazzite-omen bazzite-omen Public

    C

  3. rknputop rknputop Public

    top like program for rockchip socs having npus, fully written in rust.

    Rust