---
title: Welcome
description: Personal documentation and projects by Samo Blatnik
---
import profileImage from '~/assets/samob.jpeg';
import ProfileImage from '~/components/ProfileImage.astro';
import EmojiCard from '~/components/EmojiCard.astro';
import EmojiCardGrid from '~/components/EmojiCardGrid.astro';
## About Me
I'm Samo Blatnik. I have 15+ years of experience servicing and maintaining computer equipment, and for the last two years I have been building autonomous AI agents and LLM-based tooling, learning Python along the way.
<ProfileImage src={profileImage} alt="Samo Blatnik" variant="center" />
## What You'll Find Here
<EmojiCardGrid>
<EmojiCard title="CV" emoji="๐งโ๐ผ" href="/en/cv/">
Learn more about my experience, projects, and skills.
</EmojiCard>
<EmojiCard title="Projects" emoji="๐" href="/en/projects/">
Software projects and what I've built with them.
</EmojiCard>
<EmojiCard title="Guides" emoji="๐" href="/en/guides/">
Practical guides and tutorials for various technologies.
</EmojiCard>
</EmojiCardGrid>