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 ViewsGitHub FollowersGitHub Stars

EmailLinkedInInstagramFacebook


About Me

classMycin(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"defstrengths(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:
returnf"{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 EngineeringDatabasesDistributed Systems
API design, service architectureSchema design, query optimizationMicroservices, message queues
Async ProgrammingProblem SolvingConcurrency
Non-blocking I/O, task pipelinesAlgorithmic thinking, debuggingParallel & concurrent workloads

🌟 Featured Projects

ProjectDescriptionStack
GoForgeProduction-ready Go framework & CLI for scaffolding services, DB migrations, and gRPCGo, gRPC, Atlas/sqlc
InframanCross-platform CLI for managing Docker/Podman/Containerd infrastructure groupsC++20, CLI
RooftimeCross-platform study tracker with real-time analytics and AI feedbackSvelteKit, Pocketbase, Tauri, Capacitor
TuitioOffline-first tuition management app for tutors — students, classes, paymentsFlutter, Riverpod, Drift/SQLite
LogarithmBlazing-fast desktop log viewer/analyzer with an integrated AI assistantRust, Tauri, Leptos
Price Prediction MLML pipeline estimating software development cost from project requirementsPython, scikit-learn, ONNX
AethermindCognitive analysis on attention span in Dhaka based on behavioral dataData analysis, web
mongormA GORM-like ORM for MongoDB, written in GoGo, 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-14NDC-14Public

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

    Svelte 1

  2. Rooftime-AppRooftime-AppPublic

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

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

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

    Go

  5. Goravel-BlueprintGoravel-BlueprintPublic

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

    Go