aboutsummaryrefslogtreecommitdiff
path: root/urbanprah_cv.typ
diff options
context:
space:
mode:
authorUrban Prah <urban@urbanprah.xyz>2025-10-08 19:02:18 +0200
committerUrban Prah <urban@urbanprah.xyz>2025-10-08 19:02:18 +0200
commit486db3f463000d455ab423ae241f77baa857bbb6 (patch)
treea15095539d6bba01dfc1104f423c115593fce8f3 /urbanprah_cv.typ
parented230903fd17e3518ae307a2e87926cb63822e28 (diff)
downloadCV-486db3f463000d455ab423ae241f77baa857bbb6.tar.gz
CV-486db3f463000d455ab423ae241f77baa857bbb6.zip
First job
Diffstat (limited to '')
-rw-r--r--urbanprah_cv.typ24
1 files changed, 16 insertions, 8 deletions
diff --git a/urbanprah_cv.typ b/urbanprah_cv.typ
index 1657ba8..f087243 100644
--- a/urbanprah_cv.typ
+++ b/urbanprah_cv.typ
@@ -1,4 +1,4 @@
-#import "template.typ": CV, job, iconlink, field, experience, info, skillbar, skillbubble, smartlink, fa
+#import "template.typ": CV, active_job, iconlink, field, experience, info, skillbar, skillbubble, smartlink, fa
#let URLS = (
gsm: "tel:+38640521816",
@@ -36,9 +36,9 @@
#CV(
author: "Urban Prah",
active_jobs: (
- job(
- "Embedded Software Developer",
- smartlink(URLS.at("leis"), "Laboratory of Electronic and Information systems, University of Maribor"),
+ active_job(
+ "Ground segment software developer",
+ smartlink(URLS.at("skylabs"), "Skylabs d.o.o"),
),
// job("Routesetter and Coach", smartlink(URLS.at("pcsb"), "Plezalni center Slovenska Bistrica")),
),
@@ -69,8 +69,15 @@
"Software development",
experiences: (
experience(
- "2023 - Present",
- "Embedded development - " + smartlink(URLS.at("sara"), "SARA"),
+ "2025 - Present",
+ tag: "full-time",
+ "Ground segment software development",
+ smartlink(URLS.at("skylabs"), "Skylabs d.o.o"),
+ "Continuing the work on the SARA project in addition to other ground-segment related tasks for TRISAT and other systems.",
+ ),
+ experience(
+ "2023 - 2025",
+ "Robotic systems development - " + smartlink(URLS.at("sara"), "SARA"),
smartlink(URLS.at("skylabs"), "Skylabs d.o.o"),
"R&D for an unmanned arachnid-shaped space vehicle based on ROS2. Developing the software responsible for remote control and autonomous locomotion. Work includes simulation, system architecture design, RISC-V embedded firmware implementation, reinforcement learning with PPO, etc.",
skills: (
@@ -84,6 +91,7 @@
"Inverse kinematics",
"PID",
"Gazebo sim",
+ "CAN",
"RISC-V",
"Python",
"C++",
@@ -239,11 +247,11 @@
),
info(
fa("") + h(0.5em) + "Other skills",
- "Apart from programming I also have intermediate knowledge of creative software for photo and video editing. I am an amateur photographer, can touch type and am an avid Neovim user with an eternal chase for a perfect workflow. Currently using NixOS to set-up a secure interconnected distributed system of personal computers and a VPS for a unified user experience. I have some experience with reverse-engineering and beginner CTF challenges.",
+ "Apart from programming I also have intermediate knowledge of creative software for photo and video editing. I am an amateur photographer, can touch type and am an avid Neovim user with an eternal chase for the perfect workflow. Currently using NixOS to set-up a secure interconnected distributed system of personal computers and a VPS for a unified user experience. I have some experience with reverse-engineering and beginner CTF challenges. I'm familiar with LaTeX and Typst, the former of which was used to generate this document.",
),
info(
fa("") + h(0.5em) + "Hobbies",
- "In my limited free time I like to tinker with microelectronics and tackle random DIY projects like setting up a Raspberry Pi based home entertainment system, a custom smart watch. I like photography, HiFi audio, reading, open source software and philosophy. I used to also help with the local firefighter team. I always wanted to get better at 3D printing and chess.",
+ "In my limited free time I like to tinker with microelectronics and tackle random DIY projects like setting up a Raspberry Pi based home entertainment system or a custom smart watch. I like photography, HiFi audio, reading, open source software and philosophy. I also used to help with the local firefighter team. I always wanted to get better at 3D printing and chess.",
),
),
),