-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
122 lines (105 loc) · 4.72 KB
/
Copy path_config.yml
File metadata and controls
122 lines (105 loc) · 4.72 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
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
# Site
repository: unknown parameter1
favicon: images/favicon.ico
# Content configuration version
version: 2
# Personal info
name: Thorsten Eicheldinger
title: Junior software developer
email: teicheld@web.de
website: www.github.com/teicheld
# Dark Mode (true/false/never)
darkmode: true
# Social links
github_username: teicheld
stackoverflow_username: "16086950"
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
#additional_links:
#- title: blabalbalbla
# icon: fas fa-globe
# url: https://www.itsgoingto.be
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me
about_profile_image: images/profile.jpg
about_content: > # this will include new lines to allow paragraphs
Hello, my name is Thorsten and I'm a junior software developer with 2 years experience.
I am currently enrolled in a computer science education program in germany and am searching for opportunities to work with.
The topics in which I have the most experience working with are
<mark>C</mark>(5 months),
<mark>Linux</mark>(3 years),
<mark>PHP</mark>(3 months), >
<mark>MySQL</mark>(3 months), >
<mark>git</mark>(5 months), >
<mark>Java</mark>(4 months)>
<mark>Python</mark>(currently learning)
content:
- title: Projects # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: top-left
title: real-time map analysis
additional_links:
- title: github
icon: fab fa-github
url: https://github.com/teicheld/realtimeStreamFS
# additional_links:
# - title: sproogen/modern-resume-theme
# icon: fab fa-github
# url: github.com/sproogen/modern-resume-theme
# # - title: Github page for project (eg. sproogen/modern-resume-theme)
# # icon: fab fa-github
# # url: Link to project (eg. sproogen.github.io/modern-resume-theme)
quote: >
Coding in a team under time pressure got me thinking afterwards about priority and time management.
description: | # this will include new lines to allow paragraphs
This was my first hackerton. I have developed the project with one peer over 3 days. It is written in C.
- title: My experience # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: GNU Linux and Bash
additional_links:
- title: github
icon: fab fa-github
url: https://github.com/teicheld?tab=repositories&q=&type=&language=shell&sort=
quote: >
You can do almost anything with the GNU-Utils and the BASH command language.
description: | # this will include new lines to allow paragraphs
I decided to become a programer a few years ago. Through the effort of understanding and maintaining the GNU software and the Linux system I did a dive into the BASH scripting language.
- layout: left
title: The C programming language
additional_links:
- title: github
icon: fab fa-github
url: https://github.com/teicheld/learning_the_c_language
quote: >
If you know C you know what is happening under the hood of high-level languages.
description: | # this will include new lines to allow paragraphs
I learnd each keyword and the syntax of the language by solving related problems until I had gone through them all. After this I practised through pair programming to deepen skills. Suprising for me was how rigorous our programs are penetrated so I begon to think about harden my code against edge cases. A new value to which I was gratefuly exposed was the value of peer reviews. Reading somebody elses code and explaining my own raised my learning curve.
- title: A Little More About Me
layout: text
content: | # this will include new lines to allow paragraphs
Alongside my interests in electronics and software engineering some of my other interests and hobbies are:
- Sailing
- Science fiction
- Libertarianism
# Footer
footer_show_references: false
# references_title: References on request (Override references text)
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag