You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Uncomment dates for personal projects in `resume.yaml`
- Ensure project timelines are visible on the resume
- Maintain future-proofing by using general month/year format
Restoring project dates provides clearer context for personal achievements and enhances the timeline understanding for potential employers.
Copy file name to clipboardExpand all lines: resume.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -159,28 +159,28 @@ cv:
159
159
personal_projects:
160
160
# Resume + Website projects
161
161
- name: "SQLStream"
162
-
#date: "Nov 2025"
162
+
date: "Nov 2025"
163
163
show_on_resume: true
164
164
highlights:
165
165
- "Created a zero-setup SQL tool to quickly analyze data files (CSV, Parquet, Markdown, HTML, etc.) via a **CLI** or **Python library**, streamlining repetitive data quality checks without database overhead."
166
166
- "Built a powerful **interactive shell** with syntax highlighting and history for data exploration, alongside a standard query mode for piping results into other terminal tools."
167
167
- "Engineered a flexible system that auto-switches between **DuckDB**, **Pandas**, or native Python to execute queries, implementing smart optimizations to filter data before loading; published on [PyPI](https://pypi.org/project/sqlstream) with full [documentation](https://subhayu99.github.io/sqlstream)."
168
168
- name: "DatasetPipeline"
169
-
#date: "May 2025"
169
+
date: "May 2025"
170
170
show_on_resume: true
171
171
highlights:
172
172
- "Developed a production-ready CLI tool for transforming messy datasets into ML-ready formats; supports SFT, DPO, semantic deduplication, and quality analysis with plugin architecture."
173
173
- "Features smart role mapping, auto-formatting for OpenAI-style training, and reproducible workflows via YAML/JSON configuration for enterprise ML pipelines."
174
174
- "Published on [PyPI](https://pypi.org/project/datasetpipeline) and open-sourced on [GitHub](https://github.com/subhayu99/datasetpipeline) with extensible architecture for custom loaders, formatters, and analyzers."
175
175
- name: "Smart Commit"
176
-
#date: "May 2025"
176
+
date: "May 2025"
177
177
show_on_resume: true
178
178
highlights:
179
179
- "Built an AI-powered CLI tool using Python/Typer that generates context-aware git commits via OpenAI or Anthropic models, enhancing developer productivity and project history quality."
180
180
- "Intelligently adapts to different projects by analyzing the existing tech stack, commit history, and file changes, ensuring contextually relevant and consistent messages."
181
181
- "Published on [PyPI](https://pypi.org/project/smart-commit-ai) and [GitHub](https://github.com/subhayu99/smart-commit) with Model Context Protocol (MCP) server for direct AI assistant integration."
182
182
- name: "DocumentAccessPOC"
183
-
#date: "Jan 2025"
183
+
date: "Jan 2025"
184
184
show_on_resume: true
185
185
highlights:
186
186
- "Designed and built a zero-trust secure document system to solve granular access control challenges where traditional RBAC/ACLs fail, ensuring data confidentiality even from system administrators."
0 commit comments