Filip Corlan filip.corlan@gmail.com

Master's student in Electrical Engineering at EPFL. Interested in FPGA, PCB and chip design, networking, functional programming, and compilers.

Example Article

This is an example article. Replace this text with your own introduction.

Adding sections🔗

Use Markdown headings to organize an article. Zola generates stable heading anchors that can be linked directly.

Adding an image🔗

Place an image beside this file, for example:

content/projects/example-article/
├── index.md
└── photo.webp

Then include it with standard Markdown:

![A useful description](photo.webp)

Adding code🔗

Fenced code blocks receive syntax highlighting:

fn main() {
    println!("Hello from Zola!");
}

Edit this file, rename its directory to choose a different URL slug, and remove the example sections you do not need.