-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
197 lines (174 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Bergen Nerdschool</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Nerdschool is a series of workshop exercises teaching tools and techniques commonly used in real software development.">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self' fonts.googleapis.com; img-src 'self'; font-src fonts.googleapis.com fonts.gstatic.com">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
</head>
<body>
<section class="page-header">
<h2 class="project-tagline">Free workshops for learning programming tools and techniques used by professionals.
</h2>
<a href="https://www.meetup.com/Bergen-Nerdschool/" target="_blank" class="btn">Upcoming meetups</a>
<a href="https://github.com/nerdschoolbergen" target="_blank" class="btn">GitHub</a>
<h3>Sponsors:</h3>
<div class="sponsors">
<a href="https://www.kantega.no/" class="sponsor" target="_blank">
<img src="/sponsors/kantega.png" alt="Kantega" height="50" />
</a>
<a href="https://www.knowit.no/" class="sponsor" target="_blank">
<img src="/sponsors/knowit.png" alt="KnowIT" height="30" />
</a>
<a href="https://www.spv.no/" target="_blank">
<img src="/sponsors/spv.svg" alt="Sparebanken Vest" height="40" />
</a>
<a href="https://www.apparat.no/" target="_blank">
<img src="/sponsors/apparat.png" alt="Apparat" height="50" />
</a>
<a href="https://www.bouvet.no/" target="_blank">
<img src="/sponsors/bouvet.png" alt="Bouvet" height="50" />
</a>
<a href="https://www.webstep.no/" target="_blank">
<img src="/sponsors/webstep.png" alt="Webstep" height="30" />
</a>
</div>
</section>
<section class="main-content">
<h1>
<a id="nerdschool" class="anchor" href="#nerdschool" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>What is Bergen Nerdschool?
</h1>
<p>Nerdschool is a series of workshop exercises teaching tools and techniques commonly used in real software
development.
If you are a budding programmer still at school, or just interested in learning some basic programming
skills
used by developers in real projects, join us! Nerdschool is run by professional developers and we are all
looking
forwards to seeing you!</p>
<h3>
<a id="when-what" class="anchor" href="#when-what" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>When is it and what will I learn?
</h3>
<p>We aim for 10 - 12 workshops over a year, 5 - 6 per school semester. The subjects are discussed by the
organizers before
every semester to ensure the workshops are kept relevant and interesting. Some will be kept and repeated
the
next year, and some will be changed. Examples of subjects are JavaScript, Git, Bash/shell scripting,
test driven
development, clean code, SOLID, build & deploy (continuous deployment), and more. The goal is to fill
the gap
between what is learned in school and what you'll need when programming is your job.</p>
<p>Workshops are held on Tuesdays every 2 weeks. It starts at 17:00 and ends at 20:30.</p>
<h3>
<a id="how-where" class="anchor" href="#how-where" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>How do I sign up?
</h3>
<p>All our events are organized through <a href="https://www.meetup.com">Meetup</a>, so please sign up and <a
href="https://www.meetup.com/Bergen-Nerdschool/" target="_blank">join us there</a>.</p>
<h3>
<a id="where" class="anchor" href="#where" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>Where is it?
</h3>
<p>
We are located in Bergen, Norway. All sessions are held at Høyteknologisenteret,
part of UiB. We usually start at 17:00 (and end at 20:30), and if you don't have access to the building,
there will be a poster
on the door with a number you can call and we'll open for you. You don't have to be a student to
participate.
</p>
<h3>
<a id="organizers" class="anchor" href="#workshops" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Planned workshops fall 2024 (subject to change)
</h3>
<p>
<ul>
<li> Workshop 1: "Shell scripting"</li>
<li> Workshop 2: "Introduction to JavaScript and how to develop for the web" </li>
<li> Workshop 3: "CSS Styling Fundametals"</li>
<li> Workshop 4: "Modern JavaScript and Web APIs"</li>
<li> Workshop 5: "Introduction to web security"</li>
<li> Workshop 6: "Build and deploy"</li>
</ul>
</p>
<h3>
<a id="organizers" class="anchor" href="#organizers" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Who are the organizers?
</h3>
<p>All organizers are professional software developers with a passion and deep knowledge of the craft. We
want everyone
to be as enthustiastic about programming as we are, and we know that there is a steep and daunting
learning curve
when starting out. That's why we want to show you what we wish we had learned between school and
starting our
careers.
<h4>Erlend Røsjø</h4>
<div class="contributor">
<img src="/headshots/erlend_rosjo.jpg" alt="Erlend Røsjø" height="100px" />
<p>Erlend works as an architect at <a href="https://www.spv.no">Sparebanken Vest</a>. He created his first
website in 1996, and has been
programming ever since.
He is a full-stack developer with a passion for functional programming with over 20 years of experience.
</p>
</div>
<h4>Trym Helle</h4>
<div class="contributor">
<img src="/headshots/trym_helle2.jpg" alt="Trym Helle" height="100px" />
<p>
Trym works as a consultant at <a href="https://www.soprasteria.no/kontakt-oss/bergen" target="_blank">Sopra Steria</a>.
He mainly works on the front end with React, but has begun to dabble in the dark side as well.
He enjoys making websites and digital art.
</p>
</div>
<h4>Ove Nipen</h4>
<div class="contributor">
<img src="/headshots/ove_nipen.jpg" alt="Ove Nipen" height="100px" />
<p>
Ove is a principal consultant at <a href="https://www.kantega.no/" target="_blank">Kantega</a>. He is an experienced developer and
architect. His main focus is on domain modelling and backend development in Java and relational
databases, but he also has experience with frontend technologies.
</p>
</div>
<h4>Sindre S. Kjær</h4>
<div class="contributor">
<img src="/headshots/sindre_kjaer.png" alt="Sindre Kjær" height="100px" />
<p>
Sindre works as a consultant at <a href="https://www.webstep.no/">Webstep</a>, primarily focusing
on backend development with .NET/C# and Microsoft Azure. He also has experience with React and
JavaScript/TypeScript. He enjoys exploring new languages and frameworks as often as he can,
whether it's about functional programming, system architecture, or exciting new web development frameworks.
</p>
</div>
<h4>Henrik Gundersen</h4>
<div class="contributor">
<img src="/headshots/henrik_gundersen.jpg" alt="Henrik Gundersen" height="100px" />
<p>
Henrik works as a tech lead focusing on backend identity and web security at <a href="https://www.spv.no">Sparebanken Vest</a>.
His first computer was a Commodore 128D, and he loves to dabble with anything tech related. Collects and builds keyboards.
</p>
</div>
<h3><a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Contact</h3>
<p>Mail: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Meetup: <a href="https://www.meetup.com/Bergen-Nerdschool/"
target="_blank">https://www.meetup.com/Bergen-Nerdschool/</a></p>
<p>Slack: <a href="https://join.slack.com/t/bergen-nerdschool/shared_invite/zt-1efu7o7qu-N1gdM1fYermW0anb7Cc9bw">Join our Slack</a></p>
<footer class="site-footer">
<img src="/nerdschool-logo-no-text.png" alt="Nerdschool owl" height="50px" />
<p class="site-footer-credits">Org nr: 925 782 823</p>
</footer>
</section>
</body>
</html>