-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (82 loc) · 3.74 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Phil-schneider.github.io by phil-schneider</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/phil-schneider">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Philipp Schneider @ github</h1>
<p>java loving clean code developer</p>
<hr>
</div>
<h3>
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction</h3>
I am a developer who likes coding on java. Why Java? Well I learned to love it. Easy and simple.
<h3>
<a name="technologies" class="anchor" href="#technologies"><span class="technologies"></span></a>Technologies</h3>
<p>I like to work with state-of-art technologies. But what does this really mean? Only the newest technologies are the best? No, but there are some things you should use and not miss as a java developer.
<ul>
<li>Clean code</li>
<li>Maven</li>
<li>Jenkins</li>
<li>Sonar</li>
<li>Apache commons lib</li>
<li>Google guava</li>
<li>make easy and simple</li>
</ul>
But here are also some technologies which I like to use while developing software:
<ul>
<li>Spring</li>
<li>Spring Data (for MongoDB)</li>
<li>IntelliJ - Eclipse can really not compete here</li>
<li>MongoDB</li>
<li>Spring Integration</li>
<li>HornetQ for asyncron things (hopefully most of it)</li>
</ul>
</p>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors">
<span class="octicon octicon-link"></span></a>Must read books</h3>
<p>I know there are a lot of books that everybody tells you that you must read them. There is no discussion about the <a href="http://www.goodreads.com/book/show/85009.Design_Patterns">GOF book</a>. But there are a few books that every (java) developer should have read:
<ul>
<li><a href="http://www.goodreads.com/book/show/10284614-the-clean-coder">The Clean Coder: A Code of Conduct for Professional Programmers</a></li>
<li><a href="http://www.goodreads.com/book/show/11975718-the-well-grounded-java-developer">The Well-Grounded Java Developer</a></li>
<li><a href="http://www.goodreads.com/book/show/3735293-clean-code">Clean Code: A Handbook of Agile Software Craftsmanship</a></li>
</ul>
</p>
<h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>If you want to contact me, feel free to do so over <a href="https://github.com/phil-schneider">GitHub</a>, <a href="http://ch.linkedin.com/in/schneiderphilipp/">Linkedin</a> or <a href="https://www.xing.com/profile/Philipp_Schneider16">Xing</a>.</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
{% post_url 2013-07-25-Testing-blogging %}
</body>
</html>