I lead R&D teams in the agricultural sector, focusing on the study of biological and agroecological systems. Outside the field, I’m interested in understanding how things work from their foundations (genes, transistors) to the large-scale results we see in the field or on a screen.
- AgTech & Research: I lead research and development areas in new crop technologies, managing complex field and laboratory trial networks.
- Data Science: Professional use of R for statistical modeling, experimental design and data visualization.
- Low-Level Systems: I recently designed and built a functional 8-bit CPU emulator (custom ISA & Assembler) as a personal challenge to understand how a CPU works and to enhance my Python and low-level programming skills.
- Programming: R for professional research; Python, C, and Assembly as a mental exercise. I believe that doing fun projects in languages where I’m not fluent is a great way to keep the mind sharp and avoid the "muscle memory" trap of familiar tools.
| Project | Description | Tech |
|---|---|---|
| ggebp | GGE-Biplot & Mosaic Plot implementation for GxE interaction analysis. | R, ggplot2 |
| custom-8bit-cpu | My own 8-bit architecture emulator including a custom ISA, Assembler, and memory visualizer. | Python, Tkinter |