Update profile and about page
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 16s

This commit is contained in:
Alex Selimov 2026-03-02 16:11:35 -05:00
parent 06d25a7baf
commit a36f14bfea
3 changed files with 27 additions and 14 deletions

View file

@ -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.

View file

@ -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)