Skip to content

Commit 839100e

Browse files
authored
v3: Consolidate Resume to 1-page Layout (#11)
* refactor: consolidate resume to 1-page layout - Transition to 1-page format: Remove supplementary sections. - Redesign section spacing: Consolidate layout gaps and remove manual dividers. - Update project portfolio: Swap projects and refine descriptions. - Refine education block: Condense format into single lines and remove dates. - Fix PDF rendering artifacts: Prevent awkward hyphen-splitting for compound words globally. * chore: ignore test folder * feat: refine experience and project descriptions * feat: refine Qualcomm experience section * style: adjust header, name font, and section spacing
1 parent f6d7afa commit 839100e

13 files changed

Lines changed: 104 additions & 229 deletions

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.DS_Store
22
.agents
33
.claude
4-
.idea
4+
.ideatest/

β€ŽDESIGN_SYSTEM.mdβ€Ž

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,45 @@
11
# Typography Standardization Plan
22

33
## Goal
4-
Enforce a strict, simplified typography hierarchy across the resume to ensure consistency and clean aesthetics.
4+
Enforce a strict, simplified typography hierarchy across the resume to ensure consistency and clean aesthetics, optimized for a high-impact 1-page Senior Engineer layout.
55

66
## Typography Rules
77
| Level | Font Size | Weight | Style | Usage Examples |
88
| :--- | :--- | :--- | :--- | :--- |
99
| **Heading-1** | `38pt` | `300`/`100` | Normal | Main Name (Header: First/Last) |
10-
| **Heading-2** | `12pt` | `700` | Normal | Section Titles (Education, Projects) |
10+
| **Heading-2** | `12pt` | `700` | Normal | Section Titles (Summary, Experience, Projects) |
1111
| **Title-1** | `9pt` | `500` | Normal | Degree, Skill Label, Job Title, Project Title |
12-
| **Title-2** | `8pt` | `400` | Normal | School Name, Headers inside items |
12+
| **Title-2** | `8pt` (School: `8.5pt`) | `400` | Normal | School Name (increased by 0.5pt), Headers inside items |
1313
| **Color-Title-2** | `8pt` | `400` | Normal | Company Name (Accent Color), GPA |
1414
| **Italic-Title-3** | `8pt` | `300` | Italic | Tech Stack, Metadata |
1515
| **Body (Default)** | `8pt` | `300` | Normal | Bullet points, General text, Dates |
1616

17-
## Layout Rules
17+
## Layout Rules & 1-Pager Formatting
18+
- **1-Page Architecture**:
19+
- Focus heavily on Senior-level experience (Aether, Qualcomm, MBARCO) and high-signal ML projects.
20+
- Omitted "Leadership" and "Certificates" sections entirely to recover vertical real estate.
21+
- Reordered structure: Summary β†’ Technical Skills β†’ Experience β†’ Projects β†’ Education β†’ Publications & Awards.
1822
- **Header Structure**:
1923
- **Name**: Left-aligned, Heading-1.
20-
- **Contact Grid**: Two-column layout with split alignment.
21-
- **Column 1 (Phone, Location)**: Left-aligned (`justify-self: start`).
22-
- **Column 2 (Email, LinkedIn)**: Right-aligned (`justify-self: end`).
24+
- **Contact Grid**: Two-column layout with split alignment. Column 1 (Left-aligned), Column 2 (Right-aligned). Start Date field permanently removed.
25+
- **Education Structure**:
26+
- Condensed to single lines per degree using flex layout (`.edu-header` and `.edu-right`).
27+
- Graduation years explicitly omitted. GPA omitted.
28+
- Commas added for formal presentation (e.g., `M.S., Computer Science`).
2329
- **Section Spacing**:
24-
- **Global Section Gap**: `6px` gap in main content + `2px` section margin-bottom.
25-
- **Internal Rhythym**: Section items (Education, Projects, etc.) use a `4px` margin-bottom for internal spacing.
26-
- **Summary Consistency**:
27-
- Summary section must follow standard section formatting (no unique borders or extra padding).
28-
- Summary text uses a `0px` margin-bottom as it is a single cohesive block.
29-
- **Major Transitions**:
30-
- **Projects Section**: Uses a `border-top` and `padding-top: 8px` to clearly mark the transition to technical projects in the lower half of the resume.
30+
- **Global Section Gap**: Consistently `10px` gap in the main content flex container, with `0px` section margin-bottoms for uniform vertical flow. Mobile gap is `12px`.
31+
- **Internal Rhythm**: Tightened spacing; Education items use a `2px` margin-bottom (reduced from 4px).
32+
- **PDF Rendering Fixes**:
33+
- Implemented `hyphens: none` and `word-break: keep-all` globally on `.resume-page`, `.summary-text`, and `.bullet-list li` to prevent awkward splitting of hyphenated compound words (e.g., "high-performance", "pinch-to-select") during PDF export and page scaling.
34+
- **Link Styling**:
35+
- High-signal links (e.g., Projects, Publications, Awards) should be wrapped in backticks (`` `[Text](URL)` ``) to reuse the `code` tag's `Space Grotesk` font and `500` weight, creating a premium, unified visual language.
36+
- **Visual Dividers**:
37+
- Removed arbitrary top borders and negative margin hacks (e.g., Projects border, Publications negative margin) to ensure the 10px flex gap handles all spacing naturally.
3138

3239
## Implementation Notes
33-
- **Start Date Removal**: The "Start Date" field is permanently removed to decrease header height and focus on core contact info.
3440
- **Header Alignment**: Implemented split-alignment in contact grid (left for phone/location, right for links).
35-
- **Media Query Cleanup**: Consolidated mobile typography overrides within the `max-width: 480px` breakpoint.
41+
- **Media Query Cleanup**: Consolidated mobile typography overrides within the `max-width: 480px` breakpoint, using flex `gap` instead of margin-bottoms.
3642

3743
## Verification
3844
- Use the **Element Inspector** to verify that hover states match exact pt/weight values.
39-
- Visual check of School vs Degree vs Company.
45+
- Validate PDF export visually to ensure compound words wrap intact without hyphen-breaks.

β€Ždata/certificates.mdβ€Ž

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
- `[Intro to TensorFlow for AI, ML & Deep Learning](https://www.coursera.org/account/accomplishments/certificate/XKVMUR4UEJKP)` β€” Google
2-
- `[Neural Networks and Deep Learning](http://coursera.org/verify/NDPQD56KBKZT)` β€” deeplearning.ai
3-
- `[How Google does Machine Learning](https://www.coursera.org/account/accomplishments/verify/7DEYMK49VWTM)` β€” Google Cloud
4-
- `[Launching into Machine Learning](http://coursera.org/verify/NDPQD56KBKZT)` β€” Google Cloud
5-
- `[Deep Learning Explained](https://courses.edx.org/certificates/1c65f0e4c3744d538da4967582bdf4d7)` β€” Microsoft
6-
- `[Introduction to Linux](https://www.coursera.org/account/accomplishments/verify/7DEYMK49VWTM)` β€” Linux Foundation
1+

β€Ždata/education.mdβ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
Degree: Master of Science, Computer Science
1+
Degree: M.S., Computer Science
22
School: San Diego State University
3-
Date: 2020
4-
GPA: GPA 3.8
53
---
6-
Degree: Bachelor of Technology, Information and Communication Technology
4+
Degree: B.Tech., Information and Communication Technology
75
School: Ahmedabad University
8-
Date: 2017

β€Ždata/experience.mdβ€Ž

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,37 @@
11
## Senior Software Engineer, Graphics Software Infrastructure
2-
### [Qualcomm](https://www.qualcomm.com/snapdragon/overview) β€” San Diego, CA
3-
#### 2021 - Present
4-
##### *Boulder Β· Toronto Β· San Diego - Promoted 2024*
5-
6-
- `Architected and own Aether E2E`: an in-house `end-to-end automation platform` purpose-built to orchestrate pipelines dispatching `200K+ jobs/week` as containerized (`Docker`/`Singularity`) workloads across an `on-prem LSF server-farm`, with real-time result reporting for `Vulkan`/`OpenCL`/`OpenGL` graphics driver validation across all upcoming premium-tier flagship `[Snapdragon Adreno GPUs](https://www.qualcomm.com/processors/adreno)`.
7-
8-
- `Engineered FastAPI backend` + `RedisJSON`/`RediSearch` for `sub-second` live access to job statuses, test results, and aggregated result metrics; sustains `~2M rolling rows/month` with custom expiry model, deliberately trading history depth for query performance at scale.
92

10-
- `Decoupled` test execution from reporting by routing results via messaging queues with `RabbitMQ` + `Postgres` database for tracking regressions and sending test logs to `Artifactory` for persistent storage as they finish, enabling `independent scaling of each layer`.
11-
12-
- `Designed delightful user experiences` through interactive `Web dashboards`, `Excel spreadsheets` to show up-to-date result trends, jobs health and test regressions, enabling stakeholders for quick decision making.
3+
### [Qualcomm](https://www.qualcomm.com/snapdragon/overview) β€” San Diego, CA
134

14-
- `Established AeResult`, a `Pydantic`-based canonical result schema unifying data contracts across Aether's pipeline, extensible enough that the on-device `benchmarking team adopted it wholesale` for KPI workloads without platform modifications, `saving months of parallel engineering effort`.
5+
#### 2021 - Present
156

16-
- `Introduced MCP servers` wrapping live `API` backends, making operational infra `LLM`-queryable via natural language without direct API knowledge; presented org-wide to drive `MCP` and agentic coding (`Cline`) adoption across engineering teams.
7+
- `Architected and own` an in-house pre-silicon `GPU validation` `end-to-end automation framework` dispatching `500K+ jobs/week` on `LSF` on-prem, catching driver regressions on flagship `Snapdragon Adreno GPUs`.
8+
- Parallelized `Docker`/`Singularity` containerized workloads, cutting nightly driver validation cycles from `240 days to 1 day` to support higher throughput.
9+
- Delivered a `FastAPI` + `RedisJSON`/`RediSearch` backend with `TTL`-based expiry, providing `sub-second` access to live test metrics with `2M+ rows/month`.
10+
- Designed `web dashboards`, on-demand `Excel` reports, and automated regression `email alerts` to `meet each stakeholder group's reporting needs`.
11+
- Eliminated reporting bottlenecks via async `RabbitMQ` routing to `Postgres` and `Artifactory`, enabling independent scaling of each layer.
12+
- Standardized `Pydantic` canonical schemas across `10+` Khronos test suites; adopted by the benchmarking team, `saving months of engineering effort`.
13+
- Introduced `MCP servers` wrapping live `API` backends, making `LLM-queryable operational infra`; drove org-wide adoption of `agentic coding` (`Cline`).
1714

1815
---
1916

2017
## Data Science Developer, Applied ML
21-
### [KORE Wireless](https://www.korewireless.com/) β€” Blue Ash, OH
22-
#### 2020 - 2021
23-
##### *R&D, Applied ML, Predictive Analytics, Clustering, Anomaly Detection; PySpark, Scikit-Learn, FastAPI, PowerBI, Jupyter Notebooks*
2418

25-
- `Engineered anomaly detection APIs` (`Auto-Thresholds`, `Auto-Device Grouping`) and `ETL pipelines` processing live `IoT` telemetry from `NetFlow`/`Radius` sources to power the `[SecurityPro](https://www.korewireless.com/news/koreone-security-connectivity-analytics-platform-enable-innovative-i/)` network diagnostic product.
19+
### [KORE Wireless](https://www.korewireless.com/) β€” Blue Ash, OH
2620

27-
- `Owned the full ML lifecycle (0-to-1)` from rapid prototyping through deployment; built `PowerBI` dashboards with `3D clustering` visualizations to communicate model outputs; presented weekly progress directly to `C-suite` (`CTO` & `SVPs`), translating ML outcomes into business decisions.
21+
#### 2020 - 2021
2822

29-
- Converted to full-time following successful delivery of core anomaly detection features in Winter `2020`.
23+
- `Engineered anomaly detection APIs` (`Auto-Thresholds`, `Auto-Device Grouping`) and `ETL pipelines` processing live `IoT` telemetry from `NetFlow`/`Radius` sources to power the `SecurityPro` network diagnostic product.
24+
- `Owned the full ML lifecycle (0-to-1)` from prototyping through deployment; built `PowerBI` dashboards with `3D clustering` visualizations; presented weekly to `C-suite` (`CTO` & `SVPs`), translating ML outcomes into business decisions.
3025

3126
---
3227

3328
## Associate Researcher, Deep Learning
34-
### [Marine Bio-acoustics Research Collaborative (<u>MBARCO</u>)](https://acoustics.ucsd.edu) β€” San Diego, CA
35-
### [Marine Acoustics Research (<u>MAR</u>) Lab, SDSU](https://roch.sdsu.edu/index.php/research-overview) & [Scripps Institution of Oceanography (<u>SIO</u>), UCSD](https://www.cetus.ucsd.edu)
36-
#### 2019 - 2020
37-
### Master's Thesis: `[Learning to Detect Odontocete Whistles from Generative Synthetic Samples](https://csu-sdsu.primo.exlibrisgroup.com/permalink/01CALS_SDL/10r4g1c/cdi_proquest_journals_2493456813)`, Advisor: [Dr. Marie Roch](https://roch.sdsu.edu)
38-
##### *Unsupervised Learning, Bio-Acoustics, Computer Vision, Speech Processing, CycleGAN, WGAN, CNN, ResNet, UNet; Python, PyTorch, CUDA*
3929

40-
- Designed **[DeepWhistleGAN](https://drive.google.com/file/d/1vp1WcMvt0eAPQbaeXxriQ5qnka3edRHn/view?usp=sharing)**, a novel hybrid architecture addressing data scarcity in marine bio-acoustics; with `10x synthetic data augmentation` via `WGAN`+`CycleGAN` enabling model convergence on just `6.25% of annotated data`. Achieved `80.5% F1`, `96.6% Precision`, outperforming baselines by `8%`.
30+
### [Marine Bio-acoustics Research Collaborative (MBARC)](https://acoustics.ucsd.edu), [SDSU](https://roch.sdsu.edu/index.php/research-overview) β€” San Diego, CA
4131

42-
- `Proposed transfer learning` pipeline to scale `PAM (Passive Acoustic Monitoring)` across endangered whale species for `marine mammal conservation`.
43-
44-
- Presented research findings to `ONR (Office of Naval Research)` federal research sponsors on model performance and conservation impact.
45-
46-
---
32+
#### 2019 - 2020
4733

48-
## Research Intern, Recommendation Systems
49-
### HireValley Inc β€” Ahmedabad, India
50-
#### 2016 - 2017
51-
##### *Recommendation System, NLP, Microservices, Ontology; Python, Flask, SPARQL, RDFLib*
34+
### Master's Thesis: `[Learning to Detect Odontocete Whistles from Generative Synthetic Samples](https://csu-sdsu.primo.exlibrisgroup.com/permalink/01CALS_SDL/10r4g1c/cdi_proquest_journals_2493456813)`, Advisor: Dr. Marie Roch
5235

53-
- Co-developed a `[job-candidate recommendation engine](https://drive.google.com/drive/folders/0B9gQb-9dKj0uM1h5eWRlRXhpUmc?resourcekey=0--sNi2HxA2uTPENpWuYTB-A&usp=sharing)` on a cloud-based `AWS EC2` `microservice` platform; built `NLP` feature extraction pipelines from resume and job descriptions to build a skill-based ontology using `SPARQL`/`RDFLib` for knowledge inference. `[Published](https://ieeexplore.ieee.org/document/8369531/)` at `IEEE SysCon 2018`.
36+
- Designed a novel hybrid architecture addressing data scarcity in marine bio-acoustics; `10x synthetic data augmentation` via `WGAN`+`CycleGAN` enabling model convergence on just `6.25%` of annotated data. Achieved `80.5% F1`, `96.6% Precision`, outperforming baselines by `8%`.
37+
- Proposed `transfer learning` pipeline to scale `PAM (Passive Acoustic Monitoring)` across endangered whale species for `marine mammal conservation`; presented model performance and conservation impact to `ONR (Office of Naval Research)` federal research sponsors.

β€Ždata/leadership.mdβ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
- **Qualcomm Ambassador** β€” `SDSU College of Engineering Open House 2025`
2-
- **Student Volunteer** β€” `Computer Science and Sound: Dolphins and You` at `[San Diego Festival of Science and Engineering 2019 @ SDSU](https://www.lovestemsd.org/)`
3-
- **Student Volunteer** β€” `[Cal State Tech Conference 2019](https://calstate.eventsair.com/cal-state-tech-conference-2019/)`
4-
- **Instructional Student Assistant** β€” `SDSU Dept. of Computer Science` (`CS559 Computer Vision`, `CS570 Operating Systems`)
5-
- **Teaching Associate** β€” `Ahmedabad University` (`Intro to Programming`, `Operating Systems`, `OOP`, `DBMS`, `Software Engineering`)
1+

0 commit comments

Comments
Β (0)