-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
37 lines (33 loc) · 1.48 KB
/
resume.html
File metadata and controls
37 lines (33 loc) · 1.48 KB
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
---
title: resume
permalink: "resume/index.html"
layout: default
---
<div class="resume row">
<div class="col-md-6 post-nav">
<div id="about_me">
<h2>About me</h2>
<p>I'm a software developer. I studied software engineering at the <a href="http://www.fhnw.ch/engineering/">University of Applied Sciences</a> in <a href="http://www.bs.ch/">Basel</a>, Switzerland.</p>
</div>
<div id="skills">
<h2>Skills</h2>
<p>To have skills in the following software engineering areas are important for me:</p>
<ul>
<li><span>Analysis</span> — getting to know the projects domain, talking to people, understanding the requirments.</li>
<li><span>Implementation</span> — knowing your technologies and tools well, using state of the art approaches, staying agile.</li>
<li><span>Testing</span> — hight test coverage, automated, well structured and short running tests.</li>
<li><span>Integration</span> — knowing the environment, automated deployment.</li>
</ul>
</div>
</div>
<div class="col-md-6 post-nav">
<div id="experience">
<h2>Experience</h2>
<p>I have professional experience of more then 12 years in software development. I joined many software <a href="{{ "/projects" | prepend:site.baseurl }}">projects</a>.</p>
</div>
<div id="contacts">
<h2>Contact</h2>
<p><a href="mailto:borobudur (at) gmx.ch">borobudur (at) gmx.ch</a></p>
</div>
</div>
</div>