๐ I'm a software engineer and researcher with experience in backend systems, R&D, data science, AI/ML, and NLP.
๐ I'm based in Italy ๐ฎ๐น. Originally from Moldova ๐ฒ๐ฉ, I've spent some time in Spain ๐ช๐ธ, Belgium ๐ง๐ช, and Poland ๐ต๐ฑ. I've been working in English with international teams since 2011, remotely since 2014.
๐พ I started programming with BASIC and explored languages from Assembly to Prolog. These days, I mostly write in Python ๐โ.
๐ I enjoy learning new things. Lately, I've been exploring AI and learning Rust ๐ฆ.
๐ก I'm also interested in open-source projects.
- Upgrade to Pydantic 2.8.2 in harmonydata/harmony
- Upgrade Harmony API to Pydantic v2 in harmonydata/harmonyapi
- Make sure
test_remote_pdb
pass with all optimization levels in python/cpython - rename
pyo3::prepare_freethreaded_python
toPython::initialize
in PyO3/pyo3 - Improve the activity instructions in
print_display
in rust-lang/rust-by-example - Add
hyperfine
installation instructions; updatehyperfine
code samples in astral-sh/ruff - chore: rename
_expr
to_compliant_expr
inPandasLikeExpr
in narwhals-dev/narwhals - chore: rename
series
andexpr
to_compliant
for Arrow, Polars, and Dask in narwhals-dev/narwhals - DOC Add a BibTeX reference to
plot_grid_search_census.py
; fix markdown in fairlearn/fairlearn - Replace
=
with=>
in thematch
structure in freddiehaddad/fast-track-to-rust