Skip to content
View mmycin's full-sized avatar

Block or report mmycin

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