1
 2 // Welcome to my portfolio wesite!
 3 // Hint: enter command "help" in terminal :)
 4 // -------------------------------------------------------------------------------------------------------------------------------------------
 5
 6 About_me {
 7
 8    name: Jovan JankoviΔ
 9
10    desc: Fourth year software engineering student
11
12    education : {
13       University of Belgrade, School of Electrical Engineering [
14          2021 - 2025
15          major: Software Engineering
16       ]
17
18       Petnica Science Center[
19          2018 - 2020
20          description: Participated in the Applied Physics and Electronics seminars,
21                       conducting a project on optimizing the use of material in 3D printing processes
22       ]
23
24       Grammar School Josif PanΔiΔ, Bajina BaΕ‘ta [
25          2017 - 2021
26          accomplishments: Valedictorian, Won several awards at national competitions in Mathematics and Physics
27       ]
28    }
29
30    experience : {
31       Student Job: Software Engineer at Infineon [
32          Mar 2023 - Now
33          description: Currently working on a VSCode extension that is used by internal workers, using typescrpt for frontend and .NET Core for backend
34       ]
35
36       Student Job: Digital Verification Enginner at Infineon [
37          Dec 2023 - Mar 2025
38          description: Worked on real-world automotive production projects, utilizing SystemVerilog for digital and formal verification tasks
39       ]
40
41       Freelance Job: Math and Physics Tutor on Fiverr [
42          Mar 2021 - Sep 2021
43          description: Gained popularity and received great reviews for tutoring mathematics and physics
44       ]
45    }
46
47    certifications : {
48       Backend Software Engineering at Wargaming [
49          May 2025
50          description: Learned a lot of new things about DevOps, Kubernetes, Networking, FastAPI, CI/CD
51       ]
52    }
53 }
54