Hi there, I'm Eliseu
Software Engineer & Computational Scientist
Personal Website
I stand at the intersection of Physics and Computer Science. My background is in Statistical Computational Physics with a focus on Complex Systems, Stochastic Optimization and Random Matrix Theory. My interests extend from Data Science to Software Engineering with projects in Time Series Analysis, Reinforcement Learning and Full-Stack Development.
I am currently a Software Engineer at Nelogica as part of the Automation Tools team.
🛠️ Tech Stack & Tools
⚙️ Personal Configurations
- dotfiles
My dotfiles repository containing my personal configuration for multiple hosts.
- Neovim
My Neovim configuration using LazyVim.
- DOOM Emacs
My DOOM Emacs configuration.
🚀 Featured Projects
⚛️ Computational Physics
Projects applying physical laws and rigorous math to solve complex problems.
- tsp-sa
High-performance Simulated Annealing in C++ Implementation of stochastic optimization algorithms to find global minima in combinatorial problems.
- artificial-systems
High-performance Complex Systems Simulation in Rust Modeling artificial environments to study emergent behavior and system dynamics.
- ts-cov-matrix
Time Series Random Matrix Analysis Tools for analyzing correlations in time-series data, drawing on concepts from Random Matrix Theory.
🧠 Sternhalma Suite: Full Stack Game & AI
A complete implementation of the Sternhalma (Chinese Checkers) game, featuring a backend server, web frontend, and an autonomous playing agent.
- Game Server
The backend logic handling game state and multiplayer connections.
- Web Interface
The interactive frontend interface for the game.
- RL Agent
An AI agent trained to play the game using Reinforcement Learning.
🔧 Systems
- json-parser
Simple JSON Parser. A from-scratch implementation of a JSON parser, built to better understand parser combinators.
- web-watcher
Website Monitoring Tool Simple tool to monitor a list of websites for changes.
🧩 Competitive Programming
I actively maintain several repositories dedicated to algorithmic mastery and mathematical puzzles.
| Platform | Repository | Focus | Language |
|---|---|---|---|
| LeetCode | leetcode | Solutions for DSA (Data Structures & Algorithms) interview questions. | |
| Project Euler | project-euler | Solving complex mathematical problems using programming. | |
| HackerRank | hackerrank | Solving logic practice problems. | |
| Advent of Code | aoc-yyyy | Annual December coding challenges solved in Rust, Haskell, and Python. |