-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·207 lines (167 loc) · 10.1 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" FILL ME IN ">
<meta name="author" content=" FILL ME IN ">
<title>Dejan Trajković: Portfolio</title>
<!-- Hmm, what is the impact of web fonts on speed? Measure it... -->
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/print.css" rel="stylesheet">
<script>
(function(w,g){w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');
// Optional TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-XXXX-Y');
ga('send', 'pageview');
</script>
<script src="http://www.google-analytics.com/analytics.js"></script>
<script async src="js/perfmatters.js"></script>
</head>
<body>
<header>
<a href="/"><img id="profilepic" src="img/dejo.jpg"></a>
<p>Dejan Trajković<br><span>Web Developer</span></p>
</header>
<div class="container">
<div class="hero">
<strong>I love web development!</strong> Main tech skills: Python, C++, Java, Android, HTML, Javascript, CSS, Web Frameworks
<br>
Transferable skills: leadership, writing, research, presentation, debating; motivated, independent, quick learner
<br>
I'd love to explore even more new frontiers and combine my skillset to help ideas come to life in real-world applications. I'm constantly on the search to learn new skills and to build awesome projects on a wide range of topics.
I have a solid academic background with studies in Computer Science at the Università della Svizzera italiana (USI) and a Bachelor in Data Science and Artificial Intelligence from SUPSI (University of Applied Sciences and Arts of Southern Switzerland). I am currently completing my Bachelor in Computer Science at Webster University in Geneva. Additionally, I have completed numerous nanodegrees in fields such as robotics, self-driving car engineering, and programming for data science with Python on Udacity.
I am particularly skilled in working with advanced technologies such as Progressive Web Apps (PWA), Google Cloud Platform (GCP), blockchain, and IoT. My experience ranges from full-stack development on web and mobile platforms to e-commerce and health applications. <br> Contact me: [email protected]
</div>
<div class="content">
<ul>
<h2>Currently working on</h2>
<li>
<img class="preview" src="img/bookstobook_logo.svg">
<a href="http://bookstobook.com">Books To Book</a>
<p>A subscription based book-sharing website - The project I'm currently working on. (<a href="https://github.com/trajkd/BmyB">GitHub Repo</a>)</p>
</li>
<h2>Robotics Software</h2>
<li>
<img class="preview" src="img/RSEND/6-2-build2x.jpg">
<a href="https://github.com/trajkd/Build-My-World">Build My World</a>
<p>Build My World (project 1 of 5 from Udacity Robotics Software Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/RSEND/2-20-intro-to-rl-for-robotics1x.png">
<a href="https://github.com/trajkd/Go-Chase-It-">Go Chase It!</a>
<p>Go Chase It! (project 2 of 5 from Udacity Robotics Software Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/RSEND/2-14-project-where-am-i1x.png">
<a href="https://github.com/trajkd/Where-Am-I">Where Am I?</a>
<p>Where Am I? (project 3 of 5 from Udacity Robotics Software Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/RSEND/2-19-project-map-my-world-robot1x.png">
<a href="https://github.com/trajkd/Map-My-World">Map My World</a>
<p>Map My World (project 4 of 5 from Udacity Robotics Software Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/RSEND/2-32-project-home-service-robot1x.png">
<a href="https://github.com/trajkd/Home-Service-Robot">Home Service Robot</a>
<p>Home Service Robot (project 5 of 5 from Udacity Robotics Software Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/iSDCND/2-2-joyride-copy-22x.jpg">
<a href="https://github.com/trajkd/Joy-Ride">Joy Ride</a>
<p>Parallel Parking (project 1 of 5 from Udacity Intro to Self Driving Car Nanodegree)</p>
</li>
<h2>Self-Driving Car</h2>
<li>
<img class="preview" src="img/iSDCND/2-11-histrogram-filter-in-python2x.jpg">
<a href="https://github.com/trajkd/Two-Dimensional-Histogram-Filter">Two Dimensional Histogram Filter</a>
<p>Two Dimensional Histogram Filter (project from Udacity Intro to Self Driving Car Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/iSDCND/3-p-implement-matrix-class2x.jpg">
<a href="https://github.com/trajkd/Implement-a-Matrix-Class">Implement a Matrix Class</a>
<p>Implement a Matrix Class (project 2 of 5 from Udacity Intro to Self Driving Car Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/iSDCND/4-p-translate-python-to-c-2x.jpg">
<a href="https://github.com/trajkd/Translate-Python-to-C-Plus-Plus">Translate Python to C++</a>
<p>Translate Python to C++ (project 3 of 5 from Udacity Intro to Self Driving Car Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/iSDCND/6-p-implement-route-planner2x.jpg">
<a href="https://github.com/trajkd/Implement-Route-Planner">Implement Route Planner</a>
<p>Planning an Optimal Path (project 4 of 5 from Udacity Intro to Self Driving Car Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/iSDCND/8-p-traffic-light-classifier2x.jpg">
<a href="https://github.com/trajkd/Traffic-Light-Classifier">Traffic Light Classifier</a>
<p>Traffic Light Classifier (project 5 of 5 from Udacity Intro to Self Driving Car Nanodegree)</p>
</li>
<h2>Self-Driving Car (Advanced)</h2>
<li>
<img class="preview" src="img/SDCND/1-2-project-finding-lane-lines2x.jpg">
<a href="https://github.com/trajkd/Finding-Lane-Lines-on-the-Road">Finding Lane Lines on the Road</a>
<p>Finding Lane Lines on the Road (project 1 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/1-13-project-advanced-lane-finding2x.jpg">
<a href="https://github.com/trajkd/Advanced-Lane-Finding">Advanced Lane Finding</a>
<p>Advanced Lane Finding (project 2 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/1-9-project-traffic-sign-classifier2x.jpg">
<a href="https://github.com/trajkd/Traffic-Sign-Classifier">Traffic Sign Classifier</a>
<p>Traffic Sign Classifier (project 3 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/1-12-project-behavioral-cloning2x.jpg">
<a href="https://github.com/trajkd/Behavioral-Cloning">Behavioral Cloning</a>
<p>Behavioral Cloning (project 4 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/2-6-project-extended-kalman-filter-project2x.jpg">
<a href="https://github.com/trajkd/Extended-Kalman-Filters">Extended Kalman Filters</a>
<p>Extended Kalman Filters (project 5 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/2-15-project-kidnapped-vehicle-project2x.jpg">
<a href="https://github.com/trajkd/Kidnapped-Vehicle">Kidnapped Vehicle</a>
<p>Kidnapped Vehicle (project 6 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/3-6-path-planning-project2x.jpg">
<a href="https://github.com/trajkd/Highway-Driving">Highway Driving</a>
<p>Highway Driving (project 7 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/2-17-project-pid-controller-project2x.jpg">
<a href="https://github.com/trajkd/PID-Controller">PID Controller</a>
<p>PID Controller (project 8 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<li>
<img class="preview" src="img/SDCND/3-25-system-integration-project2x.jpg">
<a href="https://github.com/trajkd/Programming-a-Real-Self-Driving-Car">Programming a Real Self-Driving Car</a>
<p>System Integration (project 9 of 9 from Udacity Self-Driving Car Engineer Nanodegree)</p>
</li>
<h2>Data Science</h2>
<li>
<img class="preview" src="img/PDSPND/1-3-project-prep-sql-and-moving-averages2x.jpg">
<a href="https://github.com/trajkd/Investigate-a-Relational-Database">Investigate a Relational Database</a>
<p>Investigate a Relational Database (project 1 of 3 from Udacity Programming for Data Science with Python)</p>
</li>
<li>
<img class="preview" src="img/PDSPND/2-p-explore-us-bikeshare-data2x.jpg">
<a href="https://github.com/trajkd/Explore-US-Bikeshare-Data">Explore US Bikeshare Data</a>
<p>Explore US Bikeshare Data (project 2 of 3 from Udacity Programming for Data Science with Python)</p>
</li>
</ul>
</div>
<footer>
2024c
</footer>
</div>
</body>
</html>