-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (118 loc) · 6.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<title>Cristian's CV</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="page-wrap">
<img src="images/photo.jpg" alt="Photo of me" id="pic" width="300" />
<div id="contact-info" class="vcard">
<!-- Microformats! -->
<h1 class="fn">Cristian Bezerdic Stoica</h1>
<p>
Cell: <span class="tel">+34 642 953 082</span><br />
Email: <a class="email" href="mailto:[email protected]">[email protected]</a>
Github: <a href="https://www.github.com/cristik24">github.com/cristik24</a>
</p>
</div>
<div id="objective">
<p>
I'm a student of Computer Science at Universitat de Girona.
Currently, I'm studying the 3rd year of the degree.
Feel free to hit me up with opportunities all around Europe.
<br/>
<br/>
Currently balancing the beginning of my "Google Developer Student Club",
while studying for B2 french and CS degree while also learning Piano and MMA.
Somehow I keep searching for more things.
Hopefully I'll prove my friends wrong, by not going insane at the end of the year,
with this new "doing things"-mania phase of my life!
</p>
</div>
<audio controls>
<source src="lesJeuxDEauALaVillaDEste.opus" type="audio/ogg; codecs=opus" />
Your browser doasn't support the awesome Listz music.
</audio>
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt>Education</dt>
<dd>
<h2>Universitat de Girona: September 2020 - July 2024</h2>
<p><strong>Computer Science</strong><br />
</dd>
<dd class="clear"></dd>
<dt>Work</dt>
<dd>
<h2>LibreCAD <span>Google Summer of Code Contributor: June 2022 - September 2022</span></h2>
<h4>Google and LibreCAD selected my project "LibreCAD3 automatic releases",
which was based on building a CI/CD infrastructure from the ground up.
This year they selected 1209 out of 5155 projects.</h4>
<ul>
<li>Wrote automation scripts for Windows and Linux that
reduced new user's install time of LC3 from a week to an hour</li>
<li>Contained LC3 in NSIS, AppImage and Snap installers as a way to have
it easily installable on Windows and Linux via using CPack, snapcraft, linuxdeploy
and linuxdeployqt</li>
<li>Modified CMake and C++ code with Qt for the purpose of the application being able to be
installed anywhere on the computer by using Qt functions to get the path on execution
and removing all the hardcoded paths to the resources</li>
<li>Created GitHub Actions yaml scripts in order to have the LC3 built in Github
by user trigger or push to the repository via adapting my previous Windows and
Linux install scripts</li>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Projects/Expiriencies</dt>
<dd>
<h2>Research Colaborator <span>November 2022 - Now</span></h2>
<h4>One of the three chosen from my university class to colaborate with
"Broadband Communications and Distributed Systems" group on Networks, Graphs,
Machine Learning and Blockchain with PHD students</h4>
<h2>Google Developer Student Club Lead<span>August 2022 - Now</span></h2>
<h4>Created a GDSC in University of Girona as a means to have somewhere outside of
university to expand our skills through forming a comunity. Organizing fun activities
with more than 35 participants and collaborating with local organitzations and other
members of Google Developers</h4>
<h2>Huawei Lead Tiker <span>September 5 - September 13</span></h2>
<h4>Chosen alongside 30 people from all Spain in order to be trained in relevant
future technologies such as 5G, AI, Cloud Computing and Leadership by recieving
international online confereces from experts, developing in a
team of 5 a solution to a 17 Sustainable Development Goals of the United Nations and
getting certificates on Huawei's learning platform. I was chosen by my team as the lead</h4>
<h2>Simulation of Ecosystem in Java <span>March 2022 - July 2022</span></h2>
<h4>Project of three where we created a custom simulation of Animal Life for CLI and GUI with JavaFX.
I wrote most of the algorithms and designed the classes and their interactions while
my teammates implemented my designs.</h4>
<ul>
<li>Designed a custom animal system so that users could create
any kind of animal they wanted using JSON</li>
<li>Developed a pathfinding algorithm so animals could hunt,
flee and find food depending on their vision and envoirment</li>
<li>Introduced a stamina system to simulate time and concurrency
via a stamina system of each animal group</li>
<li>Used algebra concepts to add population growth and
decline based on food eaten by using leslie matrixes</li>
<li>Added custom maps, climates and seasons as a way to give the users more freedom</li>
</ul>
<h2>Newton binomial Solve<span>2018-2019</span></h2>
<h4>It was my first program after self-teaching myself Python from a mobile app.
I have two versions: One is programmed without libraries and the other with NumPy.</h4>
</dd>
<dd class="clear"></dd>
<dt>Skills</dt>
<dd>
<h2>Programing Languages</h2>
<p>C, C++, Java, Python, Bash, Batch, Powershell</p>
<h2>Other Languages</h2>
<p>SQL, LaTeX, CMake, yaml</p>
<h2>Knowledge</h2>
<p>Data Structures, Algorithms, CI/CD, Operative Systems, Linux, Git, UML</p>
</dd>
<dd class="clear"></dd>
</dl>
<div class="clear"></div>
</div>
</body>
</html>