Skip to main content
01001010 01100001 01110110 01100001 00100000 01000111 01101111 00100000 01010010 01110101 01110011 01110100fn main() { println!("Hello, World!"); }
~/daniel/projectsdaniel@dev $ cat stack.rsuse std::collections::HashMap;fn main() { let mut stack = vec![ "Java", "Go", "Rust"]; for lang in &stack { println!("{}", lang); }}// observability metrics
// distributed systems// open source ❤
Docker
Go
Rust
Pulsar
Apache
OSS
Software Engineer

Daniel Dias

Java · Go · Rust · Distributed Systems · Open Source

What you'll find here

Real-World Technical Content

Real experiences with Java, Go, Rust, and more — from the daily work of building distributed systems.

🏗️

Focus on Best Practices

Clean architecture, readable code, testing, and scalable solutions. Solid engineering foundations.

🌐

Open Source & Community

Apache Foundation projects, distributed systems, and tools that drive technical growth beyond any single stack.