Skip to content
View Ra5hidIslam's full-sized avatar

Block or report Ra5hidIslam

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.

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
Ra5hidIslam/README.md

Hi, I'm Rashidul Islam!

Systems Engineer – Inference & Database Internals, based in Guwahati, India
Currently working at SmatBot

Linkedin: Ra5hidIslam GitHub Rashidul Gmail Badge


A little more about me...

class SystemsEngineer:
    def __init__(self):
        self.languages = ["C++", "Python", "Rust", "Metal (MSL)"]
        self.systems = ["Buffer Pools", "B+ Trees", "Concurrency Control", "GPU Kernels"]
        self.infrastructure = ["FastAPI", "Docker", "AWS", "Linux"]
        
        self.current_work = {
            "role": "AI & Systems Engineer @ SmatBot",
            "focus": "Inference latency optimization & high-throughput data pipelines"
        }
        
        self.open_source = {
            "llama.cpp": "Metal GPU backend — GGML_OP_CONV_3D (F16/F32) & Gated Linear Attention kernels",
            "Docling (IBM)": "Re-engineered table detection with Flood Fill (BFS)",
            "LanceDB": "Sync/Async API parity in Python SDK"
        }

    def deep_tech_projects(self):
        return [
            "CMU BusTub — Buffer Pool Manager, B+ Tree Index, Query Execution (C++)",
            "Metal kernel development for inference operators (MSL/GGML)",
            "Production inference pipeline re-architecture (25-35% latency reduction)"
        ]

    def currently_exploring(self):
        return "GPU compute, inference optimization, and database internals."

Pinned Loading

  1. docling-project/docling docling-project/docling Public

    Get your documents ready for gen AI

    Python 59.1k 4.1k

  2. lancedb/lancedb lancedb/lancedb Public

    Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.

    HTML 10.2k 868

  3. llama.cpp llama.cpp Public

    Forked from ggml-org/llama.cpp

    LLM inference in C/C++

    C++