Skip to content

Commit f1099e9

Browse files
committed
feat: add projects and SFDC work
1 parent 7565f92 commit f1099e9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ install:
55

66
.PHONY: pdf
77
pdf:
8-
pandoc -f markdown -t pdf -o resume.pdf -V geometry:margin=1in resume.md
8+
pandoc -f markdown -t pdf -o resume.pdf -V geometry:margin=0.5in resume.md

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
You can always find the most recent version of my resume [here](https://github.com/leozqin/resume/releases/latest/download/resume.pdf)
44

55
## Build Locally
6+
If you're on mac, with brew installed:
67
```
78
make install
89
```
10+
For nix:
11+
```
12+
nix-shell -p pandoc texlive.combined.scheme-small
13+
```
914

10-
Make changes to `resume.md`
15+
Make changes to `resume.md` and then do:
1116

1217
```
1318
make pdf

resume.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Leo Qin - Data/Software Engineer
1+
# Leo Qin - Software Engineer
22

33
## Contact
44
- Email: leozqin@gmail.com
55
- Web: [leozqin.me](https://www.leozqin.me)
66
- Github: [leozqin](https://www.leozqin.me/go/github)
77

88
## About Me
9-
Product-focused software engineer with strong proficiency in data infrastructure and science/R&D with a bias toward quality. Subject matter experience in identity resolution, payments, lending, and fraud detection. Prior experience/background in product management, data science, and applied machine learning.
9+
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
1212
- Staff Data Engineer at Wisetack (Aug 2022 - Present)
1313
- Design, implement, and maintain a platform for ingesting, transforming, and delivering data to various stakeholders, including product, engineering, analytics, and other business users
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
17+
- Design and implement CI/CD workflow and data security and access control scheme for Salesforce
1718
- Architecture: Airbyte for data ingestion, dbt for data transformation, Dagster Cloud for orchestration, AWS Athena for compute
1819
- Data Science Manager at Spokeo (Dec 2018 - Aug 2022)
1920
- Tech lead, product owner, and software architect. Primary focus is on complete rebuild of multi-source entity resolution system.
@@ -36,10 +37,12 @@ Product-focused software engineer with strong proficiency in data infrastructure
3637

3738
## Open Source Projects
3839
- [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.
41+
- [Local Library](https://github.com/leozqin/local-library) - An ePub library and metadata scanner that happily works on a read-only filesystem.
3942

4043
## Tools and Languages
41-
- **Languages**: Python, SQL, bash/shell script
42-
- **Tools**: dbt, SparkSQL/pyspark, Dagster, Airflow, Airbyte, Trino, Presto, Tableau, FastAPI, LMDB, Slack SDK, Playwright, Pydantic, OpenAI API, Ollama API, Hugo, Pandoc, Tailwind CSS
44+
- **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
4346
- **Infrastructure**: Terraform, Pulumi, Docker (Compose), Kubernetes
4447
- **CI/CD**: Gitlab CI, GitHub Actions, Drone CI
4548
- **AWS**: EMR, Athena, Glue, s3, DynamoDB, LakeFormation, IAM, SSO (Identity Center), Sagemaker

0 commit comments

Comments
 (0)