Interning @ ECICS
Erfan Mohan (Zade)
Aspiring Backend Engineer
education
SIT — Applied Computing (Fintech)
currently building
Something cool, hopefully...
SESSION_METRICS
AGE:24 years
MBTI:INTP
LEVEL:Year 1 Student @ SIT
ACTIVITY:Currently trying to survive SIT
about_me.txt
> background

I prefer understanding systems deeply before adding abstractions. Most of my side work lives at the intersection of financial data and backend reliability. I value clear reasoning and well-designed interfaces over clever solutions.

Seeking
May 2027 – May 2028 · 1Y Internship
Interests
Backend · DevOps · SRE · Fintech
Singapore
Theme
TECH_STACK
# primary tech stack
core_services:
languages:[ "python", "go", "java", "C", "typescript" ]
databases:[ "postgres", "mysql", "sql" ]
backend:[ "fastapi", "flask", "node.js", "asp.net" ]
frontend:[ "next.js", "react", "tailwind" ]
ops:[ "docker", "linux", "bash", "git" ]
# in progress
experimental_learning:
active:[ "Golang" ]
next_queue:[ "AWS", "terraform", "kubernetes" ]
# language_breakdown (live, by bytes)

GITHUB_ACTIVITY

loading...
# recent_activity

PROJECTS

3MODULES INDEXED

BullBear Analysis

PythonDockerStreamlitTA-Lib

A production-ready financial analysis tool that runs sophisticated technical indicators (MACD, RSI, Bollinger Bands) against historical stock data and surfaces buy/sell signals through an interactive Streamlit dashboard. Containerized via Docker to eliminate TA-Lib C-library setup friction, with analytics logic fully decoupled from the visualization layer for maintainability. Includes a theoretical profit maximization engine to back-test signal accuracy against historical price data.

Learned:Environment containerization for specialized C-dependencies and decoupling data processing from interactive visualization in Streamlit.

Class Management System

CMakeFile

A CLI-based student records system built in C using custom data structures — hash tables for O(1) ID lookups, a stack-based undo system for state recovery, and role-based access control separating Staff (write) from Student (read-only) permissions. Automated regression testing written with the Tcl/Expect framework. Demonstrates low-level memory management and systems design without relying on higher-level language abstractions.

Learned:Mastered low-level memory management and custom data structure design in C while implementing automated regression testing suites with the Tcl/Expect framework.

TickerLens

Next.jsFastAPIPythonTailwindCSS

A full-stack financial dashboard with a FastAPI backend and Next.js frontend that delivers delayed stock metrics, interactive price charts, and benchmark comparisons against the S&P 500 across YTD, 1Y, 3Y, and 5Y timeframes. Pydantic models enforce strict schema validation between the Python backend and React frontend. A custom date-alignment algorithm using pytz and relativedelta accurately maps historical price points to the nearest US trading day.

Learned:Gained deep experience in full-stack orchestration, focusing on type-safe API design with Pydantic and interactive data visualization with Recharts.