diff --git a/content/about.md b/content/about.md index d85d80e..761324a 100644 --- a/content/about.md +++ b/content/about.md @@ -1,10 +1,23 @@ --- title: "About" date: 2026-03-02 +hideDate: true --- -I am a software engineer with a background in materials science and scientific computing. -I currently work at UKG as a Java Backend Engineer. My interests span backend systems, developer tooling, Linux workflows, and performance-oriented programming. +{{< img src="/profile.jpeg" max-width="250px" >}} -I write here about practical engineering lessons, tools I use, and projects I build. +## Quick Facts + +- Father of two and husband of one +- **Scientific and Backend** Software Developer +- Computational Materials Science PhD from Georgia Tech +- **Favorite programming language is Rust 🦀** + +## Technical knowledge + +- **Programming Languages:** Rust, Fortran, Python, C++, Java, Typescript +- **Parallel Programming:** MPI, OpenMP, Rayon, etc... +- **Good at Algorithm design, performance tuning** +- **AI:** Did work with Active Learning and traditional models (small data) before ChatGPT. +- **LLMs:** Messing around with them, use codex mainly, planning a write up on my thoughts. diff --git a/content/projects.md b/content/projects.md index 7af14bf..927e9a7 100644 --- a/content/projects.md +++ b/content/projects.md @@ -1,20 +1,20 @@ --- title: "Projects" -date: 2026-03-02 +hideDate: true --- -This page highlights selected projects across software engineering and technical research. +Here are some of the projects I am working or have worked on: -## Current Focus +**Business Projects** -- Backend and platform engineering with Java and distributed systems. -- Rust-based tools and utilities for local workflows. -- Practical automation and scripting on Linux. +- [exaQueue <- HPC as a Service platform](https://exaQueue.io) -## Selected Work +**Scientific** -- Open source and personal utilities. -- Technical writing and implementation notes. -- Simulation and scientific computing work from prior research roles. +- [CAC <- Implementation of the Concurrent Atomistic Continuum method](https://forge.alexselimov.com/aselimov/CAC) +- [CACmb <- Model build for CAC](https://forge.alexselimov.com/aselimov/CACmb) -More detailed project write-ups will be added here over time. +**Random** + +- [neovim configs](https://forge.alexselimov.com/aselimov/neovim) +- [PaperPicker <- Use local llms to find relevant arxiv papers](https://github.com/aselimov/PaperPicker.git) diff --git a/static/profile.webp b/static/profile.webp new file mode 100644 index 0000000..6d505c2 Binary files /dev/null and b/static/profile.webp differ