Skip to content

Commit f28e88b

Browse files
authored
Merge pull request #12 from leozqin/update-2025-05-18
feat: update resume
2 parents d8be5ef + 331e435 commit f28e88b

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5-
*.pdf
5+
*.pdf
6+
missfont.log

Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM docker.io/library/fedora:43
2+
RUN dnf install -y make pandoc pdflatex neovim texlive git

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ Make changes to `resume.md` and then do:
1616

1717
```
1818
make pdf
19-
```
19+
```
20+
Distrobox:
21+
```
22+
podman build . --tag resume
23+
distrobox create --name resume --image localhost/resume:latest
24+
distrobox enter resume
25+
```

resume.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Product-focused software engineer with strong proficiency in data infrastructure and science/R&D. Subject matter experience in identity resolution, payments, lending, and fraud detection. Prior experience/background in product management, data science, and applied machine learning.
1010

1111
## History
12-
- Staff Data Engineer at Wisetack (Aug 2022 - Present)
13-
- Design, implement, and maintain a platform for ingesting, transforming, and delivering data to various stakeholders, including product, engineering, analytics, and other business users
12+
- Sr. Staff Data Engineer at Wisetack (Aug 2022 - Present)
13+
- Design, implement, and maintain a platform for ingesting, transforming, and delivering data to various stakeholders, including product, engineering, analytics, other business users, and external partners
1414
- Design, implement, and maintain a platform for designing, training, and deploying machine learning models on AWS Sagemaker
1515
- Implement access control and PII hashing/permissioning scheme using single sign-on (SSO) on AWS IAM Identity Center.
1616
- Onboard over 30 users to the platform, including ~10 non-engineering (credit/analytics team) developers requiring development environments, local setup, and mentorship
@@ -24,29 +24,29 @@ Product-focused software engineer with strong proficiency in data infrastructure
2424
- Define, design, develop, and deliver data science solutions primarily supporting Payment Operations and Strategy/Innovation teams. Collaborate with BI tech team to define future architecture for data science modeling and analytics environment. Serve as scrum master for own team and data science product manager for others.
2525
- Developed novel non-parametric time series forecasting algorithm and accompanying library including features for cross validation, visualization, and speculative regression. Performance comparable with FBProphet with 6-20x faster convergence, richer functionality.
2626
- Oversee and facilitate annual planning process from ideation through scoping and dependency resolution
27-
- TransUnion (Sep 2015 - Nov 2017)
27+
- Sr Analyst, Fraud and Identity Solutions at TransUnion (Sep 2015 - Nov 2017)
2828
- Develop data analytics capabilities within Fraud and Identity Solutions team. Primary emphasis on development of fraud detection products (scores/models) using advanced analytics and rapid/iterative prototyping. Secondary emphasis on data development strategy and executing go-to-market product launch initiatives with internal and external stakeholders.
2929
- Lead product R&D analytics for new online fraud detection capabilities from business case development through to implementation and validation
3030
- Develop and maintain ETL procedures for application-specific data extracts within IBM Netezza and Hadoop/Hive-based data warehousing environments
3131
- Manage team of data scientists in prioritizing and producing analytics efforts for internal and external customers, interfacing with product managers and pre-sales consulting staff.
32-
- PreCash (Jan 2013 - Sep 2015)
32+
- Product Analyst at PreCash (Jan 2013 - Sep 2015)
3333
- Primary business data analyst for senior management and c-suite for building business cases and determining product development strategy, concurrently serving as industry subject matter expert, business systems analyst, and data integration specialist.
3434
- Provides ad-hoc and structured analysis for senior management and c-suite users; operationalizing generalized business questions into specific findings and technical recommendations to influence product strategy and direction
3535
- Customer education during integration phase through test design, API request/response analysis, and implementation of reporting solutions out of Oracle data warehouse environment to track future outcomes, metrics, and KPIs
3636
- Serve as key contact within the escalations path for technical and business issues, ongoing subject matter expertise in business processes and industry best practices regarding such topics as cybersecurity, user experience, and data aggregation and reporting
3737

3838
## Open Source Projects
3939
- [Precis](https://github.com/leozqin/precis) - self-hosted extensibility-oriented RSS reader with reading mode that can send notifications via common messaging services and use LLMs to summarize articles. Supports theming, OPML import/export, backups, composable configurations, and management CLI.
40-
- [HOPS](https://github.com/leozqin/hops) - Heterogeneous Ollama Proxy Server (HOPS) is a load-balancing reverse proxy server that enables users to address a fleet of diverse Ollama instances as a single one.
4140
- [Local Library](https://github.com/leozqin/local-library) - An ePub library and metadata scanner that happily works on a read-only filesystem.
4241

4342
## Tools and Languages
4443
- **Languages**: Python, SQL, bash/shell script, Golang, Typescript, Nix
45-
- **Tools/Frameworks**: dbt, SparkSQL/pyspark, Dagster, Airflow, Airbyte, Trino, Presto, Tableau, FastAPI, LMDB, Slack SDK, Playwright, Pydantic, OpenAI, Ollama, Hugo, Pandoc, Tailwind CSS, Astro.js, Salesforce
46-
- **Infrastructure**: Terraform, Pulumi, Docker (Compose), Kubernetes
44+
- **Tools/Frameworks**: dbt, SparkSQL/pyspark, Dagster, Airflow, Airbyte, Trino, Presto, Tableau, FastAPI, LMDB, Slack SDK, Playwright, Pydantic, OpenAI, Ollama, Hugo, Pandoc, Tailwind CSS, Astro.js, Salesforce, Distrobox
45+
- **Infrastructure**: Terraform, Pulumi, Docker (Compose), Kubernetes, Podman
4746
- **CI/CD**: Gitlab CI, GitHub Actions, Drone CI
4847
- **AWS**: EMR, Athena, Glue, s3, DynamoDB, LakeFormation, IAM, SSO (Identity Center), Sagemaker
48+
- **Linux**: Debian, Ubuntu, Fedora, NixOS, Void Linux, Amazon Linux
4949

5050
---
5151

52-
View the source code for this resume [here](https://github.com/leozqin/resume)
52+
View the source code for this resume [here](https://github.com/leozqin/resume)

0 commit comments

Comments
 (0)