Available for new projects

Code, systems, & things
that actually work

Hi, I'm Waleed. I'm a 5th year Computer Engineering student working on data systems, AI infrastructure, and autonomous robotics across the cloud and real hardware.

experience.log

// Navigate the file explorer to view detailed experience logs.

// Click on preview to see snapshots from each role.

EXPLORER
src/workterm
src/additional
nasdaq-verafin.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package com.nasdaq.verafin.ai;

// Current Role: AI & Automation Developer
public class FeedbackAgent extends MoEService {
private final String MODEL = "WMK-4-Sher";

public Feedback generateReview(CodeContext ctx) {
// Orchestrating multiple specialized agents
var riskScore = RiskAgent.evaluate(ctx);
var quality = QA_Agent.inspect(ctx);

if (riskScore > 0.8) {
return new Feedback("High Risk Detected");
}
}
}
main*
UTF-8Java

system_info

// Initialize the terminal to view academic credentials.

khan@sahb:~
khan@sahb:~$
Press any key to initialize...
NORMALmaster*
utf-8100%Ln 24, Col 80

career_pipeline

Scripting
Embedded
Data QA
Analytics
Datalake I
SiftMed QA
Team Lead
Sci Comp
Datalake II
AI Automation
Graduation

AI & Automation Developer#NASDAQ_AI

Sep 2025 - PresentBuilding...
1
2
3
4
5
6
7
[PROD] Deploying Mixture-of-Experts Service...
> ARCH: End-to-end architecture for LLM agents
> INTEGRATION: Generating feedback within GitHub workflows
> METRICS: Enabling SPACE & DORA dashboards in Grafana
[WAIT] Awaiting graduation trigger...
Processing steps...
BUILD SUCCESS
CHECK LOGS