-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.txt
More file actions
197 lines (138 loc) · 8.62 KB
/
resume.txt
File metadata and controls
197 lines (138 loc) · 8.62 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
================================================================================
Owais Jamil
Software Engineer
Austin, TX - desertthunder.dev <at> gmail [dot] com - (512) 666-1737
github.com/desertthunder
================================================================================
RELEVANT EXPERIENCE
--------------------------------------------------------------------------------
STORMLIGHT LABS AUSTIN, TX
Founder and Lead Software Engineer 2024 - Present
* Lead Engineer of a mental health & open-source focused startup, architecting
scalable systems and leading development from concept to production.
* Translated complex technical and product requirements into intuitive,
performant, and maintainable software solutions grounded in research and user
feedback.
* Developed and optimized multi-platform applications and open-source libraries
using Svelte, Rust, Go, and Flutter, applying modern software design patterns,
concurrency models, and profiling for high reliability, and performance.
* See Volkara, Beacon & VoltX for more details
--------------------------------------------------------------------------------
EDLINK AUSTIN, TX
Senior Software Engineer May 2023 - Jul 2024
* Technical lead and project manager for Flow, a data pipeline connecting LMS
to SIS providers for schools
* Adapted new data model to the API, as well as connectors for new
integrations
* Built and designed novel system architecture around PubSub and BigQuery, and
Cloud functions
* NestJS (with TypeScript) and Postgres in a Kubernetes cluster on GCP with
Redis. The dashboard is built with Vue
--------------------------------------------------------------------------------
CAMPUSOPTICS AUSTIN, TX
Software Engineer Mar 2022 - Mar 2023
* Independently gathered requirements from customers and management to develop
new features, including a new dashboard, laying the groundwork for custom
dashboards for a higher education Environmental Health and Safety SaaS
* Built features for a React Native application, while adding endpoints to the
internal API
* Complete Stack: Web services made up of Redis for Sidekiq, a Ruby on Rails
monolith, and Postgres, were deployed to AWS's Elastic Container Service.
CloudWatch logs were regularly monitored to maintain system stability
--------------------------------------------------------------------------------
TEXAS ADVANCED COMPUTING CENTER AUSTIN, TX
Software Engineer Oct 2019 - Mar 2022
* Architected the Frontera User Portal, the first implementation of the Core
Experience Portal v2, with React, Django, and Postgres
* Developed SEO optimization strategy and publication pipeline update on
DesignSafe-CI
* Advocated for and improved internal testing practices and implemented Pytest
for Core V2
================================================================================
PROJECTS
--------------------------------------------------------------------------------
Volkara volkara.stormlightlabs.org
Cross-platform ADHD focused productivity app
* Deployed a local-first SvelteKit application using PGlite and Drizzle,
achieving sub-100 ms offline UX with deterministic data consistency.
* Designed and implemented a premium sync engine with queued operations, SHA-256
diffing, and a network-aware worker that batches, retries, and deduplicates
requests for resilience.
* Unified observability across web and worker contexts via session-scoped & GDPR
compliant telemetry persisted to IndexedDB and streamed to APIs for real-time
diagnostics.
--------------------------------------------------------------------------------
Beacon github.com/stormlightlabs/beacon
Python Type Checker and Language Server stormlightlabs.github.io/beacon
* Architected Rust-based LSP implementation with Hindley-Milner type inference
engine supporting automatic generalization, gradual typing, protocol
satisfaction validation, and variance checking
* Implemented comprehensive code intelligence including real-time diagnostics,
type narrowing via control flow analysis, hover information with inferred
types, and workspace-wide symbol search with fuzzy matching
* Built refactoring suite with workspace-wide renaming validation, automated
quick fixes for unused imports and Optional handling, protocol method
implementation assistance, and type annotation generation
* Designed incremental analysis architecture with multi-layer caching for fast
feedback loops, supporting VS Code, Zed, Neovim, and Helix via LSP
* Integrated Typeshed for standard library stubs with semantic highlighting,
inlay hints, and dual operational modes (stdio/TCP) for debugging
--------------------------------------------------------------------------------
Baseball API github.com/stormlightlabs/baseball
Comprehensive Baseball Statistics REST API
* Built RESTful API with Go and PostgreSQL serving historical data from Lahman
Database and Retrosheet with pitch-level granularity and play-by-play
tracking
* Implemented advanced analytics including win probability calculations from
2,143 unique game states, player streak analysis, and batting splits by
multiple dimensions
* Designed trigger-maintained search vectors with GIN/trigram indexes enabling
sub-millisecond natural language game queries supporting team names, years,
and postseason keywords
* Integrated OAuth authentication (GitHub, Codeberg) with role-based access
control, API key generation, and bearer token session management
* Architected ETL pipeline with materialized views for performance optimization
and comprehensive Swagger/OpenAPI documentation
--------------------------------------------------------------------------------
VoltX.JS github.com/stormlightlabs/volt
Lightweight Reactive Framework stormlightlabs.github.io/volt
* Architected signal-based reactive framework (<15KB) enabling declarative
HTML-driven UIs without virtual DOM, published to npm and JSR with zero
dependencies
* Implemented eval-free recursive descent expression parser supporting
operators, ternaries, and function calls with sandboxed execution
* Built SSR/hydration layer with scope serialization and plugin architecture
for state persistence (localStorage/IndexedDB) and URL state sync
* Designed & implemented classless css library based on Edward Tufte's
guidelines and typography best practices
* Dependency-free TypeScript codebase maintained with 95% test coverage and
automated registry publishing
--------------------------------------------------------------------------------
NOTELEAF github.com/stormlightlabs/noteleaf
Unified Personal Productivity CLI
* Architected terminal-native productivity system combining task management,
note-taking, and media tracking with unified data model enabling cross-
domain references
* Implemented repository pattern with SQLite persistence, handler layer with
Cobra CLI framework, and interactive TUIs using Bubble Tea state machines
* Built article parser with Colly and goquery for web scraping, extracting
readable content with domain-specific XPath rules
* Go 1.24, Charm.sh (Bubble Tea, Lipgloss), SQLite, Comprehensive test coverage
================================================================================
EDUCATION
--------------------------------------------------------------------------------
UNIVERSITY OF TEXAS AT AUSTIN AUSTIN, TX
Master of Science, Major in Computer Science 2022 - Present
Bachelor of Science, Major in Microbiology 2015 - 2017
Bachelor of Science, Major in Biochemistry 2011 - 2015
================================================================================
SKILLS
--------------------------------------------------------------------------------
Languages:
Python, TypeScript/JavaScript, Ruby, Golang, SQL, Rust
Technologies:
Django, React (& React Native), Vue, Rails, Docker, Kubernetes,
ElasticSearch, Postgres
Professional Interests:
Linux, Software Architecture, R, F# and OCaml, Mobile Development, Svelte
================================================================================