Updated resume and added piano side projects

This commit is contained in:
2024-11-20 11:07:22 -07:00
parent 2539dc7118
commit d1c5d8e00b
3 changed files with 19 additions and 10 deletions
+15 -9
View File
@@ -1,13 +1,19 @@
pub(super) static PROJECTS: &str = r#"# Projects
The easiest way to see what I've been up to lately is to check out my GitHub profile: *https://github.com/Dark-Alex-17*
* **Managarr**: A Rust-based TUI for managing many different Servarr instances (*https://github.com/Dark-Alex-17/managarr*).
* **ClaSH**: This shell and website (*https://github.com/Dark-Alex-17/ClaSH*)
* **Alerting-API**: A simple API that utilizes the Quartz library to provide a dynamic, reactive alerting system (minus the notification component), built with Kotlin. (*https://github.com/Dark-Alex-17/alerting-api*)
* **AWS Cloud Gaming**: A Bash TUI built with whiptail to provision an EC2 instance in AWS, configure it with Steam, set up a low-latency RDP session using AWS' own NICE DCV to play games using AWS EC2 instances. (*https://github.com/Dark-Alex-17/aws-cloud-gaming*)
* **DynamoDB and DAX Benchmarker**: A simple benchmarking utility built in both Rust and Go to benchmark performance differences between a DynamoDB table that doesn't use DAX, and one that does. An Elastic stack is used to receive the benchmarking metrics in real time so that users can also visualize the benchmarking results in Kibana using the pre-built dashboard. (*https://github.com/Dark-Alex-17/dynamodb-dax-benchmarker*)
* **cp_sat**: Rust FFI bindings for the Google OR-Tools CP-SAT Solver to allow using the OR-Tools CP-SAT solver in Rust. (*https://github.com/Dark-Alex-17/cp_sat*)
* **Real Analysis - Theorems and Definitions**: A large LaTeX book that's designed to be a quick-reference for many theorems, definitions, lemmas, corrollaries, etc. that are useful when proving conjectures or when studying properties of real numbers. (*https://github.com/Dark-Alex-17/real-analysis-theorems-and-definitions*)
* **Abstract Algebra - Theorems and Definitions**: Like the previous project, this one is the same idea, except it's a collection of theorems, definitions, etc. in Abstract Algebra for quick-reference. (*https://github.com/Dark-Alex-17/abstract-algebra-theorems-and-definitions*)
* **Linear Algebra - Theorems and Definitions**: Like the previous two projects, this one is the same idea, except it's a collection of theorems, definitions, etc. in Linear Algebra for quick-reference. It's proven to be incredibly useful when designing models, or when optimizing database queries. (*https://github.com/Dark-Alex-17/linear-algebra-theorems-and-definitions*)
## Software Sideprojects
* **Managarr**: A Rust-based TUI for managing many different Servarr instances (*https://github.com/Dark-Alex-17/managarr*).
* **ClaSH**: This shell and website (*https://github.com/Dark-Alex-17/ClaSH*)
* **Alerting-API**: A simple API that utilizes the Quartz library to provide a dynamic, reactive alerting system (minus the notification component), built with Kotlin. (*https://github.com/Dark-Alex-17/alerting-api*)
* **AWS Cloud Gaming**: A Bash TUI built with whiptail to provision an EC2 instance in AWS, configure it with Steam, set up a low-latency RDP session using AWS' own NICE DCV to play games using AWS EC2 instances. (*https://github.com/Dark-Alex-17/aws-cloud-gaming*)
* **DynamoDB and DAX Benchmarker**: A simple benchmarking utility built in both Rust and Go to benchmark performance differences between a DynamoDB table that doesn't use DAX, and one that does. An Elastic stack is used to receive the benchmarking metrics in real time so that users can also visualize the benchmarking results in Kibana using the pre-built dashboard. (*https://github.com/Dark-Alex-17/dynamodb-dax-benchmarker*)
* **cp_sat**: Rust FFI bindings for the Google OR-Tools CP-SAT Solver to allow using the OR-Tools CP-SAT solver in Rust. (*https://github.com/Dark-Alex-17/cp_sat*)
## Mathematics Sideprojects
* **Real Analysis - Theorems and Definitions**: A large LaTeX book that's designed to be a quick-reference for many theorems, definitions, lemmas, corrollaries, etc. that are useful when proving conjectures or when studying properties of real numbers. (*https://github.com/Dark-Alex-17/real-analysis-theorems-and-definitions*)
* **Abstract Algebra - Theorems and Definitions**: Like the previous project, this one is the same idea, except it's a collection of theorems, definitions, etc. in Abstract Algebra for quick-reference. (*https://github.com/Dark-Alex-17/abstract-algebra-theorems-and-definitions*)
* **Linear Algebra - Theorems and Definitions**: Like the previous two projects, this one is the same idea, except it's a collection of theorems, definitions, etc. in Linear Algebra for quick-reference. It's proven to be incredibly useful when designing models, or when optimizing database queries. (*https://github.com/Dark-Alex-17/linear-algebra-theorems-and-definitions*)
## Piano
* In my free time, I also love to play the piano. I've posted some videso of myself playing on my TikTok for anyone curious! (*https://www.tiktok.com/@alextusa0*)
"#;
+1 -1
View File
@@ -17,7 +17,7 @@ Senior Software Engineer with 8 years of professional work experience, looking t
September 2022 - Present
* Developed an optimization algorithm for EV charging schedules that won the company a combined $65,000,000 in grants and funding, and was thus responsible to taking the Proof-of-concept to enterprise-ready from high level architectural design down to the low level code.
* Wrote a whitepaper on the above algorithm that is presently in the process of being patented.
* Managed a team of engineers to discuss, collaborate, design, and implement the above optimization algorithm and the necessary infrastructure.
* Managed an international team of engineers to discuss, collaborate, design, and implement the above optimization algorithm, the supporting architecture, the database schema and data contracts, the CI/CD, and all infrastructure in between.
* Responsible for the research, development, documentation, and production implementation of new advanced optimization algorithms using a host of techniques, ranging from constraint programming and Boolean satisfiability, to vector-calculus based algorithms.
* Responsible for researching new Enterprise applications, creating proof -of-concepts, and implementing production applications with thorough documentation, CI/CD, etc., in a host of languages that make the most sense for the use case, including Rust, Go, Python, and Java.
* Responsible for researching, designing, and implementing new cloud architectures in AWS to meet global Enterprise customer's needs and specific requirements, including regulatory requirements like GDPR.