$ cat about.md
# how I actually learn and build
I started my software journey in mid June 2025, and the first thing I built was IPE-24 Classroom. That project mattered because it was not a practice app. It had real users, daily pressure, and a real reason to exist.
My learning style is very hands-on. Reading syntax and loops in isolation feels boring to me, but building a real system, shipping it, watching it fail, and fixing it teaches me fast. Most of my progress has come from doing the work, not waiting to feel ready.
I want to become the best life problem solver I can by building efficient and scalable systems. Every time I notice a broken workflow or a new behavior pattern, a product idea starts forming. I am open to new learning challenges, and I am also interested in finding a strong seller or operator partner so the right systems can reach the world.
$ cat skills.json | jq '.techstack'
# the stack I actually use across projects
Languages
Frameworks & Product Stack
Platforms & Infrastructure
Data, Auth & Vector Layer
Automation & AI Workflows
$ cat journey.log
# how the path has unfolded so far
Started With a Real Problem
Mid June 2025My journey started by building something my own batch could actually use every day, not by waiting to 'finish learning' first.
- + First shipped project was IPE-24 Classroom
- + Learned architecture, deployment, and product thinking under real pressure
- + Real users forced me to care about reliability early
Learning By Doing
2025 -- PresentMy learning style is project-first. I understand ideas faster when they are attached to a real workflow, bug, user need, or business constraint.
- + Syntax-first learning never held my attention for long
- + I grow through shipping, breaking, debugging, and refining
- + Every build becomes both a product and a lesson
Open to Bigger Challenges
NowI keep seeing new system ideas everywhere. I am especially open to a strong seller or operator partner so good systems can reach the people who need them.
- + Interested in solving life problems with efficient systems
- + Open to new learning challenges and hard product environments
- + Looking for people who can help take strong builds into the market
$ tree ~/projects --dirsfirst
# projects grouped by current stage
In Production
3 projectsSystems already solving real problems for active users and workflows.
IPE-24 Classroom
[PRODUCTION]A daily-used class operating system for IUT students that centralizes announcements, class routines, resources, and AI-supported student workflows.
- -> My first project and the place where my journey started in mid June 2025
- -> Used daily by 60+ students as a shared academic source of truth
- -> Combines web, automation, and AI support instead of being just a portal
- -> Built around reliability, fast publishing, and guardrails for real student use
Email Automator
[PRODUCTION]A Gmail-based bulk email tool for sending personalized announcements, grades, and reports with preview-first safety and structured data merging.
- -> Designed for high-stakes sending where one bad batch breaks trust
- -> Merges messy CSV data into deterministic recipient workflows
- -> Uses the sender's own Google identity instead of acting like a separate mail provider
- -> Focused on safety, preview control, and low-friction operations
SlideCrafter AI
[PRODUCTION]A local-first AI presentation compiler that turns raw context into editable decks by generating structured slide instructions instead of vague slide text.
- -> Treats deck generation as a compiler problem, not just prompt decoration
- -> Validates layout structure before export to avoid broken slides
- -> Supports research-heavy workflows with file ingestion and repair loops
- -> Keeps final deck compilation close to the user for faster iteration
Inventory
2 projectsShipped products and operational builds that are ready to be positioned, sold, or extended.
The Matrix Hours
[INVENTORY]A premium watch storefront shaped around trust, curated inventory, and a low-friction buying flow that fits the business better than overbuilt commerce complexity.
- -> Built a product catalog around business reality instead of forcing heavyweight ecommerce
- -> Uses Google Sheets as an owner-friendly inventory source with a normalization layer
- -> Balances luxury presentation with operational simplicity
- -> Designed for staged certainty rather than unnecessary infrastructure early
Tutors Hub
[INVENTORY]A tutoring marketplace that behaves like an operations system, with workflow-heavy matching, verification, and human recovery paths built into the product.
- -> Designed as a workflow platform, not a simple tutor listing site
- -> Models matching, routing, verification, and payout logic as business state transitions
- -> Separates onboarding UX from security-sensitive backend workflows
- -> Built around trust boundaries and operational recovery paths
Development
2 projectsProjects I am actively sharpening, validating, or growing into stronger products.
Krishi Dristi
[DEVELOPMENT]An offline-first agricultural intelligence prototype that maps fragmented farm plots, detects crop issues, and works under real field constraints in Bangladesh.
- -> Built around smallholder realities instead of imported precision-ag assumptions
- -> Offline-first because the target environment cannot depend on stable internet
- -> Combines classical vision and ML where each actually fits
- -> One of my first deeper system-design plus ML experiments
LogBook
[DEVELOPMENT]An academic SaaS direction focused on policy-driven grading, offline-first educator workflows, and a stronger foundation for trustworthy record keeping.
- -> Treats grading policy as data instead of hardcoded assumptions
- -> Explores offline-first academic workflows beyond a simple attendance app
- -> Shaped by real educator pain instead of generic edtech clichés
- -> Focused on getting the long-term architecture right early
Pre-Processing
3 projectsIdeas in workflow discovery, system framing, and early product architecture.
OPS
[PRE-PROCESS]A pre-processing concept for an ad agency management system covering client intake, approvals, delivery flow, and internal visibility.
- -> Currently in workflow discovery and system framing
- -> Focused on making agency execution more structured and traceable
- -> Exploring how sales, delivery, and reporting should connect cleanly
Blird
[PRE-PROCESS]A hyper-local blood donation helper concept designed to reduce the time between a request, the right donor match, and actual life-saving coordination.
- -> Centered on urgent local coordination instead of a broad social feed
- -> Exploring trust, donor availability, and geographic relevance as core constraints
- -> Shaping the system around fast human response when time matters most
Classroom Booking System for IUT
[PRE-PROCESS]A pre-processing systems idea for making classroom availability, booking requests, and approval flows cleaner for IUT.
- -> Aims to reduce manual friction in institutional room scheduling
- -> Exploring booking conflicts, approval paths, and operational visibility
- -> Still in the system-mapping stage before implementation
$ find './Case study' -name '*.md' | sort
# deep dives built from the actual case study folder
Write-ups grounded in the real project notes, architecture thinking, and product lessons behind the systems above.
$cd ./case-studies && ls -la_$ cat contact.sh
# open to building, learning, and partnerships
# If you want to build useful systems together, or you are a strong seller/operator who sees the same opportunity, reach out.