Portfolio¶
A short selection of projects that reflect how I think about software and systems.
These focus on backend engineering, tooling, and fundamentals β not demos or experiments for their own sake.
Foundations¶
py-ds-academy¶
Python Β· Data Structures
A small library implementing classic data structures from scratch.
Built to make core ideas explicit and easy to reason about.
- Minimal, explicit APIs
- Testing first approach (TDD)
π https://github.com/eytanohana/py-ds-academy
π https://py-ds-academy.eytanohana.com
Developer Tooling¶
uv-release-tools¶
Python Β· GitHub Actions
Helpers for automating version bumps and releases when working with uv.
Built to reduce friction and make release workflows more predictable.
π https://github.com/eytanohana/uv-release-tools
Algorithms¶
Hanoi¶
Python Β· Algorithms Β· Recursion
An implementation and exploration of the Tower of Hanoi problem.
π https://github.com/eytanohana/Hanoi
Python-Sorting-Algorithms¶
Python Β· Algorithms
Straightforward implementations of classical sorting algorithms.
Focused on clarity and tradeoffs rather than performance tricks.
π https://github.com/eytanohana/Python-Sorting-Algorithms
Small, Shippable Projects¶
Not-Not¶
Python Β· Game Logic
A small puzzle game clone where a player must quickly reason about boolean logic in order to pick the correct direction to move.
π https://github.com/eytanohana/Not-Not
Earlier Work¶
Older projects that shaped how I think, but donβt reflect how I build production systems today:
-
Data-Structures (Java) β CS foundations
https://github.com/eytanohana/Data-Structures -
Neural-Network-in-NumPy β ML from scratch
https://github.com/eytanohana/Neural-Network-in-NumPy -
LSTM-for-stock-price-prediction β Using LSTMs to model stock pricing https://github.com/eytanohana/LSTM-for-stock-price-prediction
-
Graph-Algorithms β notebooks illustrating graph traversal algorithms https://github.com/eytanohana/Graph-Algorithms
If youβre interested in the full history, you can find everything on GitHub:
https://github.com/eytanohana