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.

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

Hi, I'm Tahcin Ul Karim Mycin 👋

Typing SVG

Profile Views GitHub Followers GitHub Stars

Email LinkedIn Instagram Facebook


About Me

class Mycin(SoftwareEngineer):
    def __init__(self):
        self.role = "Software Engineer"
        self.focus = ["backend systems", "distributed architecture", "databases"]
        self.languages = ["Go", "Python", "TypeScript", "Rust"]
        self.currently = "shipping scalable, async-first services"

    def strengths(self) -> list[str]:
        return [
            "API design & service architecture",
            "schema design & query optimization",
            "microservices & event-driven pipelines",
            "async I/O & concurrent workloads",
        ]

    def __repr__(self) -> str:
        return f"{self.role} — building {self.currently} 🚀"


mycin = Mycin()
print(mycin)
# Software Engineer — building scalable, async-first services 🚀

🛠️ Tech Stack

Languages

Frameworks

Databases

AI / ML

Infra & Cloud


🎯 Specialized In

Backend Engineering Databases Distributed Systems
API design, service architecture Schema design, query optimization Microservices, message queues
Async Programming Problem Solving Concurrency
Non-blocking I/O, task pipelines Algorithmic thinking, debugging Parallel & concurrent workloads

🌟 Featured Projects

Project Description Stack
GoForge Production-ready Go framework & CLI for scaffolding services, DB migrations, and gRPC Go, gRPC, Atlas/sqlc
Inframan Cross-platform CLI for managing Docker/Podman/Containerd infrastructure groups C++20, CLI
Rooftime Cross-platform study tracker with real-time analytics and AI feedback SvelteKit, Pocketbase, Tauri, Capacitor
Tuitio Offline-first tuition management app for tutors — students, classes, payments Flutter, Riverpod, Drift/SQLite
Logarithm Blazing-fast desktop log viewer/analyzer with an integrated AI assistant Rust, Tauri, Leptos
Price Prediction ML ML pipeline estimating software development cost from project requirements Python, scikit-learn, ONNX
Aethermind Cognitive analysis on attention span in Dhaka based on behavioral data Data analysis, web
mongorm A GORM-like ORM for MongoDB, written in Go Go, MongoDB

📊 GitHub Stats

Full contribution history also lives natively on my GitHub profile page.


📮 Let's Connect

Open to backend/systems engineering roles, freelance work, and open-source collaboration.

⭐ 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