Dadson Emmanuel Ashiedu
println!("Hello World!");
As at the time of writing this, (3:20AM, 24/04/2026), I am a final year Computer Science and Informatics student at the Federal University Otuoke. I am insanely obsessed with how computers work.
I am currently in love with and learning the Rust Programming Language. I built an audio steganography tool with encryption, spectrogram visualization and ML based distortion detection all in one desktop application using Python.

Programming Niches
- AI/ML ++++
- Gaming ++++
- Blockchain +++
- Data Science +++
- Embedded Systems ++
My Principles
01. Modularity
Software components should do one thing very well. Separation of functions is non-negotiable.
02. Type Safety
This is why i love Rust. Catching errors at compile time, not runtime. Strict typing across my projects.
03. Privacy
Privacy for me is a design principle. Every user should have control over their data.
04. Performance
I'm always looking for ways to make my code faster and more memory efficient.