Gabriel Madový

Welcome! I am driven by a passion for technology and visual creation. Whether it's the intelligent harmony of hardware and software, writing clean code, or capturing an unrepeatable moment through a lens. In these two distinct worlds, I am guided by the same principle: delivering precise, high-quality results.

01 / The Lens

Photography

Through the lens, I don't just capture aesthetic images, I preserve real stories. My focus is on natural reactions and unrepeatable moments. My goal is to create visual memories in a relaxed atmosphere that will bring back the exact same emotions years down the line.

Explore Gallery arrow_forward
02 / The Logic

Engineering & IT

I am an InfoSec student at VUT Brno, building clean, optimized Java systems and secure software. I integrate robust system logic with modern Kotlin and KMP development. My goal is to ensure that every line of code I write is as efficient, maintainable, and functional as possible.

View IT Portfolio code

data class Engineer(
    val name: String = "Gabriel",
    val focus: String = "InfoSec & App Dev"
) {
    fun buildSecureSystem() {
        println("Connecting...")
    }
}