Skip to content
View mmycin's full-sized avatar

Block or report mmycin

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mmycin/README.md

โœจ Code Shenanigans โœจ

Typing SVG

Profile Views GitHub Followers GitHub Stars

Email LinkedIn Instagram Facebook


๐ŸŽฏ About Me

type Developer struct {
    Name         string   = "Tahcin Ul Karim Mycin"
    Role         string   = "Full-Stack Developer & Passionate Programmer"
    Location     string   = "๐Ÿ‡ง๐Ÿ‡ฉ Dhaka, Bangladesh"
    Specialties  []string = ["Backend Systems", "Web Applications", "System Design"]
    Languages    []string = ["Go", "Rust", "Python", "TypeScript", "JavaScript"]
    Databases    []string = ["MongoDB", "PostgreSQL", "Redis", "SQLite"]
    Architecture []string = ["Microservices", "Event-Driven", "Clean Architecture"]
    Mindset      string   = "Code with Purpose, Build with Passion ๐Ÿš€"
    Mission      string   = "Transforming ideas into scalable digital solutions"
}

func (d *Developer) GetCurrentFocus() []string {
    return []string{
        "๐Ÿ”ฅ Mastering Rust for system-level programming",
        "๐ŸŒ Building scalable web applications",
        "๐Ÿค– Exploring AI/ML integration",
        "๐Ÿ“š Sharing knowledge through teaching",
        "๐Ÿ—๏ธ Contributing to open-source projects",
    }
}

๐Ÿ› ๏ธ Technology Arsenal

๐Ÿ’ป Core Languages


๐Ÿš€ Backend Frameworks


๐ŸŽจ Frontend Technologies


๐Ÿ—„๏ธ Database & Storage


๐Ÿ“ฑ Cross-Platform Development


โš™๏ธ DevOps & Cloud


๐ŸŽฏ Specialized Skills







๐ŸŒŸ Featured Projects


๐Ÿ“Š GitHub Analytics


๐Ÿ† GitHub Achievements


๐Ÿ“ˆ Contribution Graph


๐Ÿ’ก Professional Strengths


Critical Thinking
Breaking down complex problems into manageable solutions

Collaboration
Leading teams and mentoring junior developers

Clear Communication
Translating technical concepts for diverse audiences

Fast Learning
Quickly adapting to new technologies and methodologies

๐Ÿ“ฎ Let's Connect & Collaborate

๐Ÿ’ผ Open to exciting opportunities and collaborations

Whether you're looking for a full-stack developer, need help with system architecture, or want to collaborate on open-source projects, I'm always excited to connect with fellow developers and innovators!


Closing Message

"Code is like humor. When you have to explain it, it's bad." - Cory House


โญ Star my repositories if you find them useful!

Pinned Loading

  1. NDC-14 NDC-14 Public

    This is a notice board app with admin dashboard for Group-14 of Notre Dame College, Dhaka

    Svelte 1

  2. Rooftime-App Rooftime-App Public

    Rooftime is a cross-platform study tracking app built with SvelteKit, Pocketbase, Capacitor, and Tauri, offering real-time analytics, AI-driven feedback, and secure user profiles for improved studyโ€ฆ

    Svelte 6

  3. rustport rustport Public

    A NPM Package and CLI tool that automatically generates TypeScript FFI bindings for Rust libraries, making it easy to call Rust functions from JavaScript/TypeScript in Bun projects

    TypeScript 3

  4. GoForge GoForge Public

    A comprehensive, production-ready Go application framework and CLI for rapid database, gRPC, and service scaffolding.

    Go

  5. Goravel-Blueprint Goravel-Blueprint Public

    A working template for Goravel with Auth, Job, Mail, Custom Commands to work with Golang

    Go