maryam = {
"role": "M.Sc. Information Technology @ DA-IICT",
"previously": (
"B.Sc. IT, Software Development @ Gujarat University"
),
"stack": [
"Python",
"Django",
"FastAPI",
"React",
"MongoDB",
"PostgreSQL",
],
"approach": "idea → design → build → break → debug → improve → ship",
"focus": [
"turning ideas into useful, working products",
"breaking problems into smaller pieces",
"designing flows and connecting the moving parts",
"building APIs, databases, and application logic",
"improving things beyond the first working version",
"building for real use, not just the demo",
],
"currently_building": (
"Ledgerly - An AI Integrated Finance Tracker"
),
}
def say_hi() -> str:
return (
"I like building things that don't just work for the demo, but hold up under real use."
)$ python maryam.py
→ I like building things that don't just work for the demo, but hold up under real use.
Process finished with exit code 0
GITHUB_HISTORY· A visual snapshot of the work behind the commits.
GITHUB_HISTORY· A visual map of my consistency over time.
CURRENT_STACK· The technologies I use to build, ship, and occasionally debug at 2 AM.
The tools and technologies I use to build, experiment, and ship.
SYSTEM_HISTORY· The commits behind the current version.
2022 │ STARTED
│
└── B.Sc. IT, Software Development
Gujarat University
2025 │ MILESTONES
│
├── Graduated B.Sc. IT
│ CPI 8.43
│
├── First Russian-Indian Youth Forum
│ New Delhi · June 2025
│
└── Started M.Sc. Information Technology
DA-IICT · CPI 8.67
2026 │ BUILT & SHIPPED
│
├── Summer Internship
│ Built Inventra with a partner
│
└── Helped redesign gucpc.in
CPC's official website
NOW │ IN PROGRESS
│
└── Finishing M.Sc.
Preparing for backend engineering roles
NEXT └── NEXT_COMMIT ...
engineering_interests = [
"Building things that solve an actual problem",
"Backend architecture, APIs, databases, and application logic",
"Taking a project from an idea to a complete working product",
"Full-stack development when understanding the entire system matters",
"Exploring practical AI integrations, not adding AI for the sake of it",
"Debugging, improving, and making a project hold up beyond the demo",
]