Skip to content
View Muhaimin-Mukammel's full-sized avatar
  • Bangladesh

Block or report Muhaimin-Mukammel

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

πŸ‘‹ Hello, I'm Muhaimin Mukammel

πŸš€ Java Backend Developer


πŸ’» About Me

I'm a passionate Java developer focused on building robust backend systems, concurrency solutions, and understanding low-level concepts. I enjoy creating projects from scratch to deeply understand how things work under the hood.

  • πŸ”­ Currently working on Crypto Trading Project
  • 🌱 Learning Spring Boot, Spring Security, and advanced testing
  • πŸ‘― Looking to collaborate on backend systems and Java projects
  • πŸ’¬ Ask me about multithreading, database internals, or raw HTTP servers

πŸ› οΈ Tech Stack

Languages & Frameworks

  • Java (17+) β˜•
  • Spring Boot, Spring Security, Spring Test 🌱

Core Skills

  • Multithreading & Concurrency ⚑
  • Database Internals (Pages, Indexing, Storage Engines)
  • Low-level Networking & HTTP
  • JSON Processing (Jackson)

Tools

  • Maven, Git, IntelliJ IDEA

πŸ† Featured Projects

Console-based multi-threaded job processing engine with real-time dashboard, producer-consumer pattern, and JSON persistence.

Custom single-file relational database with page-based storage, schema catalog, primary key indexing, and interactive REPL.

Hand-built HTTP server from scratch using raw sockets and manual parsing β€” no frameworks.

(More projects available on my repositories)


πŸ“Š GitHub Stats

Muhaimin's GitHub Stats


πŸ“« How to reach me:


⭐️ From Muhaimin-Mukammel

Popular repositories Loading

  1. Banking-System Banking-System Public

    Developed a secure Spring Boot Banking System featuring JWT authentication, account management, and financial transactions. Implemented advanced concurrency control with pessimistic/optimistic lock…

    Java 4

  2. TaskFlow TaskFlow Public

    TaskFlow is a console-based multi-threaded job processing engine built in pure Java. It reads tasks from a JSON file, distributes them across a configurable worker thread pool using the producer-co…

    Java 3

  3. Java-Raw-Http-Server Java-Raw-Http-Server Public

    Hand-built HTTP server in Java β€” raw sockets, manual HTTP parsing, file-based CRUD. No frameworks.

    Java 1

  4. Lightweight-Database-Engine Lightweight-Database-Engine Public

    Java 1

  5. json-file-database json-file-database Public

    A Java CLI application to add, view, and update user records, persisted locally in a JSON file using the Jackson library.

    Java

  6. Multithreading Multithreading Public

    Java