kevin@portfolio ~
$cat about.txt
const developer = {
name: "Kevin Zoltany",
title: "|",
github: "@kzolt",
focus: [
"Fullstack Web Development",
"Graphics Programming",
"Systems Engineering"
],
};
$echo $BIO

> Building software that pushes boundaries. My work lies at the intersection of fullstack web development, graphics programming, and systems engineering.

> From building modern web apps to exploring Vulkan and Direct3D. Currently learning Rust.

$cat links.json
$gh repo list --limit 3 | wc -l

14

repos

7

following

5+

languages

$gh repo list kzolt --json name,description,language

All Repositories

$open https://github.com/kzolt
View all on GitHub
$cat skills.json | jq

Technical Skills

{
"languages":[
"C++", "C#", "C", "Rust", "TypeScript", "JavaScript"
],
"graphics":[
"Vulkan", "Direct3D", "OpenTK", "Ray Tracing", "Game Engines"
],
"frontend":[
"React", "Next.js", "Svelte", "Tailwind CSS"
],
"systems":[
"Embedded", "Arduino", "Robotics", "Low-Level"
]
}
languages
C++
C#
C
Rust
TypeScript
JavaScript
graphics
Vulkan
Direct3D
OpenTK
Ray Tracing
Game Engines
frontend
React
Next.js
Svelte
Tailwind CSS
systems
Embedded
Arduino
Robotics
Low-Level
$./send-message.sh

Get in Touch

compose-message.sh
`;
# README.md

## Contact

I'm always interested in discussing new projects, creative ideas, or opportunities to be part of something amazing.

Whether you have a question or just want to say hi, feel free to send a message!

$ echo $SOCIAL_LINKS

github

@kzolt

->
$ echo "Thanks for visiting!"
Thanks for visiting!