Md. MinhajulHaque
Backed by a strong computer science foundation and a problem-solving mindset, I craft scalable solutions using modern frameworks, AI integration, and system-driven design. I focus on understanding problems at their core, optimizing performance, and building clean, user-centric products that scale reliably.
Building the Future with Code
Final-year CSE student with hands-on experience in production systems, AI integration, and solving complex technical challenges.
Professional Focus
I prioritize database design, efficient code, practical problem-solving, and effective teamwork. My approach combines technical excellence with real-world impact.
Education
Shahjalal University of Science and Technology
B.Sc in Computer Science and Engineering
Focus Areas
Technical Skills
Each colony represents a domain of expertise, working together in perfect harmony
Learning Journey
My progression through semesters, projects, and achievements
Foundation: Computer Science Fundamentals
- Explored CS basics: Discrete Math, C, C++ programming
- Mastered problem solving from basic to complex
- Learned data structures: Arrays, Stacks, Queues, Trees, Graphs
- Advanced DS: Deque, Segment Tree, Fenwick Tree, Trie
- Participated in online/offline programming contests
- Practiced on: Codeforces, Vjudge, LightOJ, CodeChef
Algorithms & Mobile Development Journey
- Continued competitive programming journey
- Deep dive into algorithms: DP, Greedy, Graph algorithms
- Mastered OOP concepts and design patterns
- Started Android development with Kotlin
- Built Doctors Appointment App - First major project
- Transitioned to Flutter for cross-platform development
First Large-Scale Mobile Application
- Doctors Appointment App - End-to-end development
- Kotlin & Jetpack Compose mastery
- Firebase authentication & real-time database
- MongoDB integration for backend
- Patient & doctor profile management
Core CSE Courses & Full-Stack Development
- Core courses: Operating Systems, Database, Networking
- Continued problem solving and development
- E-Commerce App - Amazon-like full-stack project
- Multiplayer TicTacToe - Socket.IO real-time learning
- REST API design & best practices
- Cross-platform development expertise
Microservices Architecture & AI Integration
- EduVerse - AI learning platform with 5 microservices
- ~100K lines of code, 150+ API endpoints
- Stripe payment gateway integration
- Real-time features with Socket.IO
- AI-powered content generation (Gemini API)
- Research Assistant RAG application
Production Systems & AI at Scale
- TickEasy - Event ticketing serving 2-3K+ users
- IKSS Blood Bot - Live automation with n8n
- Eventure - AI event management orchestrator
- Research on LLMs for Islamic Q&A (ICCIT 2025)
- 100% success rate on production events
🏆 1st Runner Up - GreenCon Hackathon
- Crisis Communication App with mesh networking
- Offline messaging without internet (Bridgefy SDK)
- SOS alerts & real-time location sharing
- Cross-platform Flutter app (Android & iOS)
- Inspired by Hong Kong protests & Iraq crisis
Machine Learning & LeetCode Mastery
- Deep dive into Machine Learning & AI/ML
- LeetCode problem solving (Medium to Hard)
- Advanced algorithm implementations
- Production system development
- Focus on scalability and performance
Community Impact & Advanced Development
- IKSS Website - Serving 1000+ students
- 20+ volunteers, 7+ partner organizations
- Advanced ML implementations with TensorFlow
- Continued LeetCode & system design practice
- Focus on scalable production systems
Featured Projects
From production systems to learning experiments

TickEasy
Event Ticketing & Management Platform
A comprehensive event ticketing and management platform designed to handle real-world events with enterprise-level performance. Successfully processed 2-3K+ attendees with 100% success rate across multiple live events.
Key Features:
- •Instant ticket booking without registration
- •Real-time QR verification via Flutter app (300-400/hour)
- •JWT-based authentication with BCrypt hashing

EduVerse
AI-Enhanced Learning Platform
A modern, microservices-based education platform that combines AI technologies with traditional learning methods. Features 5 microservices, 150+ API endpoints, and AI-powered content generation.
Key Features:
- •AI-Powered Content Generation (notes, quizzes, Q&A)
- •Microservice architecture with 5 services
- •50+ REST APIs with JWT auth

Research Assistant RAG App
AI-Powered Research Tool
A RAG (Retrieval-Augmented Generation) application for research assistance with diverse embedding and chunking strategies for optimal document parsing.
Key Features:
- •Diverse embedding strategies
- •Optimized chunking for documents
- •Vector database integration

Eventure
Event Handling AI Tools Orchestrator

Crisis Communication App
🏆 1st Runner Up @ GreenCon Hackathon 2025
A Flutter-based mobile application for crisis communication using mesh networking technology. Enables reliable communication when traditional infrastructure fails, inspired by Hong Kong protests and Iraq crisis situations.
Key Features:
- •Mesh networking without internet (Bluetooth + WiFi)
- •SOS alerts & emergency broadcasting
- •Real-time location sharing with maps

IKSS Blood Bot
Blood Donation Automation System
A Telegram bot that automates blood donation requests and donor management for the IKSS community. Built using n8n workflow automation and JavaScript for real-time emergency responses.
Key Features:
- •Blood request handling via inline keyboard
- •Emergency broadcast with available donors
- •Donor registration & management

IKSS Website
Islamic Knowledge Seekers Platform
A comprehensive website for Islamic Knowledge Seekers of SUST (IKSS), a student-led dawah organization at Shahjalal University. The platform serves as a central hub for spreading Islamic knowledge, managing events, and building community among Muslim students.
Key Features:
- •Dynamic home page with daily Quranic verses
- •Event management system with filtering
- •Islamic resources library (videos, articles, PDFs)

Full-Stack E-Commerce App
Amazon-like Learning Project
A complete e-commerce application replicating Amazon core features. Built to learn best practices in REST API design, error handling, and frontend modularity.
Key Features:
- •User authentication with JWT
- •Product catalog with search & filters
- •Shopping cart with real-time updates

Doctors Appointment App
First Large-Scale Mobile Application
End-to-end Android application for doctors and patients to manage appointments and health records. First major mobile project built independently from scratch.
Key Features:
- •Doctor & patient profiles
- •Appointment scheduling & management
- •Personal health records

Multiplayer TicTacToe
Real-time Communication Learning
A completely responsive online multiplayer TicTacToe game that works on Android, iOS, Web, and Desktop. Built to learn real-time communication with Socket.IO.
Key Features:
- •Phone number login with OTP
- •Real-time multiplayer gameplay
- •Create/join game rooms
Deeper Understanding of JavaScript
Beyond syntax — understanding how JavaScript works under the hood
Execution Context & Call Stack
Deep understanding of how JS executes code - creation phase, execution phase, scope chain, and variable hoisting
Event Loop & Asynchronous JS
Master of the event loop, microtasks, macrotasks, and non-blocking code execution
Debouncing & Throttling
Performance optimization techniques to control function execution frequency
Closures & Scope
Leveraging closures for data privacy, function factories, and module patterns
Prototypes & Inheritance
Understanding prototypal inheritance, prototype chain, and object creation patterns
LRU Cache Implementation
Built efficient caching mechanisms with Least Recently Used eviction policy
Task Scheduler & Queues
Custom task scheduling with priority queues and job processing for background operations
Execution Context & Call Stack
Deep understanding of how JS executes code - creation phase, execution phase, scope chain, and variable hoisting
💡 Optimized nested function calls in TickEasy for 300-400 QR scans/hour
Event Loop & Asynchronous JS
Master of the event loop, microtasks, macrotasks, and non-blocking code execution
💡 Real-time Socket.IO implementations in EduVerse & TicTacToe
Debouncing & Throttling
Performance optimization techniques to control function execution frequency
💡 Implemented search debouncing and scroll throttling across web apps
Closures & Scope
Leveraging closures for data privacy, function factories, and module patterns
💡 Built reusable middleware factories with closure-based state management
Prototypes & Inheritance
Understanding prototypal inheritance, prototype chain, and object creation patterns
💡 Created custom data structures and OOP patterns in backend services
LRU Cache Implementation
Built efficient caching mechanisms with Least Recently Used eviction policy
💡 Implemented API response caching to reduce database queries by 60%
Task Scheduler & Queues
Custom task scheduling with priority queues and job processing for background operations
💡 Built job queue system for async email notifications and data processing
LRU Cache + Query Optimization
API Response Time: 850 ms
Applied lru cache + query optimization to optimize performance
Debouncing Implementation
Search Performance: API call on every keystroke
Applied debouncing implementation to optimize performance
Throttling Pattern
Scroll Handler: Fired 1000+ times/scroll
Applied throttling pattern to optimize performance
Core Focus Areas
- •Reasoning over memorization — understanding the "why" behind language features
- •Performance-first mindset — writing code that scales with user load
- •Async mastery — leveraging event loop for non-blocking operations
- •Memory awareness — managing resources and avoiding common pitfalls
- •Pattern recognition — building reusable solutions with closures and HOFs
Applied in Production
- •Built custom middleware with closure-based state management
- •Optimized event handlers for high-frequency user interactions
- •Implemented efficient data structures (LRU Cache, Custom Queues)
- •Debugged complex async race conditions in production systems
- •Reduced memory leaks through proper cleanup and GC understanding
Research & Thesis
Exploring the intersection of AI/ML with real-world applications
Evaluating and Enhancing LLMs for Islamic Question Answering
ICCIT 2025This research focuses on evaluating existing Large Language Models for Islamic question-answering tasks and enhancing their performance through various techniques including prompt engineering, fine-tuning, and RAG (Retrieval-Augmented Generation) pipelines.
Prompt Engineering
Designing effective prompts to improve LLM accuracy on Islamic texts
Fine-tuning Mistral-7B
Domain-specific fine-tuning for better Islamic knowledge representation
RAG Pipeline
Implementing retrieval-augmented generation with authentic Islamic sources
NarrativeSense: Benchmarking Large Language Models for Socio-Political Identity Framing in Bengali News Articles
OngoingA computational benchmark to detect identity-based framing in Bengali news using expert-annotated data and state-of-the-art LLMs (GPT-4o, Gemini, Llama 3), revealing how narratives engineer polarization in low-resource languages.
Detection and Refutation of Misleading Historical Narratives
InterestDeveloping NLP-based models to detect biased content and generate refutations grounded in authentic Islamic sources.
Achievements & Certifications
Milestones and continuous learning journey
1st Runner Up - GreenCon Hackathon
Built crisis communication app with mesh networking
Production Systems
3K+ users across web and mobile platforms
1000+ Problems Solved
Codeforces, Vjudge, Leetcode, etc.
Production Impact
Professional Certifications
Supervised ML
Regression & Classification
DeepLearning.AI
Andrew Ng
Issued Oct 2025
Docker Training
Absolute Beginner
KodeKloud
Issued Dec 2025
AWS Certified
Cloud Foundations
Amazon Web Services
Issued Jan 2026
Finetuning LLM
Basic
DeepLearning.AI
Issued Aug 2025
DevOps Workshop
Absolute Beginners
Ostad
Issued Aug 2025
Greencon Hackathon 2025
An exhilarating experience participating in the Greencon Hackathon, organized by Greentech Apps Foundation. Focused on reflecting our commitment to developing practical, impactful solutions for Muslim communities in need, especially during crises.
1st Runner Up 🏆
Team: NoSignalLab
Developed a crisis communication and utility app using mesh networking technology. Our solution enables device-to-device communication without internet, providing essential emergency tools for communities in disaster situations and areas with limited connectivity.
Key Features
Communication Core
- 🌐 Mesh Networking via Bluetooth & WiFi
- 📢 Broadcasting to all participants
- 💬 Individual & Group Chat
- 📍 Real-time Location Sharing
Emergency Tools
- 🆘 SOS Alert System
- 🔦 Built-in Flashlight
- 🚨 Emergency Notifications
- 👤 Role-based User Management
🔐 Encrypted Communication
🔋 Super Power Saving Mode
📱 Cross-Platform (Android & iOS)
🌐 No Infrastructure Dependency
Technologies Used

Award Ceremony

Project Presentation

Mentoring & Supervision

Team Collaboration
Hackathon Participants
